[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 (262 B)
totalBytes = this.getBytesTotal();
loadedBytes = this.getBytesLoaded();
remainingBytes = totalBytes - loadedBytes;
percentDone = int((loadedBytes / totalBytes) * 100);
bar.gotoAndStop(percentDone);
if (_framesloaded == _totalframes) {
gotoAndPlay (3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (14 B)
_root.play();
Frame 1376 (8 B)
stop();
Symbol 9 MovieClip Frame 1 (12 B)
bar.stop();
Symbol 9 MovieClip Frame 100 (12 B)
bar.stop();
Symbol 20 Button (25 B)
on (release) {
play();
}
Symbol 25 Button (25 B)
on (release) {
stop();
}
Symbol 153 Button (34 B)
on (release) {
gotoAndPlay (1);
}