[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 6 (8 B)
stop();
Frame 6398 (20 B)
gotoAndPlay (5665);
Frame 6482 (20 B)
gotoAndPlay (6399);
Symbol 14 Button (31 B)
on (release) {
_root.play();
}
Symbol 15 MovieClip Frame 1 (193 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 15 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 33 Button (25 B)
on (release) {
play();
}
Symbol 134 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 140 Button (37 B)
on (release) {
gotoAndPlay (6399);
}