[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 (79 B)
var bytes = _root.getBytesTotal();
var bytes_loaded = _root.getBytesLoaded();
Frame 2 (161 B)
if (bytes_loaded == bytes) {
_root.gotoAndStop(3);
} else {
_root.gotoAndPlay(1);
_level0.sizeloaded = Math.round((bytes_loaded / bytes) * 100) + "%";
}
Frame 3 (8 B)
stop();
Frame 2182 (8 B)
stop();
Frame 2595 (20 B)
gotoAndPlay (2182);
Symbol 4 Button (117 B)
on (release) {
getURL ("https://www.awfulmart.com/index.php?crn=205&rn=353&action=show_detail", "_blank");
}
Symbol 8 Button (76 B)
on (release) {
getURL ("https://www.awfulmart.com/index.php?", "_blank");
}
Symbol 11 Button (25 B)
on (release) {
play();
}
Symbol 225 Button (34 B)
on (release) {
gotoAndPlay (5);
}
Symbol 227 Button (25 B)
on (release) {
play();
}