[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 (243 B)
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay ("start");
}
Frame 2 (8 B)
play();
Frame 3 (8 B)
stop();
Frame 718 (8 B)
stop();
Symbol 11 Button (25 B)
on (release) {
play();
}