AstAn
07-07-2004, 01:39 PM
Hi
I use loadMovie to load a control into my flash movie.
When I trace the control from within the source movie, this is what I get: _level0.loadingProgressbar
This is the way I load the source movie:
_root.createEmptyMovieClip('screen_loading', _root.getNextHighestDepth());
_root.screen_loading.loadMovie('screens/loading.swf');
Now, I would expect my control to be placed here:_root.screen_loading._level0.loadingProgressb ar
I can access "_root.screen_loading._level0", but there is no "loadingProgressbar".
Can anyone help me?
And, of course the movie IS loaded.
greetings
Daniel
I use loadMovie to load a control into my flash movie.
When I trace the control from within the source movie, this is what I get: _level0.loadingProgressbar
This is the way I load the source movie:
_root.createEmptyMovieClip('screen_loading', _root.getNextHighestDepth());
_root.screen_loading.loadMovie('screens/loading.swf');
Now, I would expect my control to be placed here:_root.screen_loading._level0.loadingProgressb ar
I can access "_root.screen_loading._level0", but there is no "loadingProgressbar".
Can anyone help me?
And, of course the movie IS loaded.
greetings
Daniel