View Single Post
  #5 (permalink)  
Old Jul 31st, 2006, 02:53
AunStudio AunStudio is offline
Junior Member
Join Date: Jul 2006
Location: Boca Raton, FL
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Javascript->Flash rewind() not working on local IE drive

No, there's no need for the entire page to be in Flash.
The rewind button would reside within the flash movie only.

Just create a simple button and add this action to it :

on release {gotoandplay(1);}

you can change the '1' to the frame number you want to send your users to.

hope this helps

Cheers,
Bruno Aun
Reply With Quote