<p style="text-align:center"><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="350" id="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="430"><param name="movie" value="http://video.gdxt.com/video/Flvplayer.swf" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="vcastr_file=http://video.gdxt.com/newsvideo/G420130817.flv&LogoText=www.gdxt.com&BufferTime=3&IsAutoPlay=1" /><embed height="350" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://video.gdxt.com/video/Flvplayer.swf" type="application/x-shockwave-flash" width="430"></embed></object></p>
<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="420" height="280"> <param name="wmode" value="Opaque" /> <param name="movie" value="http://video.gdxt.com/video/Flvplayer.swf?vcastr_file=http://video.gdxt.com/newsvideo/G420130817.flv&IsAutoPlay=1"/> <param name="quality" value="high"/> <param name="allowFullScreen" value="true" /> <param name="IsAutoPlay" value="1" /> <embed src="http://video.gdxt.com/video/Flvplayer.swf?vcastr_file=http://video.gdxt.com/newsvideo/G420130817.flv&IsAutoPlay=1" width="380" height="280" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object>
换上这一段代码,成功了!
原因:
IE必须加找个
<param name="movie" value="http://video.gdxt.com/video/Flvplayer.swf?vcastr_file=http://video.gdxt.com/newsvideo/G420130817.flv&IsAutoPlay=1"/>
谷歌则是这个
<embed src="http://video.gdxt.com/video/Flvplayer.swf? vcastr_file=http://video.gdxt.com/newsvideo/G420130817.flv&IsAutoPlay=1"
width="380" height="280" allowFullScreen="true" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>