MOJO Adserver Flash Creative Specifications
CONFIDENTIAL 6
banner click-throughs to another page. Mediaplex cannot test for specific
click-through destinations, so this testing must be completed before sending
to Mediaplex.
IFRAME/ILAYER
The tag to test flash banners through an iframe/Ilayer tag is provided below.
To run the template through the iframe/Ilayer tag, simply change the name
in red to correspond to the new name of the customized html template that
we provided. Example: change demo_mplx_flash_template.html to
flash_banner1.html.
The portion of the tag in blue will run if the user does not have a browser
that supports iframe or Ilayer, edit this part by changing the clickthru and alt
image name.
<!-- Begin of Mediaplex Iframe/Ilayer insertion order fragment
-->
<nolayer>
<iframe src="demo_mplx_flash_template.html" width=220
height=600 marginwidth=0 marginheight=0 hspace=0 vspace=0
frameborder=0 scrolling=no bordercolor="#000000">
<a href="http://www.mediaplex.com/">
<img src="puppets_15_3-120x600.gif" alt="Click Here"
border="0"></a>
</iframe>
</nolayer>
<ilayer src="demo_mplx_flash_template.html" width=220
height=600></ilayer>
<!-- End of Mediaplex Iframe/Ilayer fragment -->
IFRAME/SCRIPT
The tag is provided below to test flash banners through an iframe/script tag.
To run the template through the iframe/script tag, simply change the name
in red to correspond to the new name of the customized html/js template
that we provided. Example: change demo_mplx_flash_template.html to
flash_banner1.html, and change demo_mplx_flash_template.js to
flash_banner1.js.
The noscript portion of the tag (in blue) will run if user does not have a
browser that supports iframe or script, edit this part by changing the
clickthru and alt image name.
<!-- Begin of Mediaplex Iframe/Script insertion order fragment
-->
<iframe src="demo_mplx_flash_template.html" width=120 height=600
marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0
scrolling=no bordercolor="#000000">
<script language="JavaScript1.1" src="demo_mplx_flash_template.js">
</script>
<noscript>
<a href="http://www.mediaplex.com/">
<img src="puppets_15_3-120x600.gif" alt="Click Here" border="0"></a>
</noscript>
</iframe>
<!-- End of Mediaplex Iframe/JavaScript fragment -->