View Single Post
  #1 (permalink)  
Old Mar 11th, 2007, 15:53
nutbolt nutbolt is offline
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Fastforward rewind

Hi

I have a movie clip with a quicktime movie inside. I want to naviagate through it with fastforward and stop buttons. So far i've got really rudimentory buttons. with this script:

on (press) {
slideshow.gotoAndPlay (slideshow._currentframe+90);
}

But what would be better is if I could press fast forward and speed up the framerate and press play to resume play

or

Hold down on fastforward and let go at the desired position.

Also please see this thread if you feel super helpful

http://www.webforumz.com/flash-forum...-projector.htm

Thanks
Reply With Quote