formats Home page tenancy

ParametersDefinitions
Dimensions 728 x 90px - 125 x 125px - 300 x 600px
Formats html5, swf, jpeg or gif
Maximum size 600 kb in total
Flash version Version 8 or higher
Frame Rate 18 fps
Alternative GIF or JPG. It's mandatory to send an alternative version in case users do not have Flash installed (iPad or other devices).
Audio ads Audio must be switched off by default and an on/off option must be available
Third-party TAGs Supported
Delivery time 72 hours after receiving creatives and after tests approval
HTML5 Parts Maximum size of 200kb each banner 
We will support only the tag (path) of the hosted creative, click here.
Z-Index Range 0 - 4,999
ClickTAG: Flash 8 and 9Tutorial
This is a code in ActionScript 2.0 and need to be inserted into the click button (only 1 ClickTAG per item). 
on (release) {
  if (_root.clickTAG.substr(0,5) == "http:" || _root.clickTAG.substr(0,6) == "https:") {
    getURL(_root.clickTAG, "_blank");
  }
}
ClickTAG: Flash 10Tutorial
This is a code in ActionScript 3.0. If you name your button with something other than MyClickTagButton, you will need to edit this code too.
MyClickTagButton.addEventListener(
  MouseEvent.CLICK,
  function():void {
    if (root.loaderInfo.parameters.clickTAG.substr(0,5) == "http:" || root.loaderInfo.parameters.clickTAG.substr(0,6) == "https:") {
      navigateToURL(
        new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank"
      );
    }
  }
);
Example

Get in touch with our Sales Team to find out more!