Ok I am having a weird problem with preloaders on my external clips. I am using the same preloader code on each and every external clip on my site, but for some reason, they only work quite randomnly. Its very strange, sometimes when I test the site, they work fine, then I delete my temporary internet files, visit the site again and only some work, then I repeat this process and again different ones work while others don’t. Has any one else ever had this problem? Here is my preloader code :
frame 1 :
loading.name_loaded = “EVENT”;
loadpercentage = (this.getBytesLoaded()+mysound.getBytesLoaded())/(this.getBytesTotal()+mysound.getBytesTotal());
loading.bar._width = loadpercentage100;
loading.p_loaded = Math.round(loadpercentage100)+"% loaded";
if (loadpercentage>=1) {
gotoAndPlay(“startintro”);
}
Any help greatly appreciated