Thanks for responding Bob. I think this was my issue: > Also, in this line if(p.bytesLoaded == p.bytesTotal), you may want to do this if(p.bytesTotal > 4 && p.bytesLoaded == p.bytesTotal), since bytesLoaded and bytesTotal will be equal before any bytes are loaded, which will kill your listener.
I usually don't do preloaders, so that was easy for me to overlook...kind of like removeEventListener. :-) Much appreciated, - Michael M. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

