swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] html slide reference


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]