A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Reverse playback of movie

  1. #1
    Member
    Join Date
    Jan 2007
    Location
    Melbourne. Australia
    Posts
    45

    Reverse playback of movie

    Hi is it possible to make a movie play in reverse once it has reached it's end point ????

    If so, how???

    Thanks.

    >
    WN

  2. #2
    Senior Member layerburn's Avatar
    Join Date
    Jul 2006
    Location
    USA
    Posts
    542
    I don't know how your movie is being brought in, but if it was in a movieclip then you would put this on the last frame of the movieclip

    onEnterFrame = function() {
    prevFrame();
    };

    If you're not using the movieclip method, then maybe you can adapt this to work for you.

    Hope this helps.

    ~burn
    Last edited by layerburn; 04-04-2007 at 03:34 PM.
    This is your brain. This is your brain on script.

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