Pop Under Banner
Dimension : 640x480
Format : GIF / JPG / SWF / HTML5
Maximum weight : 40 kb
Sound : Only on user initiation.
Animation : 1 loop has to be of 15 seconds. Post 15 seconds banner can play continuously from the beginning or can pause and a click on Replay button restarts the animation.
Replay : Optional
Click Button : Entire or partial banner can be clickable.
Backup Images
- Format allowed: JPG or GIF
- Maximum weight: 40 kb
- Do Not put Replay button on GIF animated banners & Backup images
Click Button Script
In case animation is on the main timeline, use following script :
on (release)
{if (click.substring(0,5)== "http:" || click.substring(0,6)== "https:" || click.substring(0,1)== "/") {
getURL(click, "_blank");}
}
In case animation is on in a movie clip, use following script :
on (release)
{if (_root.click.substring(0,5)== "http:" || _root.click.substring(0,6)== "https:" || _root.click.substring(0,1)== "/") {
getURL(_root.click, "_blank");}
}
Replay code :
on(release){gotoAndPlay(1);}
Recommended File Name Convention:
- Use small letters instead of big caps
- No special character and spaces in between the banner name. If required, use '_' (underscore) but not '-' (hyphen).
- Flash banners must have the same title names as GIF/JPEG banners. Example:rediff_728x90_19june04.swf / rediff_728x90_19june04.gif