Google DoubleClick Build.Guide User Manual
Page 2

at midnight. On subsequent to the page, users will receive either the full Billboard or the (un)branded show button,
depending on the state they last selected. Show button exists in the Flash execution.
1.
.
H
TML page completes load which includes hardcoded iframe.
2.
.
U
sing document.write in JavaScript, ad tag is loaded into iframe (impression +1).
3.
.
S
tudio Flash creative loads into ad tag and ExternalInterface call is made from Flash to JavaScript
function on page to return cookie value.
4.
.
J
avaScript function checks for cookie existence / value and returns to Flash.
5.
.
I
f cookie does not exist, do the following :
>
.
J
avaScript should set cookie with value of expanding, expiring at midnight.
>
.
R
ich media Flash unit should be set to expanded 970x250 state.
>
.
F
ull Billboard creative assets should be loaded into ad tag through Flash parent file.
>
.
A
d unit div dimensions should be styled to 970x250 through CSS.
If cookie does exist and is set to expanded, do the following :
>
.
R
ich media Flash unit should be set to expanded 970x250 state.
>
.
F
ull billboard creative assets should be loaded into ad tag through Flash parent file.
>
.
A
d unit div dimensions should be defined to 970x250 through CSS.
If cookie does exist and is set to collapsed, do the following :
>
.
R
ich media Flash unit should be set to collapsed 196x31 state.
>
.
C
ollapsed show ad button creative assets should be loaded into ad tag through Flash parent file.
>
.
A
d unit div dimensions should be set to 300x31 and positioned to the right of the page through
CSS.
6.
.
O
n click to close button from Flash, do the following :
>
.
E
xternalInterface call should be made to JavaScript to collapse.
>
.
J
avaScript should reset cookie value to collapsed.
>
.
R
ich media Flash unit should be set to collapsed 196x31 state.
>
.
C
ollapsed show ad button creative assets should be loaded into ad tag through Flash parent file.
>
.
A
d unit div dimensions should be set to 300x31 and positioned to the right of the page through