Skip to main content
Participating Frequently
March 5, 2008
Question

Flash Preloader Problem....please help

  • March 5, 2008
  • 1 reply
  • 343 views
I have created a website ( http://www.gapproject.co.uk) with a preloader.

When you access the ( http://www.gapproject.co.uk/gap_gallery.html) page of the site (which is over 2meg) the content loads about 90% and THEN shows the preloader.

I want the preloader to start showing from 0% through to 100% before directing me to the first frame of the website??

Any ideas as this leaves people waiting with a blank screen for a while before seeing the progress bar load from 90% ish to 100%???

my AS code.....

myProgressBarListener = new Object();

myProgressBarListener = function (eventObject) {
myProgressBar._visible = false;

gotoAndStop(8);
};


myProgressBar.addEventListener("complete", myProgressBarListener);

myProgressBar.mode = "polled";

myProgressBar.source = "_root";

myProgressBar.conversion = "1";

myProgressBar.label = "LOADING %3%%";

myProgressBar.direction = "right";

myProgressBar.labelPlacement = "bottom";

stop();
This topic has been closed for replies.

1 reply

Participating Frequently
March 5, 2008
I saw someone in this forum had a similar problem and he was told to de-select export on fram1 for the linkage of components.

Tried this...great it worked....but none of my components were there anymore i.e. my rollover images etc had all gone.

So this option not good for me....any other ideas? Anyone?? pleeeeeeeeeeeeeeeaaaase??
Participating Frequently
March 6, 2008
really desperate for a solution....does anyone know a solution???

please please please
Participating Frequently
March 6, 2008
I have an idea.....is this possible though?

Does anyone know if it is possible to start class on frame 1 for the preloader and tell the remainder of the classes on frame 8 (where the website begins)??