[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 (13 B)
this.stop();
Instance of Symbol 21 MovieClip in Frame 1 (301 B)
onClipEvent (enterFrame) {
_root._loadtext.text = ((("" + (Math.round(((_root.getBytesLoaded() / 1024) / 1024) * 100) / 100)) + " MB / ") + (Math.round(((_root.getBytesTotal() / 1024) / 1024) * 100) / 100)) + " MB";
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.nextFrame();
}
}