home *** CD-ROM | disk | FTP | other *** search
- function loadF()
- {
- nowLoad = _root.getBytesLoaded();
- totalLoad = _root.getBytesTotal();
- loadPercent = nowLoad / totalLoad * 100;
- dan = 4;
- goN = int(loadPercent * dan);
- loading_mc.gotoAndStop(goN);
- if(_root.nowLoad == _root.totalLoad)
- {
- gotoAndStop("titleF");
- clearInterval(secInter);
- }
- }
- stop();
- System.security.allowInsecureDomain("http://kr.abyss.teen.yahoo.com");
- System.security.allowInsecureDomain("http://abyss0.kids.kr1.yahoo.com");
- System.security.allowInsecureDomain("http://abyss1.kids.kr1.yahoo.com");
- System.security.allowInsecureDomain("http://abyss2.kids.kr1.yahoo.com");
- System.security.allowInsecureDomain("http://abyss3.kids.kr1.yahoo.com");
- System.security.allowInsecureDomain("http://abyss4.kids.kr1.yahoo.com");
- ip = "http://abyss0.kids.kr1.yahoo.com/";
- secInter = setInterval(loadF,1);
- gameFirstValue = true;
-