I’m having an issue with my website, more specifically; the preloader. I’ve been checking the net for all sorts of tutorials about this and when I try it on a simple file with a photo, it seems to work, but when I apply the code and all that to my website-file, the preloader doesn’t work. It instantly jumps to 100% and starts playing from the indicated frame.
When I apply the “Simulate download” option and put the download speed to 0.5kb/s, I only get a white frame, when I change the download speed at this point, the preloader shows up with a random number showing (like 31%). I have no idea what Im doing wrong.
Attached is a picture of my layer setup (not sure if this has anything to do with it).
Additional information:
- Layer “SlideProto” = actionscript with a slide&scale prototype
- Layer “StopActions” = actionscript to stop at the last frame
- Layer “PreloaderA” = the actionscript for the preloader, it contains:
_root.onEnterFrame = function(){
Load = _root.getBytesLoaded();
Total = _root.getBytesTotal();
VarLoader = (Total / Load) * 100;
Loaded = Math.round(VarLoader);
Percentage.text = "[ " + Loaded + "% ]";
if (Loaded == 100) {
_root.gotoAndPlay(3);
}
}
Also, the site contains a dynamically loaded external HTML page (with some images and a CSS linked), but as far as I know these aren’t included in the preload process of this code, any way I add these external files in the preloading-process?
URL to the current site with broken preloader: http://users.telenet.be/bolteh/Stageblog/