Frame 1 (65 B)
loopIt = false;
iStatus = 0;
setProperty("pBar", _xscale , 0);
Frame 2 (190 B)
iBytesTotal = _root.getBytesTotal();
iBytesLoaded = _root.getBytesLoaded();
iBytes = (iBytesLoaded / iBytesTotal) * 100;
setProperty("pBar", _xscale , iBytes);
sStatus = iBytes add "%";
Frame 3 (121 B)
if (iBytes < 100) {
iBytes = iBytes + 2;
gotoAndPlay (2);
} else {
sStatus = "COMPLETE";
gotoAndPlay (4);
}
Frame 4 (31 B)
sStatus = "COMPLETE";
stop();
Frame 654 (45 B)
if (loopIt == true) {
gotoAndPlay (10);
}
Symbol 17 Button (53 B)
on (press) {
getURL ("http://www.threebrain.com");
}
Symbol 22 Button (29 B)
on (press) {
_root.play();
}
Symbol 28 Button (51 B)
on (press) {
_root.loopIt = true;
_root.play();
}