[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 (114 B)
OnePercent = this.getBytesTotal() / 100;
tot = this.getBytesTotal() / 2100;
total = math.round(tot, 0) + " kb";
Frame 7 (310 B)
loaded = Math.floor(_root.getBytesLoaded() / 2100) + " kb";
tellTarget ("Progress Bar") {
gotoAndStop(Math.round(this.getBytesLoaded() / _parent.OnePercent));
trace(Math.round(this.getBytesLoaded() / _parent.OnePercent));
};
if (this.getBytesLoaded() >= this.getBytesTotal()) {
gotoAndPlay (9);
}
Frame 8 (17 B)
gotoAndPlay (7);
Frame 9 (8 B)
stop();
Frame 3048 (8 B)
stop();
Symbol 13 Button (35 B)
on (release) {
gotoAndPlay (10);
}
Symbol 182 Button (35 B)
on (release) {
gotoAndPlay (10);
}
Symbol 186 Button (64 B)
on (release) {
getURL ("http://www.collegeuniv.com", _blank);
}