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

Home Box Banner

Description: Clickable banner on Home Page.
Click For Sample
Dimensions: 300x250 pixels (with mandatory 1 pixel border)
Format: GIF / JPG / SWF / HTML5
Maximum Weight: 40 KB
Animation:
 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:
  • 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.
Scripts: Scripts on Click Button:
  • 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:


Back to Top