求助:? 我在asp頁(yè)面上嵌入了flv播放器后只顯示播放器但不能播放視頻,在解決的過(guò)程中視頻有時(shí)也可以播放,但如果更換視頻后,更換的視頻不能播放,而播放的是更改以前的視頻,請(qǐng)各位大俠幫忙解決,謝謝。在線等!有時(shí)可以播放<--<object id='objplayer' type="application/x-shockwave-flash" width="274" height="274"><param name="movie" value='../Video/player.swf?vcastr_file=../Video/test.flv&IsAutoPlay=1' /><param name="quality" value='high' /><param name="allowFullScreen" value='true' /><embed src="../Video/player.swf?vcastr_file=../Video/test.flv" allowfullscreen="true" quality="high"type="application/x-shockwave-flash" width="274" height="274"> </embed></object>-->改成下面的代碼后還是播放更改前的視頻:<--<object id='objplayer' type="application/x-shockwave-flash" width="274" height="274"><param name="movie" value='../Video/player.swf?vcastr_file=../Video/12345.flv&IsAutoPlay=1' /><param name="quality" value='high' /><param name="allowFullScreen" value='true' /><embed src="../Video/player.swf?vcastr_file=../Video/12345.flv" allowfullscreen="true" quality="high"type="application/x-shockwave-flash" width="274" height="274"> </embed></object>--〉請(qǐng)高手幫忙解決,謝謝!
asp.net如何嵌入flv格式播放器
開(kāi)心每一天1111
2018-12-06 23:44:31