Azioni temporizzate in Flash


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. setInterval(
  2. function(){
  3. d = new Date()
  4. trace("prova")
  5. },1000
  6. )

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.