Interstitial is a full-screen animation that appears right after the site is loaded or even before it is visible. The creation has to include X mark to close its presentation.
Time of presentation: max 10 seconds
Weight: max 30 kB
We sell interstitials calculated to CPM.
Place of display: Main page of the portal.
![]() |
|
Size: full screen
Time: max 10 seconds
Weight: max 30 kB
Format: JPEG, GIF, FLASH
Flash interstitial can not include looped sounds (replayed continuously or periodically). The sound included can last no longer than 3 seconds.
Interstitial 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.
Interstitial 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, interstitial will include X mark to close it. The X mark needs to be located in the top right corner and have 15 x 15 pixels minimum size. The button will include following action:
on (release) {
getURL("javascript:ukryjReklame();");
}