Shoshkele
File Format: JPG / GIF / SWF
Size:500X400
Weight 40KB
Annimation Duration: 15sec
3 loops allowed within 15 seconds
Valid click command on the topmost layer
No URL embedding allowed
User initiated sound allowed ,file loading not permitted.
Back up image is mandatory
Complte 1px bodor is mandatory
   
Backup GIF/JPG (is seen when the user does not have flash plug-in.)
  * Format allowed: JPG or GIF
  * Maximum weight:40 kb
  * Replay button does not work in gif animated banners
Scripts:
Standard Banners ClickTAG:
To enable click tracking in the flash files the below clickTAG function must be added (mandatory).
on(release){
if (clickTAG.substr(0,4) == "http") {
getURL(clickTAG, "_blank");
}}
   
Expandable Banners ClickTAG:
To enable click tracking in the flash files the clickTAG function must be added (mandatory).
on(release){
if (clickTAG.substr(0,4) == "http") {
getURL(clickTAG, "_blank");
}}
   
Code for the Base Ad (Replay button function):
on(release){
getURL('javascript:zzReplay();', '');
}
(zzReplay can also be substituted by zzExpand function.)
   
Code for the Expanded Ad:
on(release){
getURL('javascript:zzClose();', '');
}
   
Replay codes:
on (release) {gotoAndPlay(1);}
   
Naming convention:
  Flash banners must have the same naming convention ascorresponding GIF/JPEG banners which are part of the samecampaign.
(e.g. 300x250_19june10.swf / rediff_300x250_19june10.gif)