AOD clickTag - Starcom / MediaMind


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. private function onClick(event:MouseEvent):void {
  2. if (root.loaderInfo.parameters.clickTAG.substr(0,5) == "http:")
  3. navigateToURL(new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank");
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.