Hey everyone, if you ever need to create expanding banners for your client, you have to check out what this company JaxCore made.
http://www.expandablebanners.com
Printable View
Hey everyone, if you ever need to create expanding banners for your client, you have to check out what this company JaxCore made.
http://www.expandablebanners.com
I prefer to create them myself but that is a good tool if you don't have the AS skills.
Everything is in the Javascript Code. (Which you don't ever touch)
The only AS you need to do is.
First banner:
on (rollOver) {
getURL("javascript:ExpandableBanners.openAd();");
}
Second banner:
on (rollOut) {
getURL("javascript:ExpandableBanners.closeAd();");
}
It auto detects the dimensions of your expandable banner, so its very easy to change and edit.
It works incredibly well and allows you to focus solely on the design of the banners.