FLASH BANNERHome >> Advertise >> Flash Banner
Criteria for Flash banner
1. 300*250 or 728*90 and file size shall not exceed 50K;
2. CPU occupation rate shall not exceed 30%;
3. Source file is required, if source file are unavailable, JPG or GIF format will be preferred;
4. Banners using third-party codes are unacceptable ;
5. Banner link
A. If it's a direct link:
on (release) {
getURL("http://us.99.com" ,"_blank");
}
B. ClickTAG parameter should be used. If another type of parameter is used, it should be provided.
After being clicked, the flash banner should redirect to the URL specified in the clickTAG parameter.
The following is the proper code for clickTAG parameter:
getURL("http://us.99.com" ,"_blank");
}
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_blank");
}
}