home *** CD-ROM | disk | FTP | other *** search
- if(_root.getBytesLoaded() != _root.getBytesTotal())
- {
- _root.stop();
- progress_bar._xscale = Math.ceil(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
- }
- else
- {
- _root.bumper.play();
- this._y = 5000;
- }
- visitUrb_btn.onRelease = function()
- {
- getUrl("http://www.urbaniacs.com", "_blank");
- };
-