[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 (734 B)
function loader() {
_prefix = ((_url.toString().indexOf("https") > 0) ? "https://" : "http://");
loadMovie ((_prefix + "stream.inoob.fi/Veikkaus_Oy_Ab/Liukutaklaus_banneri/liukutaklaus_dirt_980x120_c.swf?url=") + escape(_root.url), _root.rootMC);
}
fl = System.capabilities.version.split(",")[0].split(" ");
if (fl < fVer) {
getURL ("?flash=update", "_top");
}
System.security.allowDomain("*");
trace(_root.url);
loader();
this.onEnterFrame = function () {
var _local3 = _root.rootMC.getBytesLoaded();
var _local4 = _root.rootMC.getBytesTotal();
trace((_local3 + "/") + _local4);
if ((_local3 > 10000) && (_local3 == _local4)) {
delete this.onEnterFrame;
gotoAndStop (2);
}
};
stop();
Frame 2 (8 B)
stop();
Symbol 11 Button (47 B)
on (release) {
getURL (_root.url, "_blank");
}