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)
- {
- gotoAndStop("startt");
- play();
- }
- ifFrameLoaded(439)
- {
- percentDone = 100;
- gotoAndStop("startt");
- play();
- }
-