[AS2] FLV manipulation (play forwards and reverse)

I have a FLV file which essentially is a sequence of images which show movement. Picture an object rotating in 3D.

I need to create a few controls which modify both the speed and direction the movie plays (forward and reverse) based on where the mouse position is.

So by placing the cursor over the var left of the the movie clip the video would play in reverse quickly. As you move the cursor towards the center, the video playback would slow down. Center the mouse and the video would pause. And the same affect on the right side but playing the video forwards.

I fluid transition between the speeds would be ideal. But if creating transparent “speed zones” is the only way, that would do.

Any ideas or suggestions to get me started?

Thanks in advance :slight_smile: