-
1. Re: How to substitute a parent MovieClip with a loaded one?
kglad Jul 9, 2009 10:37 AM (in response to Ziggizag)use,
navigateToURL(new URLRequest("yourswfhtml.html"),"_self");
-
2. Re: How to substitute a parent MovieClip with a loaded one?
Ziggizag Jul 9, 2009 4:52 PM (in response to kglad)Thank's, but this is actually more like browser action not Flash player. Nope - what I need is kind of universal loader movie. It should load a .swf with a progress bar and then let it execute as a "root" rather than as a "child".
This is because many .swf files were scripted using variables and functions at a "root" level, where "root" actually meant top of a local hirearchy.
But, when such a movie is loaded with 'load' method - it is loaded as a child of a host movieClip and "root" requests inside a loaded .swf are failing as no respected variables or functions exist in the host movie timeline. This is why I look for an appropriate method to load and then substitue a host movie with a movieClip just loaded.
Any ideas?
Rgs,
Ziggi
-
3. Re: How to substitute a parent MovieClip with a loaded one?
kglad Jul 9, 2009 5:11 PM (in response to Ziggizag)can't be done.
-
4. Re: How to substitute a parent MovieClip with a loaded one?
Ziggizag Jul 10, 2009 3:37 AM (in response to kglad)What a pity !



