1. loadmovie over prev loadmovie and positioning jpg
2. Why can't I loadMovie from within a loadMovie?
Hi there,
I've 2 functions on the _root timeline at frame 0.
The first one loads in another swf movie at level 99 over a blank movieclip 'module' - module.loadMovie("online.swf",99);
The second one replaces 'vidscreen' with another swf movie - 'combining.swf'. vidscreen is a movieclip already in the movie 'online' - module.vidscreen.loadMovie("combining.swf",200);
When frame 275 of the 'online.swf' calls the second function though - the movieclip 'vidscreen' disappears, but doesn't load the movie...
If I create a blank movieclip called vidscreen and then replace it - it only works if I call the function from the _root timeline,
but it doesn't work when called from the online movie....
I always call the function by _root.vidLoader();
It's doing my head in - is there some problem with calling loadMovie() from a movie loaded with a loadMovie() command?
Ian
3. how to define the size of movies loaded using LoadMovie?
4. How to define the size of movies being loaded using LoadMovie?
5. Problem using _totalframes with loadmovie
6. Problem with the loadmovie distorting
7. LoadMovie and transparency problem
8. Problems with loadMovie and masked objects
9. loadMovie... problem with dynamic text field
12. Dynamic Text and Loadmovie problem
14. Problem with loadMovie function