Version Compatibility: Flash ads must be backwards compatible to Flash 9
Frame Rate: Must be no more than 24 fps
Animation Maximum: 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 section titled " Rich Media ". 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 section named " In-Flash Video " for rules governing its use in non pre-roll advertising.
Example of Code: Author of the Flash must assign a clickTag variable using a getURL button action with its target assigned as _blank to open a new window upon user click.
on(release) {
getURL (_level0.clickTag,"_blank");
}