[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (18 B)
stop();
stop();
Instance of Symbol 14 MovieClip in Frame 1 (301 B)
onClipEvent (enterFrame) {
var now = _root.getBytesLoaded();
var total = _root.getBytesTotal();
if (now != total) {
this.bar._xscale = (now / total) * 100;
this.display = ((Math.round(now / 1000) + "KB/ ") + Math.round(total / 1000)) + "KB";
}
if (now == total) {
_root.gotoAndPlay(2);
}
}