[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 (193 B)
if (_framesloaded >= _totalframes) {
gotoAndPlay (3);
}
bytesgesamt = _root.getBytesTotal();
bytesgeladen = _root.getBytesLoaded();
prozent = int((bytesgeladen / bytesgesamt) * 100);
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (8 B)
stop();
Frame 4 (8 B)
play();
Frame 2182 (17 B)
gotoAndPlay (3);
Frame 2183 (8 B)
stop();
Symbol 15 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 27 Button (25 B)
on (release) {
play();
}