You are here: Main page » how to prepare SWF banner
PREPARATION OF FLASH BANNER (.SWF)
On the top layer place call of the function: getURL and set parameters:
URL: _root.clickTAG
Window: _blank
Expression: tick checkbox (only Flash 5.0)
Variables: Don't send
on (release)
{
getURL(_root.clickTAG,"_blank");
}
CAUTION: watch out for the character size in the variable _root.clickTAG
or
save the URL.:
on (release)
{
getURL("http://www.jakas.strona.pl","_blank");
}
We recommend saving animation in Flash version not higher than 5.0. Using Flash 6.0 may be risky - errors may arise and in consequnce the advertisement will not be displayed properly..