mechan
07-07-2004, 01:24 PM
loader.autoLoad = false;
loader.content = "intro.swf";
pBar.source = loader;
loader.load();
Ok... i have this code a loader a progress bar and 2 probs:
My first prob is that the movie in the loader starts playing before the progress is completed resulting not to able to see what is palyed before it reaches 100% while the movie has already started playing ... in a few words no synchronization between the progress bar and the loader...
The second is that i if i put the progress bar behind the loader so that it will be covered by the loader content once loaded the progress bar won't show it's progress and will remain on 0% even though it's loading the content...
So what i need is a script that will allow me to have the prog bar in front of the loader and once the content is loaded the prog bar will disappear and not remain over the loaded movie.
I hope im not asking too much but it's kind of urgent and any help will be very appreciated.
loader.content = "intro.swf";
pBar.source = loader;
loader.load();
Ok... i have this code a loader a progress bar and 2 probs:
My first prob is that the movie in the loader starts playing before the progress is completed resulting not to able to see what is palyed before it reaches 100% while the movie has already started playing ... in a few words no synchronization between the progress bar and the loader...
The second is that i if i put the progress bar behind the loader so that it will be covered by the loader content once loaded the progress bar won't show it's progress and will remain on 0% even though it's loading the content...
So what i need is a script that will allow me to have the prog bar in front of the loader and once the content is loaded the prog bar will disappear and not remain over the loaded movie.
I hope im not asking too much but it's kind of urgent and any help will be very appreciated.