Ros Box 300x250
Step-1 Animation runs for maximum 15 seconds duration.
Step-2 Thereafter, animation may be repeated. A maximum of 3 loops are allowed, in total.
Step-3 Replay button appears once all animation has stopped. Clicking the Replay button plays the entire animation from start.
- Replay button appears after animation/loop is over.
- In case of more than one loop (max. 3 permissible), button appears after the last loop is over.
- Clicking on button plays the entire animation again, from beginning.
- Present on entire banner area. Click leads to the client's site.
- Click button will have any ONE of the following scripts:
If animation is on the main timeline use :
on (release)
{if (click.substring(0,5)== "http:" || click.substring(0,6)== "https:" || click.substring(0,1)== "/") {
getURL(click, "_blank");}
}
If entire animation is inside the movie clip 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");}
}
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