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