[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 2 (252 B)
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndPlay("loaded");
}
percentLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loadingText = ("Loading Orpheus Flash... " + percentLoaded) + "% loaded";
Frame 3 (28 B)
_root.gotoAndPlay("check");
Frame 10 (8 B)
play();
Symbol 2 Button (72 B)
on (release) {
getURL ("http://www.white-wolf.com/orpheus", "_self");
}
Symbol 7 Button (73 B)
on (release) {
getURL ("http://www.white-wolf.com/orpheus", "_blank");
}