Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Action Script loadMovieNum help!

New Here ,
Feb 09, 2015 Feb 09, 2015

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!

TOPICS
ActionScript
296
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 09, 2015 Feb 09, 2015
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines