Anyone know how to write the code below with the object and embed tags so the flash player will work in both Internet Explorer and Firefox? (The page can be viewed at www.biblebaptistbeckley.com/blank.html)
<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,29,0" width="135" height="35">
<param name="movie" value="player.swf">
<param name="quality" value="high">
<param name="FlashVars" value="audio=/sermon/audio/103005am.mp3&mp3length=2450">
<param name="menu" value="0">
<embed src="player.swf" width="135" height="35" flashvars="audio=/sermon/audio/103005am.mp3&mp3length=2450" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="0"></embed>
</object>
|