in pratica nell'html <embed>

<EMBED src="nometuofile.swf?clickTAG= http://adnetwork.com/tracking?http://tuoindirizzo.com ">

nel flash al bottone incolla questa azione
codice:
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG);
}
}