[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 79 (17 B)
gotoAndPlay (2);
Symbol 11 Button (31 B)
on (release) {
_root.play();
}
Symbol 12 MovieClip Frame 1 (193 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 12 MovieClip Frame 2 (17 B)
gotoAndPlay (1);