home *** CD-ROM | disk | FTP | other *** search
- _root.b1 = _root.getBytesLoaded();
- _root.b2 = _root.getBytesTotal();
- _root.tgPrel = 1 + Math.round(b1 * 100 / b2);
- _root.tg = _root.tgPrel - 2;
- if(_root.tg <= 9)
- {
- _root.procent = "0" + _root.tg;
- }
- else
- {
- _root.procent = _root.tg;
- }
- _root.prel.gotoAndStop(_root.tgPrel);
-