/ Published in: ActionScript
This code is used to provide a fail-safe url for Flash banners. If no external variable is found, one is automatically assigned.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
on (release) { var url:String = ""; url = _level0.clickTag || _level0.ClickTag || "http://www.metrofax.com"; getURL(url, "_blank"); }