Flash Creative Requirements
Version Compatibility: Flash ads must be backwards
compatible to Flash 9.
Frame Rate: Must be no more than 24 fps.
Animation Maximums: 20 seconds or 3 loops
(whichever is less) – ads may not contain continuous
animation of any kind including background elements or text.
Expandable Rich Media: See the slide titled
“Rich Media: Overlays, Push-Downs & In-Flash
Video”. Not all Flash is classified as Rich Media. Rich Media
means non-traditional Flash such as overlays, push-downs, in-Flash
video, etc.
Audio/Video: Non-user-initiated audio is not
allowed. For use of in-Flash video, refer to the slide named
“Rich Media: In-Flash Video” for rules governing its
use in non-pre-roll advertising.
Use of clickTagAuthor of the Flash must assign a clickTag
variable using a getURL button action with target assigned as
_blank to opena new window upon user click.
Example of Code:
on(release){
getURL(_level0.clickTag,"_blank");
}