Section Home Page Expandable (India only)
Collapsed Banner (within main FLA):
- 300x600 pixels
- Right aligned
- Mandatory 1 pixel border
- 500x600 pixels
- Mandatory 1 pixel border
Step-1 Page opens with banner appearing in 300x600 dimension.
On 300x600 (collapsed dimension):
- Opaque background required.
- Expand button present.
On 500x600 (expanded dimension):
- Banner remains expanded for maximum 15 seconds, after which it automatically collapses to 300x600.
- Opaque background required.
- Close button present. Clicking the button collapses the banner to 300x600.
- Required on 500x600 dimension to collapse back into 300x600.
- Placed on Top Right Corner of expanded banner. Leave 6 pixels from both right & top.
- Font: Arial. Regular (non-bold). Point Size: 12. All lower case.
- Color: Black text on White strip (on any dark color BG) & White text on Black strip (on any light color BG).
For Example, use close x & not CLOSE X
Functions to be added ON Frame:
On collapsible frame, call the function:
geturl("javascript:expandOnOffSectionHp(0,'world_right3');");
On expandable frame, call the function:
geturl("javascript:expandOnOffSectionHp(1,'world_right3');");
- 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");}
}
- JPEG or GIF
- 300x600 pixel backup image
- 1 pixel border mandatory
- Maximum weight: 60 kb
- DO NOT put Expand or Close button on backup images
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