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

Pop Under Banner

Click For Sample

Dimension : 640x480

Format : GIF / JPG / SWF / HTML5

Maximum weight : 40 kb

Sound : Only on user initiation.

Animation : 1 loop has to be of 15 seconds. Post 15 seconds banner can play continuously from the beginning or can pause and a click on Replay button restarts the animation.

Replay : Optional

Click Button : Entire or partial banner can be clickable.

Backup Images

Click Button Script

In case animation is on the main timeline, use following script :

on (release)
{if (click.substring(0,5)== "http:" || click.substring(0,6)== "https:" || click.substring(0,1)== "/") {
getURL(click, "_blank");}
}

In case animation is on in a movie clip, use following script :

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