I am trying to replace the banner with a flash but it will not work. Here are the steps done:
I have added before head the following:
<script src="swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var params = {
loop: "true",
bgcolor: "#ffffff"
};
swfobject.embedSWF("bannerflash.swf", "bannerflash", "468", "60", "6.0.65", false, false, params, false);
</script>
and where I want the flash banner to appear:
<div class="banner" id="bannerflash"><p>alternative content</p> </div>
When accessing site I see the text alternative content.
note: bannerflash.swf and swfobject.js have been uploaded on same theme directory index.
Any idea?
Thank you


LinkBack URL
About LinkBacks
