home *** CD-ROM | disk | FTP | other *** search
- total = int(this.getBytesTotal() / 1024);
- sofar = int(this.getBytesLoaded() / 1024);
- percent = int(sofar / total * 100);
- total_percent = int(percent);
- _root.bar1.gotoAndStop(total_percent);
- _root.percent_disp1 = total_percent + " %";
- gotoAndPlay(2);
-