Hi, I need some help with loadmovie in flash
I've a movie wich contains a "home" layer and other layers for different sections of the site.
each of these sections have an horizontal button bar on the bottom and the logo on the top.
In another layer, behind all this there's an empty movieclip where the content loads. it's something like this:
load_movie.loadmovie ("/content_movie.swf",1)
the movie loads correctly, but this is my problem:
This exteranal movies consist of the content, and a loader for the content (each in a different scene). The problem is that, instead of showing me the loader while it loads the movie, it stays blank until it loads the whole movie. I need the loader to apperar first, so you can see when it's loading. Do you know how can I solve this? Thanks in advance
I've a movie wich contains a "home" layer and other layers for different sections of the site.
each of these sections have an horizontal button bar on the bottom and the logo on the top.
In another layer, behind all this there's an empty movieclip where the content loads. it's something like this:
load_movie.loadmovie ("/content_movie.swf",1)
the movie loads correctly, but this is my problem:
This exteranal movies consist of the content, and a loader for the content (each in a different scene). The problem is that, instead of showing me the loader while it loads the movie, it stays blank until it loads the whole movie. I need the loader to apperar first, so you can see when it's loading. Do you know how can I solve this? Thanks in advance