|
| From: | Chris Flowers |
| Subject: | Re: [Swftools-common] html slide reference |
| Date: | Wed, 30 Mar 2005 21:11:50 -0500 |
You probably need to add some actionscript at the
start of the movie that checks for the 'frame' variable
then tells the movie to go to that frame and play.
Something like:
//if the frame variable exists then start at frame
if(frame != undefined){ gotoAndPlay(frame); }
Chris
| [Prev in Thread] | Current Thread | [Next in Thread] |