[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 (46 B)
loadVariables ("/class/get_testval.php", "");
Frame 2 (8 B)
play();
Frame 3 (37 B)
if (title eq "") {
prevFrame();
}
Frame 11068 (8 B)
stop();
Frame 11069 (1 B)
Symbol 11 Button (25 B)
on (release) {
play();
}
Symbol 15 Button (25 B)
on (release) {
stop();
}
Symbol 19 Button (153 B)
on (release) {
if ((_currentframe + "122") >= _totalframes) {
gotoAndPlay(_totalframes - "2");
} else {
gotoAndPlay(_currentframe + "120");
}
}
Symbol 23 Button (120 B)
on (release) {
if (_currentframe >= "125") {
gotoAndPlay(_currentframe - "120");
} else {
gotoAndPlay (2);
}
}
Symbol 53 Button (25 B)
on (release) {
play();
}
Symbol 56 Button (34 B)
on (release) {
gotoAndPlay (1);
}