[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.Instance of Symbol 14 MovieClip in Frame 2 (85 B)
//component parameters
onClipEvent (initialize) {
mantan = 100;
fieldView = true;
}
Frame 4 (8 B)
stop();
Symbol 4 Button (65 B)
on (release) {
getURL ("http://www.dec.sakura.ne.jp/~rebis/");
}
Symbol 14 MovieClip Frame 1 (651 B)
_parent.stop();
_soundbuftime = 0;
logo._visible = false;
this.loadField._visible = this.fieldView;
moku_b = (_parent.getBytesTotal() * mantan) / 100;
start = getTimer();
this.onEnterFrame = function () {
var progre = (this._parent.getBytesLoaded() / this.moku_b);
var now = getTimer();
var keika = (now - start);
var sokudo = (this._parent.getBytesLoaded() / keika);
var yosou = (this.moku_b / sokudo);
var nokori = ((this.moku_b - _parent.getBytesLoaded()) / sokudo);
if (this.fieldView) {
this.loadField.latetime_txt.text = Math.ceil(nokori / 1000);
}
if (progre >= 1) {
this._parent.gotoAndPlay("start");
}
};