Wideboard
Wideboard is an advertisement in the form of a horizontally oriented 940x300 rectangle. It is displayed in the same place at the top of the page, directly above or under the nameplate (depending on the service). It is one of the biggest advertisement formats available at Gazeta.pl - ten times bigger than a standard banner.
Wideboard is also offered as an expand advertisement. How it works: After opening a page a user can see an advertisement having the dimensions of 940x300 pixels; when the mouse cursor hovers on the advertisement, Wideboard expands to the dimension of 940x600 pixels (see example). Wideboard is also available in a "push down" option which, instead of covering the content of a page with an advertisement, pushes the page down (see example).
Wideboard - technical conditions:
dimensions: 940x300
file size: 65 KB
format: JPG, GIF, FLASH
Expand Wideboard - technical conditions:
dimensions: 940x300; when expanded: 940x600
file size: 95 KB
format: FLASH
In order to correctly count the number of clicks on the advertisement, the topmost flash layer must contain a button with the following action ascribed:
on (release) {
getURL(clickTag, "_blank");
}
CAUTION to the letter size in the clickTag variable.
It is necessary to apply _root.clickTag version when the button to which an action is ascribed is not set on the main timeline but is placed in a movieclip:
on (release) {
getURL(_root.clickTag, "_blank");
}
When "unexpanded?, Expand / Push Wideboard must have a button covering the whole surface of the Wideboard, with the said button having the following action ascribed:
on (rollOver) {
getURL("javascript:do1expand();","_self");
}
When "expanded?, Expanded / Push Wideboard must have a button covering the whole surface of the Wideboard, with the said button having the following action ascribed:
on (rollOut) {
getURL("javascript:do1little();","_self");
}