MediaMind Standard ClickTag


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



Copy this code and paste it in your HTML
  1. import flash.events.MouseEvent;
  2.  
  3. hit.buttonMode = true;
  4. hit.addEventListener(MouseEvent.CLICK, onClick);
  5. function onClick(event:MouseEvent):void
  6. {
  7. EBStd.Clickthrough();
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.