Forum Moderators: open
We have been supplying banners to various sites of late which require ClickTAG code to be added to the banner, usually with a _blank variable also included
We are not sure (and many of the sites seem to be unable to answer) if there is a set standard for the case used for ClickTAG
Should the TAG be (all upper case) eg.
on (release) {
getURL ("clickTAG", "_blank");
}
or Initial cap on Tag only eg.
on (release) {
getURL ("clickTag", "_blank");
}
Should there by a cap 'C' used?
The other issue is that our version of Flash (Flash 8 Professional)
seems to add "" between the "clickTAG", whereas some site seem to want this without quotes.
Does anyone have the definitive answer for this?