PDA

View Full Version : Pre-loader inside my movie.


bladewing
03-05-2006, 05:19 PM
Okay, I created 2 seperate files.

main.swf &
song01.swf

[main.swf] has a preloader and loads itself. After loading, in the main page, I created an empty movie clip that loads [song01.swf].

Prob is that [song01.swf] is an external file with it's own file size which hasn't been loaded. Therefore I made a 'pre-loader' for [song01.swf]

Here's what happens:

- [main.swf] loads...
- Page gets loaded, enters the main area
- Main area has a small section for [song01.swf]
- [song01.swf] just gets stuck in 'preload' scene.

The AS *does* clearly state _root. so how come [song01.swf] doesn't load and play the movie? Or does this have anything to do with [main.swf]??

o_O? :confused:

almagest
03-25-2007, 05:27 AM
instead of _root try _parent. it helped me (hope it helps)