stop();
bt = _root.getBytesTotal();
_root.onEnterFrame = function () {
var bl = _root.getBytesLoaded();
var pr = bl/bt*100;
bar_mc._xscale = pr;
if (pr == 100) {
delete _root.onEnterFrame;
nextScene();
}
}
ive been using this preloader for ages and its worked very nicely. tonight, however, i have not had much luck. ive set it up as usual and when testing as 56k or such it all works fine. however, the live version has not worked at all. the first frame isnt even loaded. i havent yet successfully loaded the swf- after several minutes i give up. the swf itself is kinda large… 800k, but it hsant been optimized nad in the future will be modular. i just wanted a live version to test on different browsers. i read about a similiar issue where the first frame doesnt appear until 75% or so but that solution involved fixing linkage issues, which my project does not involve…
ive tried other preloaders, nothing has worked… im going crazy
any help is appreciated