that is absolutly tremendous...cheers for that
that is absolutly tremendous...cheers for that
Brandtim
I'm having the same issue but I dont undestand what I need to be changing based on the example above. Here is the HTML for my flash
I hate to be dense about this but could you point me in the right direction too?<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="test.swf" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="test.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed src="test.swf" quality="high" bgcolor="#000000" width="400" height="300" name="test.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
Thanks
No problem .... just replace your object code with this:
That should do it for you.Code:<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="test.swf" align="middle"> <param name="allowScriptAccess" value="sameDomain"> <param name="movie" value="test.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#000000"> <param name="wmode" value="transparent" /> <embed src="test.swf" quality="high" bgcolor="#000000" width="400" height="300" name="test.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"> </object>
BrandTim
Thank you it works great. Now I see what to do and can add it in whenever I change the movie.
Thank you.
![]()