Your ads will be shown across our network of 2000+ Top News and Information websites.
No, our system will automatically expose your ads to the placements where it performs best based on the eCPM and your ROI goals. This will ensure your ads are being shown in the placements where they are most effective.
We require a minimum of $50.00 to start advertising with Adblade.
We will be more than happy to help assist in the ad creation process. You can also upload them yourself from your account.
The original ActionScript 2 code should have something like this:
on (release){
getUrl("http://www.websitename.net/","_top");
}
After the conversion for click tracking, it should look like this:
on (release) {
if (_root.clickTAG.substr(0, 4) == "http") {
getURL(_root.clickTAG,_root.TargetAS);
}
}
For ActionScript 3, the code would become:
MyClickButton.addEventListener(
MouseEvent.CLICK,
function():void {
if (root.loaderInfo.parameters.clickTAG.substr(0, 4) == "http") {
navigateToURL(
new URLRequest(root.loaderInfo.parameters.clickTAG),
root.loaderInfo.parameters.TargetAS
);
}
}
);
If you would like to know more technical details,
please review the instructions from
Macromedia.
For greater compatibility, our system uses "_root.clickTAG" instead of "clickTAG".
Because Flash ads can be served within IFRAMEs, it's best to use target "_top" or "_blank" for the
getURL
function.
For better security, the ActionScript code requires a standard/secure web page, instead of allowing a possible malicious JavaScript code.
We offer both CPC (Cost per Click) and CPM (Cost per Thousand Views) pricing structures. We do not offer CPA (Cost per Acquisition) buys. Min CPC starts at $.50, Min CPM starts at $1.25.
We will review your ads for approval within 1 business day.