HarveyC
03-25-2007, 07:02 PM
Hi all,
I'm using a simple preloader script:
ifFrameLoaded (_totalframes) {
gotoAndPlay ("start");
}
There's a small movie clip "loading" animation on frame 1, and the rest of the content on frame 2 (labelled as "start").
When stimulating a rather slow download, the movie is blank until 75% has loaded, and *then* the preloader animation movie clip is shown.
I guess this is because it's loading everything else before the movie clip. Does anybody have an alternative that will sort this problem out?
Cheers
PS: I've attached a .FLA in a zip if anybody wants to stimulate download and see what I mean.
I'm using a simple preloader script:
ifFrameLoaded (_totalframes) {
gotoAndPlay ("start");
}
There's a small movie clip "loading" animation on frame 1, and the rest of the content on frame 2 (labelled as "start").
When stimulating a rather slow download, the movie is blank until 75% has loaded, and *then* the preloader animation movie clip is shown.
I guess this is because it's loading everything else before the movie clip. Does anybody have an alternative that will sort this problem out?
Cheers
PS: I've attached a .FLA in a zip if anybody wants to stimulate download and see what I mean.