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
Please see below.
Showing 1 reaction
Sign in with