ActionScript 2.0 Click tag handler


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

This code is used to provide a fail-safe url for Flash banners. If no external variable is found, one is automatically assigned.


Copy this code and paste it in your HTML
  1. on (release) {
  2. var url:String = "";
  3. url = _level0.clickTag || _level0.ClickTag || "http://www.metrofax.com";
  4. getURL(url, "_blank");
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.