A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: delay???

  1. #1
    Member
    Join Date
    Aug 2001
    Posts
    44

    delay???

    does anyone know how to delay the playhead in flash - say for 3 seconds as an example - cheers.

  2. #2
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    code:
    stop();
    endDelay = function() {
    play();
    clearInterval(delay);
    }
    delay = setInterval(endDelay, 3000);


  3. #3
    Member
    Join Date
    Aug 2001
    Posts
    44
    wicked, thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center