Video Banners
- Banner should be supported by Flash Player-8 or higher version.
- TVC duration: Up to 60 seconds maximum
- Should have REPLAY, STOP, RESUME & sound ON/OFF options.
- Skin/ interface for TVC mandatory.
- Back up GIF/JPEG image mandatory.
- Opaque background required.
- Of SWF file: 75 KB
- Of Video file: 10 MB
Valid click command
If animation is on main timeline, then use:
on (release)
{if (click.substring(0,5)== "http:" || click.substring(0,6)== "https:" || click.substring(0,1)== "/") {
getURL(click, "_blank");}
}
If entire banner is made in a movie clip, then use:
on (release)
{if (_root.click.substring(0,5)== "http:" || _root.click.substring(0,6)== "https:" || _root.click.substring(0,1)== "/") {
getURL(_root.click, "_blank");}
}
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