Floating banner is an advertisement that moves up and down while scrolling the page. This way it is always visible for the user, no matter which area of the site he is looking at. Floating banner should include X mark to close the floating layer so it could return to the top of the site.
Place of display: The entire portal: Main page, Travel, Hotels, Business, Culture, Directory i Forum.
![]() |
|
Size: 468 x 60 pixels
Weight: max 15 kB
Format: JPEG, GIF, FLASH
Flash floating banner can not include looped sounds (replayed continuously or periodically). The sound included can last no longer than 3 seconds.
Floating banner can not include external sources of information (e.g. download animation elements from customer’s server). It also can not save, change or read cookies.
Floating banner should be saved as Macromedia Flash 6.0 form, or earlier. Animation’s suggested speed is 21 fps and it can not be faster than 25 fps.
SWF file can not be secured of debugging.
It is forbidden to implement mechanisms that spy user’s interaction.
The creation can not provoke errors – inappropriate service’s projection and error warnings appearance.
It needs to include active layer (button) on the top, including the following action:
on (release) {
getURL(_root.clickTAG, "_blank");
}
Provided that the destination site occurs within the Poland.com portal, the “_blank” option should be replaced with “_top”.
During its appearance, the floating banner will include X mark to close the floating layer so it could return to the top of the site.
If the animation isn’t looped, such a Java Script function should be created:
javascript:ukryj()
To hide banner with X button, it should include the following Java Script action:
javascript:ukryjReklame()