Topic: Embedding swfobject in Wordpress
I am trying to embed this header: http://tinyurl.com/nnxu86 into this page: http://tinyurl.com/ms8hql . I have zero experience with flash and I've been searching for clues on how to make this work but haven't found the solution yet. Hopefully it's something simple.
I have the following files in the theme folder:
banner.swf
banner.xml
swfobject.js
home-collage.jpg
I have following in the head:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF("banner.swf", "banner", "800", "280", "8.0.0");
</script>
And I have the following in the home-page.php template:
<div id="banner">
If you see this you need to install Adobe flash player.
</div>
I know I'm missing something, but I have no idea what it is. Can someone help? Thanks!
