Watch for division by zero errors!
var pcent:Number=this.loaderInfo.bytesLoaded /this.loaderInfo.bytesTotal*100;
You cannot assume that you loaderInfoknow the total number of bytes. Sometimes the server does not tell the browser how large the file is. In your case, the file was probably already cached by Firefox, but not IE.
, SWF , - .