[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.Combined Code (469 B)
frame 1 {
a = getBytesLoaded();
b = getBytesTotal();
c = Math.ceil((a / b) * 100) + '%';
if (a == b) {
gotoAndPlay(3);
}
}
// unknown tag 88 length 78
// unknown tag 88 length 85
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
button 11 {
on (release) {
play();
}
}
button 2202 {
on (release) {
getURL('http://smbhax.com', '_blank');
}
}
frame 5238 {
stop();
}
button 2205 {
on (release) {
gotoAndPlay(4);
}
}