home *** CD-ROM | disk | FTP | other *** search
- totalBytes = Math.round(getBytesTotal() / 1024);
- loadedBytes = Math.round(getBytesLoaded() / 1024);
- percentDone = Math.round(loadedBytes / totalBytes * 100) + " %";
- if(_root._framesloaded >= _root._totalframes)
- {
- gotoAndPlay(28);
- }
-