/ Published in: Other
Expand |
Embed | Plain Text
private function loop(e:ProgressEvent){ var per = e.bytesLoaded / e.bytesTotal; var perInText:String = Math.ceil(per*100).toString(); } private function done(e:Event) { // its loaded } // failed to load the url private function ioError(e:IOErrorEvent) { trace(e); }
You need to login to post a comment.
