home *** CD-ROM | disk | FTP | other *** search
- stop();
- var MENU = new ContextMenu();
- MENU.hideBuiltInItems();
- MENU.builtInItems.quality = true;
- _root.menu = MENU;
- _root.onEnterFrame = function()
- {
- var _loc2_ = Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
- loading.text = _loc2_;
- if(_loc2_ == 100)
- {
- play();
- _root.onEnterFrame = null;
- }
- };
-