Skip to main content

Flash banner in custom theme

I want to have a flash banner in the header of my page. So I copied the swf and swfobjet.js into the files-area.
And have tried this (template layout.html):
<script language="JavaScript" type="text/javascript" src="swfobject.js"></script>
<div id="flashhead">
<a href="/"><img src="logo_head.gif" width="960" height="60" border="0" alt="Logo" /></a>
</div>
<script language="JavaScript" type="text/javascript">
 <!--
         var so = new SWFObject("flash_head.swf", "flash_head_obj", "960", "60", "7", "#FFFFFF");
         so.addParam("quality", "high");
         so.addParam("menu", "false");
         so.addParam("scale", "noscale");
         so.write("flashhead");
      //-->
      </script>

But the film does't show.

What is the right way to get a flashmovie into nationbuilder?

Greetings from Germany
Tobi

Official response from

Please see below.

Share this post

Showing 1 reaction

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.