[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 (310 B)
frame 1 {
stopAllSounds();
}
frame 1 {
function none() {}
var customMenu = new ContextMenu();
customMenu.customItems.push(new ContextMenuItem('two_nice_pussies.swf', none));
customMenu.hideBuiltInItems();
_root.menu = customMenu;
}
frame 1 {
Stage.scaleMode = 'noScale';
}
movieClip 4 {
}