网页中插入的flash视频老是提示下载,如何修改代码让他不下载? 这是我的代码
<object class="" id="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="0" width="244" height="165">
<param name="movie" value="/public/flvplayer.swf">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="allowFullScreen" value="true">
<param name="wmode" value="transparent">
<param name="FlashVars" value="vcastr_file=xxxxxxxxx.mp4&LogoText=最好的年华遇见你&BufferTime=3&IsAutoPlay=1">
<embed src="/public/flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=xxxxxxxxxmp4&LogoText=最好的年华遇见你" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="244" height="165">
</object>
要兼容IE6。。
qq_黑泽明_0