Return to Snippet

Revision: 55746
at February 21, 2012 01:41 by martinmajling


Initial Code
on (release) {
    if (typeof _root.click != "undefined") {
        getURL(_root.click, "_blank");
    } else if (typeof _root.clickTAG != "undefined") {
        getURL(_root.clickTAG, "_blank");
    } else if (typeof _root.clickTag != "undefined") {
        getURL(_root.clickTag, "_blank");
    } else if (typeof _root.clickthru != "undefined") {
        getURL(_root.clickthru, "_blank");
    } else {
	getURL("http://www.your-site.com",_blank);
	}
}

Initial URL


Initial Description
Possible parrameters: clickTAG, clickTag, clickthru
if is not defined url use default url "http://www.your-site.com"

http://www.link-to-banner.com/banner.swf?clickTAG=http://www.your-site.com

Initial Title
Define target url in flash banner via parameter

Initial Tags


Initial Language
ActionScript