home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / fetchstretch.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  515 b   |  17 lines

  1. function tvc_tracker(url, media_id, format)
  2. {
  3.    tvc_lv = new LoadVars();
  4.    tvc_lv.media = media_id;
  5.    tvc_lv.f = format;
  6.    trace("media: " + media_id);
  7.    return tvc_lv.sendAndLoad(url,tvc_lv,"get");
  8. }
  9. stop();
  10. System.security.allowDomain(_parent.url);
  11. strUrl = url == null ? "http://www.viralchart.com" : url;
  12. _root.tvc_media = 681;
  13. if(_root.tvc_media != null && _root.tvc_media != "")
  14. {
  15.    _root.tvc_media = !tvc_tracker(strUrl + "/tracker.php",_root.tvc_media,"F") ? _root.tvc_media : null;
  16. }
  17.