[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 "bar" in Frame 1 (396 B)
onClipEvent (load) {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
this.bar2._xscale = (loaded / total) * 100;
this.display = ((Math.round(loaded / 1000) + "KB / ") + Math.round(total / 1000)) + "KB";
if (this.bar2._xscale == 100) {
_root.gotoAndPlay(2);
}
}
Frame 794 (8 B)
stop();
Symbol 211 Button (33 B)
on (press) {
gotoAndPlay (75);
}