Does anyone here have CS5 Flash??? I think I am missing something
My preloader works like a charm but with a small hickup and I am not for sure what the problem is
I created a preloader in cs5 using Actionscript 2 and I had to embed the font for the preloader I have export off in the settings ok every thing comes in and right at the frame it starts loading but the x in the text feild shows really quick then leaves if the first frame of my action scipt is
var movieSize, moviePercent, sliderMove, percentMove;
movieSize = this.getBytesTotal();
moviePercent = movieSize / 100;
sliderMove = this.redBar._x;
percentMove = this.percentContain._x
it shows x then really qucik goes on to 12% and i dont know what is going on
so i remove the x from the dynamic textbox now the x dont show but when simulating the download looking at the bandwith profiler
it seems to stop for a quick second at the 19th frame where the code starts