Moin,
wenn man Flash Werbemittel an mehrere Netzwerke ausliefern will zum Beispiel Adcell, Zanox, Affilinet oder Commission Junction diese aber verschiedene Clicktags haben sollte man einfach eine kurze if Abfrage schreiben (Actionscript 2.0)
on (release) {
if (_root.ClickTAG) {_root.clicktag = _root.ClickTAG;}
//Webgains
if (_root.clickTAG) {_root.clicktag = _root.clickTAG;}
if (_root.ClickTag) {_root.clicktag = _root.ClickTag;}
//Affilinet Commission Junction
if (_root.clickTag) {_root.clicktag = _root.clicktag;}