Re: splitting AS over several frames?

Anews <[email protected]> Sun, 30 Nov 2003 02:01:24 +0100
Newsgroups gmane.comp.web.ming.general
Message-ID <[email protected]>
>   $movie->add(new SWF::Action("gotoFrame(1);play()"));

"SWF::Action" and missing semicolon after the "play()" - I presume this are 
just typos?

How about "gotoAndPlay(1);"? 

It could also be problem with the rest of your code (as far as I know) - not 
enough info to tell.

Have fun!

Anze