[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.Instance of Symbol 10 MovieClip "bar" in Frame 1 (43 B)
onClipEvent (load) {
showBytes = "true";
}
Frame 3090 (8 B)
stop();
Symbol 10 MovieClip Frame 1 (444 B)
realBar._width = (_root.getBytesLoaded() / _root.getBytesTotal()) * 150;
realBar._x = -0.5 + (realBar._width / 2);
percent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (showBytes == "true") {
bytes = ((("Loading: " + int(_root.getBytesLoaded() / 1024)) + "k of ") + int(_root.getBytesTotal() / 1024)) + "k";
}
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.play();
} else {
_root.stop();
}
Symbol 92 Button (43 B)
on (release) {
stop();
gotoAndPlay (2);
}
Symbol 97 Button (84 B)
on (release) {
stop();
getURL ("http://www.geocities.com/nivekeornum", "_self");
}