Hello everyone, I have a flash banner (.swf) and I want to add h2 tag above it. Right now, the flash banner hide the h2 tag. I want you will see the h2 and under the h2 you will see the flash header. How I can do it? Thank you.
you need to do these: 1. Add the following parameter to the OBJECT tag: <param name="wmode" value="transparent"> 2. Add the following parameter to the EMBED tag: wmode="transparent"
Can you explain it by showing me where to add parameter in the code? this is the code: <script type="text/javascript" src="flashobject.js"></script> <div id="flashcontent" style="width: 952px; height: 254px"></div> <script type="text/javascript"> var fo = new FlashObject("flasheader.swf", "animationName", "952", "254", "8", "#FFFFFF"); fo.addParam("allowScriptAccess", "sameDomain"); fo.addParam("quality", "high"); fo.addParam("scale", "noscale"); fo.addParam("loop", "false"); fo.write("flashcontent"); </script>
I have an error in the flasheader that when you click in the logotype dont work the link to go the homepage, enclose my code if someone can say to me that is configured badly: <h1 id="logo" style="width:100%; margin-top:-10px"> <div id="flashcontentv" align="center"> <strong>You need to upgrade your Flash Player</strong> This is replaced by the Flash content...<code>noscript</code> tags. Include a link to <a href="expressinstall.html?detectflash=false">bypass the detection</a> if you wish. PHP: Is necessary change expressinstall.html?detectflash=false for other code as my website link? Regards