|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Preloader with multiple swfs
Hi all!
I've got a movie with multiple swfs, and one for navigation, which loads these. Each swf has its own preloader, and when I open one at a a time it works correctly. But when I tried to open them within the navigation with loadMovie, it does nothing. Without preloader it works. Might be a problem, if I use '_root' (ie. _root.getBytesLoaded) in the loaded swfs, and then I load them to level 2 on the navigation, or what? Thx. Bkereskenyi |
|
#2
|
|||
|
|||
|
Without seeing any code I can't say a whole lot but if in the swf's that you are loading, you used '_root' anywhere, it is referring to your navigation layer/swf. You can either use relative links within the swf's like this.var_name or use _level1, 2, and so on. The latter can get a bit hard to manage in terms of portability and reusing the swfs.
If I didn't answer your question fully, just let me know, ~panhead490 |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Preloader with multiple swfs |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|