Forum Moderators: open

Message Too Old, No Replies

FlashVars

lost my fla file

         

ryanc

4:10 pm on Jan 25, 2006 (gmt 0)

10+ Year Member



I've lost my fla file, but all I want to change is to have it stop at a certain frame.

I've tried things like this:
<PARAM NAME=FlashVars VALUE="gotoAndStop(5)">

Is what I'm after even possible and if so, how do I do it?

thanks,
ryanc

Richard_N

4:45 pm on Jan 25, 2006 (gmt 0)



try loading it in a new movie with the loadMovie() command, call the clip "loader_mc" or such like

You should be able to then reference that movie as if it was the clip ie

loader_mc.gotoAndStop(5)