[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 (80 B)
total = _root.getBytesTotal();
fertig = false;
setProperty("p", _xscale , 0);
Frame 2 (124 B)
loaded = _root.getBytesLoaded();
proc = Math.round((loaded * 100) / total);
lo = proc;
setProperty("p", _xscale , proc);
Frame 4 (77 B)
if (proc == 100) {
gotoAndPlay ("anfang");
} else {
gotoAndPlay (2);
}
Frame 7 (8 B)
stop();
Frame 1261 (18 B)
gotoAndPlay (11);
Symbol 19 Button (70 B)
on (rollOver) {
gotoAndPlay (8);
}
on (rollOut) {
gotoAndStop (7);
}