Multi click Flash creatives
Please remember that all Flash files should be to specifications as outlined here: Flash Ads
To enable Flash creatives to have multiple buttons with trackable URLs the following code must be used on each of the buttons remembering to use a unique number for each one.
on (release) {
getURL(/:clickTAG1);
}
on (release) {
getURL(/:clickTAG2);
}
We recommend a maximum of 5 separate clickTAG URLs
As an example we'll set up the ad below to do a search on Yahoo!
Download the completed Flash File (FLA) to see a finished example


