[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 (73 B)
fscommand ("showmenu", "false");
setProperty("_root.Bar", _xscale , 0);
Instance of Symbol 1 MovieClip "Size" in Frame 1 (336 B)
onClipEvent (load) {
total = Math.floor(_root.getBytesTotal());
}
onClipEvent (enterFrame) {
Loaded = Math.floor(_root.getBytesLoaded());
Percent = Math.floor((loaded / total) * 100);
_root.Percent = Percent + " ";
setProperty("_root.Bar", _xscale , Percent);
if (Percent >= 100) {
tellTarget ("_root") {
play();
};
}
}
Frame 2 (8 B)
stop();
Frame 3 (8 B)
play();
Frame 750 (8 B)
stop();
Symbol 14 Button (34 B)
on (release) {
gotoAndStop (3);
}
Symbol 259 Button (34 B)
on (release) {
gotoAndPlay (3);
}