Return to Snippet

Revision: 13362
at April 21, 2009 11:39 by nate63179


Initial Code
on (release) {
	var url:String = "";
	url = _level0.clickTag || _level0.ClickTag || "http://www.metrofax.com";
	getURL(url, "_blank");
}

Initial URL


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

Initial Title
ActionScript 2.0 Click tag handler

Initial Tags


Initial Language
ActionScript