300×250
Technical specifications
Recommendations and requirements:
A ClickTag needs to be inserted on a button:- If ActionsScript2:
On(release)
{
getURL(clickTag, ‘_blank’) ;
}
- If ActionScript3: the occurency of the transparent symbole (button type) need to be name buttonClick.
buttonClick.buttonMode=true;
buttonClick.addEventListener(MouseEvent.CLICK, redirectionPartner);
function redirectionPartner(evt:MouseEvent):void
{
var url:String = root.loaderInfo.parameters.clickTag;
var request:URLRequest = new URLRequest(url);
try
{
navigateToURL(request, '_blank');
}
catch (e:Error)
{
trace("Oops!");
}
} COMPOSITION OF THE CREATIVE
IAB Format 300x250:
- static image or animated image
- Sound must be “off” by default (may be activated on rollover or on click as long as it can be deactivated in the same way).
NEEDED ASSETS:
1/ Classic 300x250:- Dimensions: 300x250
- Accepted format: .gif, .jpg, .png or .swf
- Weight: 40Ko max
- Max duration second: 30 sec max
- Redirection URL (optional)
Or
2/ Expand banner:- Dimensions of the initial format: 300x250 px
- Dimension of the expanded 300x250: 625x250px
- Accepted format: .gif, .jpg, .png or .swf
- Max duration second: 30 sec max




