I have a swf file which is hardly 200 KBs. I have placed a preloader bar as well as have the script - ifFrameLoaded().
Problem is the preloader is not showing till the loaded value is around 90%.
Since this file has a bit of actionscript involved (for interactive features) I doubt if that could be a hinderance.
Any idea anyone?
The problem might be caused because the preloader is only visible if the first frame is loaded. your swf might be 200kb but when your preloader is already 175 you can have a problem.
at the foloowing link you find a great preload script with some explanation about how preloaders work
You’re right, the first frame itself is around 160 kb (which also has the preloader). How to deal with this kind of a problem?
This method has worked for all the other animation files i have, except this one (which is the smallest one).