[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 (17 B)
stopAllSounds();
Symbol 15 Button (60 B)
on (release) {
getURL ("http://www.sfdt.com/", "_blank");
}
Symbol 18 Button (31 B)
on (release) {
_root.play();
}
Symbol 19 MovieClip Frame 1 (403 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
lBytes = _root.getBytesLoaded();
tBytes = _root.getBytesTotal();
percentLoaded = Math.floor((lBytes / tBytes) * 100);
loader.bar._xscale = percentLoaded;
loader.percent.text = percentLoaded + "%";
Symbol 19 MovieClip Frame 2 (17 B)
gotoAndPlay (1);