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

Video Banners

Description: Specifications given below address only the video aspect of banners/ innovations and not their general specifications. For dimensions, animations etc. please click on the respective banner on the left side panel.
Click For Sample
Guidelines:
  • Banner should be supported by Flash Player-8 or higher version.
  • TVC duration: Up to 60 seconds maximum
  • Should have REPLAY, STOP, RESUME & sound ON/OFF options.
  • Skin/ interface for TVC mandatory.
  • Back up GIF/JPEG image mandatory.
  • Opaque background required.
Format: SWF / HTML5
Maximum Weight:
  • Of SWF file: 75 KB
  • Of Video file: 10 MB
Sound: OFF by default
Scripts:

Valid click command

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

If entire banner is made in a 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");}
}

Replay code

on(release){gotoAndPlay(1);}

Recommended File Name Convention:


Back to Top