November 4th, 2008 Mark
As of lately this has become quite a nuisance regardless of browser or operating system but it seems to be prevalent in Flash Player 9 and 10 (if anyone notices in other Flash player versions please comment). One thing i have found is that in my actionscript using loadMovie ????? 36 ???????
and listening for bytesLoaded and bytesTotal has become somewhat of a failure. The “old-school” way I’ve preloaded was to loop and listen to these to variables for preload completion either with frame looping or onEnterframe looping. It appears the new school method gets me out of the timeout error territory with the loadClip function and using a MovieClipLoader listener. This gives you access to nifty events to listen for like onLoadError, onLoadProgress, and onLoadComplete. So embrace the MovieClipLoader and loadClip for any asset preload… you will sleep better.
Posted in Action Script 2.0, Code | No Comments »