home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / david.swf / scripts / DefineSprite_49 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  371 b   |  15 lines

  1. if(_url.indexOf("http") > -1)
  2. {
  3.    if(_parent._parent._parent.loadAdNow)
  4.    {
  5.       cacheBuster = getTimer() + random(999999);
  6.       showAd = "http://www.miniclip.com/swfcontent/push/didyouknow.swf?cacheBuster" + cacheBuster;
  7.       trace("Loading ad: " + showAd);
  8.       mcAd.loadMovie(showAd);
  9.    }
  10.    else
  11.    {
  12.       gotoAndPlay(_currentframe - 1);
  13.    }
  14. }
  15.