Copy link to clipboard
Copied
For the past 7 years I have been creating a presentation in CS3 using Flash and ActionScript2. I am using a new plug-in that requires me to use AS3.
I basically have about 20 different flash files, and to link all the swf files together I used to use:
stop();
loadMovieNum("gtradial.swf", "1");
When I use this now I receive this error:
1180: Call to a possibly undefined method loadMovieNum.
Can anyone help me with what I need to add/change to make this work with AS3? Thanks!
Copy link to clipboard
Copied
You need to look into using the Loader class. Google "AS3 Loader tutorial" and you should get some help.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now