banner FLASH template files
Choose right version:
clickTag:
728×90_clickTag_cs3.fla
728×90_clickTag_cs4.fla
clickTAG:
728×90_clickTAG_cs3.fla
728×90_clickTAG_cs4.fla
Share and Enjoy:
JPG compression
Fast method: optimization in flash
Normal method: optimization in photoshop + import to flash
Fast vs Normal – You can try fast optimization before normal, sometimes quality result is the same.
Banner backups (GIF/JPG) – text readability
Do you have problem: Low-readability?
Solution: Change font smoothing in photoshop.
Try this (adobe photoshop CS4 interface) and find the best smoothing option:
(None, Sharp, Crisp, Strong, Smooth)
Depending on factors like font, background, font size, font color , you have to choose the best option.
Always try different options, sometimes sharp will be too pixelated, smooth will be too blurry.
Share [...]
Adobe Flash Player Version Penetration December 2008
Use swf version 8 (more than 98% world wide penetration) instead of swf version 6
Always re-check technical requirements anyway!!! And don’t forget about gif/jpg backups!
for simple banners and rich media banners.
Most ad-networks support swf v8
Source: ADOBE FLASH v PENETRATION
Worldwide Ubiquity of Adobe Flash Player by Version – December 2008
Share and Enjoy:
ClickTAG flash CS4/MX/CS3 action script (AS1, AS2)
VIDEO: how to put clickTAG in CS4 Flash version
Most common clickTAG version:
on (release) {
getURL (_root.clickTAG, “_blank”);
}
clickTag version:
on (release) {
getURL (_root.clickTag, “_blank”);
}
clicktag version:
on (release) {
getURL (_root.clicktag, “_blank”);
}
For advanced flash user:
_root prefix – because clickTAG is set in root level, using root you are safe in case you use button in other [...]