A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: loadMovieNum() function

  1. #1
    Hi, I can't seem to find the loadMovieNum() or the loadVariablesNum()functions in the Macromedia actionscript reference book, even though it appears in Flash5 action script popup menu. Anyone used this function before?
    Sorry if this is a FAQ, but i couldn't readily find an answer thru the recent posts...
    thanks,
    pump

  2. #2
    the usual
    Join Date
    Jul 2000
    Posts
    1,482
    loadMovieNum ("myfile.swf", 1);

    this would mean that you could load a movie (named: myfile) into level 1 of your current movie

    so myfile.swf would overlay the main swf file - this is used to reduce loading times of large movies

    for example - your main file could be animations, in the first frame you could put this code

    loadMovieNum ("music.swf", 1); this would "music.swf" seperatley


    does this make sence??

    hope it helps

  3. #3

    Cool

    Thank you trickman! It helps!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center