Flash Ad Requirements
- Flash Versions:
- Frame Rate:
- File Size:
- Animation:
- Up through Flash 10
- 18fps max
- 40k max
- :30 seconds max
** Back-up GIFs must be submitted **
Click Tracking
In single-SWF Flash creative, advertisers should use the clickTAG method of tracking exit links. Advertiser must use target="_blank" for the window option.
To implement the clickTAG method, attach the following code to a button you wish to track:
on (release) {
if (_root.clickTAG.substr(0,5)=="http:") {
getURL (_root.clickTAG, "_blank");
}
}