Skip to main content
Melissa Chinn
Participant
February 10, 2015
Question

Action Script loadMovieNum help!

  • February 10, 2015
  • 1 reply
  • 310 views

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!

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
February 10, 2015

You need to look into using the Loader class.  Google "AS3 Loader tutorial" and you should get some help.