A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: pausing a movie

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    23
    Is there anyway I can add an action that can pause a movie with a mouse over, and then continue from where it was paused? Would that be putting the movie in a button somehow? Or is there another way to do it? I have a movie that lists some clients, and if the viewer wants to pause it, I would like a rollover that does this. Any comments are appreciated.
    Thanks

  2. #2
    Opal Technologies aqeel's Avatar
    Join Date
    Apr 2001
    Location
    England
    Posts
    267
    add a button in your movie and add this code

    on (rollOver) {
    stop ();
    }
    on (rollOut) {
    play ();
    }

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