[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 (8 B)
stop();
Instance of Symbol 40 MovieClip in Frame 1 (226 B)
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndPlay(2);
} else {
this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * this._totalframes));
}
}
Frame 3 (17 B)
stopAllSounds();
Frame 4 (86 B)
mysound = new Sound(this);
mysound.attachSound("m\u00FCzik");
mysound.start(0, 50);
Frame 186 (8 B)
stop();
Symbol 30 MovieClip Frame 14 (8 B)
stop();
Symbol 89 Button (58 B)
on (release) {
getURL ("http://www.flashfunpages.com");
}
Symbol 187 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 193 Button (57 B)
on (release) {
getURL ("http://www.laughnetwork.com");
}