Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import flash.external.ExternalInterface;
  2.  
  3. btn.onRelease=gotoAd;
  4.  
  5. function gotoAd(){
  6.    
  7.    
  8.     var vid:String = String(ExternalInterface.call("function(){return (typeof getVidForFlash =='undefined')?'':getVidForFlash();}"));
  9.     var url:String = _root.clickTag
  10.     if(vid){
  11.     url+="&Custom1=" + vid;
  12.     }
  13.     getURL(url, "_blank");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement