
April 3rd, 2007, 09:42 AM
|
|
Contributing User
|
|
Join Date: Nov 2004
Posts: 334
Time spent in forums: 4 Days 12 h 37 m 42 sec
Reputation Power: 4
|
|
Ok i just did some research and the fix is like so...
Use the <object></object> arount the <embed></embed>
The classid needs to be included in the <object>
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0" id="testing" height="185" width="935">
<param name="movie" value="flash/flashfile.swf">
<param name="quality" value="High">
<param name="bgcolor" value="#005490">
<param name="wmode" value="transparent">
<embed src="flash/flashfile.swf" class='border2' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='935' height='185' wmode="opaque" ></embed>
</object>
Last edited by Systemdownnn : April 3rd, 2007 at 09:50 AM.
|