The code:
The Embed code:
Keeps opening in same tab though. Any ideas why?
Andy
Code:
on(release){
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, target="_blank");
}
}
The Embed code:
Code:
<EMBED src="http://www.eteknix.com/images/ads/amd_phenom_II_x4_945.swf?clickTAG=http://www.competitor.com" width="728" height="90">
Keeps opening in same tab though. Any ideas why?
Andy