home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.stop();
- shiftamt = 17;
- isloaded = false;
- this.onEnterFrame = function()
- {
- bytesloaded = Math.round(_root.getBytesLoaded());
- bytestotal = Math.round(_root.getBytesTotal());
- percent = bytesloaded / bytestotal;
- if(bytesloaded == bytestotal)
- {
- isloaded = true;
- }
- };
- this.onRelease = function()
- {
- getUrl("http://www.mofunzone.com/", "_blank");
- };
-