A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: comparing loadmovie vs loadmovienum

  1. #1
    Junior Member
    Join Date
    Sep 2002
    Posts
    27

    comparing loadmovie vs loadmovienum

    Should these be the same?


    loadmovienum("tween.swf",1);

    and

    _level1.loadMovie ("tween.swf");


    I *thought* they ought to be but in my testing I got otherwise.

    (_level0==_root is _a_ movie is it not? And level1 too??)

    My reason for all this is as follows:

    I thought I'd load tween.swf into level 1. It plays once. Back to frame 1 which is empty and has stop().

    Therefore, _level0 is shown.

    Anyways, can some expert set me straight?

    Muchas appreciatus.

    Mark

  2. #2
    Junior Member
    Join Date
    Sep 2002
    Posts
    27

    loadmovie num cont.

    Is it useful to do a loadmovienum("mymovie.swf",1) to load a movie into a template sitting in root?



    Next: Can I interact with mymovie.swf from (a button in) _root? How?

    Finally: Is loadmovienum more useful than loadmovie? Because: it does not destroy what it loads into.

    Sorry for the hodgepodge follow-up question - I wrote a better one but when I pressed submit, it was vanished.

    Mark

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