A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Help me....load external swf question...

  1. #1
    oh,god
    Join Date
    Aug 2001
    Posts
    51

    Help me....load external swf question...

    hi,
    two *.swf files(main.swf,2.swf),

    in the main.swf,i use loadMovieNum("2.swf",2); load 2.swf into main.swf. And 2.swf cover main.swf completely....

    And now a button(back to main) in 2.swf,..add what actionscript on it can i back to the main.swf ???

    i use unloadmovienum in 2.swf,but it just unload 2.swf itself and dont go back to the main.swf....

    Really want your help,,Thanks!!!!!!!

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    On your button in 2.swf, try...

    on(release){
    this._visible = false;
    }

  3. #3
    oh,god
    Join Date
    Aug 2001
    Posts
    51
    Thank you!!

    but i use a button @ main.swf to unload the 2.swf and go to xx frames finally.

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