[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 (8 B)
stop();
Instance of Symbol 9 MovieClip in Frame 1 (378 B)
onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent = percent - ((percent - ((loading / total) * 100)) * 0.25);
per = int(percent);
TotalK = Math.round(total / 1000) + "K";
LoadingK = Math.round(loading / 1000) + "K";
percentage = per + "%";
loadBar._width = per;
if (percent > 99) {
_parent.gotoAndStop(2);
}
}
Frame 2 (8 B)
stop();
Symbol 9 MovieClip Frame 1 (8 B)
stop();