Ad Types

Home page
Box Banner

ROS
Section HP Expandable (India targeted only)
Text Native ADNew
Bottom Native ADNew
ROS Box
ROS-BOX Top Expandable
ROS-BOX Bottom Expandable
ROS-300 X 600
Video Banner
Wallet Video Banner
ROS LB

Interstitial
Page Takeover

Scorecard
Scorecard banner

Rediffmail
Log-in BoxNew
Tower
Inbox Text Link
Logout

MoneyWiz, Ishare, FareSearch
BOX (Moneywiz + IShare)
Pre-roll on iShare
Video Over Lay Ads 

DM
Mailer

ROS Box Bottom Expandable (to 600x250)

Description: When story page loads, a clickable banner appears in 300x250 dimension beneath the ROS Box Top Expandable banner. The banner expands to 600x250 dimension ONLY upon user interaction. After 10 seconds, banner collapses back to original dimension.
Click For Sample
Dimensions:

 Main Single FLA: Both collapsed & expanded dimensions will be a part of this single file.

 Collapsed dimension (within main FLA):
  • 300x250 pixels
  • Right aligned
  • Mandatory 1 pixel border
 Expanded dimension (within main FLA):
  • 600x250 pixels
  • Mandatory 1 pixel border
Format:  SWF
Maximum Weight:  40 KB
Sound:  OFF by default
Animation:
 Step-1 Page opens with banner appearing in 300x250 dimension.

On 300x250 (collapsed dimension):
  • Can be static/animated.
  • Opaque background required.
  • Animation allowed for maximum 10 seconds duration
  • Thereafter, animation may be repeated. A maximum of 3 loops are allowed, in total.
  • Click to Expand / Replay button appears once all animation has stopped. Clicking the button expands the banner & plays the entire animation from start.
 Step-2 300x250 banner expands to 600x250 ONLY upon clicking Expand button.

On 600x250 (expanded dimension):
  • Animation for maximum 10 seconds duration. Banner collapses to 300x250 thereafter.
  • Close button present, to collapse back to 300x250 dimension.
  • Opaque background required.
Close Button:
  • Required on expanded banner to collapse back into 300x250.
  • 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
Scripts:

Functions to be added ON FRAME:
On collapsible frame, call the function:
geturl("javascript:expandOnOffBottom(0,'world_right2');");

On expandable frame, call the function:
geturl("javascript:expandOnOffBottom(1,'world_right2');");

Script On Click Button:
If animation is on the main timeline, then use:
on (release) {
if (click.substring(0,5)== "http:" || click.substring(0,6)== "https:" || click.substring(0,1)== "/") {
getURL(click, "_blank");}
}

OR

If entire animation is inside the 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");}
}

Back Up Image:
  • JPEG or GIF
  • 300x250 pixel backup image
  • 1 pixel border mandatory
  • Maximum weight: 40 kb
  • DO NOT put Replay button on Backup images

Recommended File Name Convention:


Back to Top