Hey guys,
I’ve got a question…
In my flash movie, I’ve imported a very small video file.
When the video is done playing, I wanted the user to be able to click a button and the video would play in reverse.
I’ve gotten this to work with the _currentframe and _nextframe properties, but when I play the movie in reverse it’s not as smooth.
Here’s an example of what happens:
http://www.alexmustin.com/flash/video_test1.swf
Once the movie is done playing, click on it. When it’s playing in reverse, you can see it gets a little choppy when the guy gets towards the top of the rail.
Has anyone found a way to play the movies backwards without having the speed affected? Maybe I shouldn’t use the _currentframe property??
Any help is appreciated!