|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi folks,
My question to you guys is... I have a level0 movie (main movie) which has a movie loading into it (Level1) on(release){ _root.blankMovie.loadMovie("images/flash/gallery.swf"); } which is cool, but how do I load another movie (level2) into that one? The button to activate this will be in Level1. I would much appreciate you help with this! Thanks |
|
#2
|
|||
|
|||
|
i'm not sure you mean to use "Level"... in flash, there actually are levels, and it looks like you are loading into blank movieclips... if you are referring to the level on a hiearchical level, just path it correct. for instance, if you wanted to load a movie into a movieclip inside of blank
Code:
_root.blankMovie.blank2.loadMovie("something.swf");
if you wanted to load into a level... _level0.loadMovie _level1.loadMovie _level2.loadMovie etc. -bret |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Movie within a movie within a movie |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|