Flash Ad Requirements

Versions

Up through Flash 8

Click Tracking
The author of the Flash source file (.fla) has to assign a clickTag variable using a getURL button action. They also have to make sure that they have selected _blank for a target so it opens in a new window.

The button action code should look like one of these examples:
on (release) {
getURL(clickTag,"_blank")
}

on (release) {
getURL(_level0.clickTag,"_blank")
}

on (release) {
if (clickTag.substr(0,5) == "http:") {
getURL(clickTag,"_blank")
}
}

A helpful link:
Tracking Macromedia Flash Movies
http://www.macromedia.com/resources/richmedia/tracking/designers_guide/

File Requirements

  • Backup gifs must be submitted
  • Animation cannot continue past 15 seconds (externally loaded assets may continue up to a total time of 30 seconds)
  • Frame rate must be no more than 18fps
  • File size must not exceed 30K (externally loaded assets can be up to 1500K)

If you have any problems, please let us know:  email webmaster.

Top | Close Window