In the Picturebanners you're able to upload your own JPG pictures and use them in the banners!Picture Banner Graphic banners with amazing flash effects!Graphic Banner The sound banners play a little sound loop when the user moves his mouse over it!Sound Banner In the Picturebanners you're able to upload your own JPG pictures and use them in the banners!Page peel
80x210, another banner format which is very useful, because it can easily be placed in navigation bars!80x210
Big big skyscraper banners including your own picturesSkyscraper

Flash banner with clickTAG

What it is

The clickTAG is a further method to tell the flashbanner where it should link to. Thereby the link address is passed in the HTML-code and not stored in the banner itself (blue letters in the code example).
<param name="movie" value="http://www.domain.com/flashfile.swf?clickTAG=http://www.link.com">
Don't worry, the whole code to display your clickTAG banner will be shown directly after banner creation.

ClickTAG advantages

This method offers a couple of advantages. The clickTAG might also be a script, on a ad server for instance, that tracks where the banner appears and when it is clicked. Thus this method affords you multifarious ways of launching your banner.

A further point is that in case of the clickTAG isn't passed, the banner won't work as link. This might be useful if the banner should be adopt as a header of a website.

ClickTAG code in the banners

For those who want or need to know: The clickTAG code in the banners is as followed:

on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG,"_blank");
}
}

Note: This is nothing you need to copy and paste, this is only the code in the banners and is just for your information.
It says, that if there is a variable clickTAG and it starts with "http:" the banner links to there, in other cases the banner won't link to anywhere.

How to get

In the Premium Area each banner can easily be prepared for the clickTAG. Just check the clickTAG option in the banner creator. In the free area this option isn't avaliable.

clickTAG