CharlotteL
IS-IT--Management
I had a problem that my drop down menu's were hidden behind my flash movie.
I had to change the way the flash was embedded to sort this out.
Following this change, the flash movie does not appear on my website, it is empty.
This is the change I made was:
<object type="application/x-shockwave-flash" data="xxx.swf" height="150"
width="764">
<param name="allowScriptAccess" value="sameDomain">
<param name="quality" value="best">
<param name="wmode" value="opaque">
<param name="movie" value="xxx.swf" />
</object>
from
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="width="764" height="150" id="xxx-banner" align="top">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bbpp.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#ffffff" /> <embed src="xxx.swf"
quality="high" scale="noscale" bgcolor="#ffffff" width="764"
height="150" name="xxx-banner" align="top"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage=" />
</object>
A great solution for anyone else facing this problem. It works fine on firefox, but as I say the movie does not show at all on I.E.
Can anyone help?
Thanks
I had to change the way the flash was embedded to sort this out.
Following this change, the flash movie does not appear on my website, it is empty.
This is the change I made was:
<object type="application/x-shockwave-flash" data="xxx.swf" height="150"
width="764">
<param name="allowScriptAccess" value="sameDomain">
<param name="quality" value="best">
<param name="wmode" value="opaque">
<param name="movie" value="xxx.swf" />
</object>
from
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="width="764" height="150" id="xxx-banner" align="top">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="bbpp.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="bgcolor" value="#ffffff" /> <embed src="xxx.swf"
quality="high" scale="noscale" bgcolor="#ffffff" width="764"
height="150" name="xxx-banner" align="top"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage=" />
</object>
A great solution for anyone else facing this problem. It works fine on firefox, but as I say the movie does not show at all on I.E.
Can anyone help?
Thanks