关于flv视频问题,在本地可以播放,但是一传到虚拟机就不行了?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>title</title>
<style type="text/css">
a
{
color:#afafaf;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
</style>
</head>
<body bgcolor="#000000">
<div style="width:640px; margin:0 auto; color:#afafaf; font-size:12px; font-family:Tahoma, Geneva, sans-serif; padding-top:10px; padding-left:24px;">当前位置 > 专题 > <a href="index.html">title</a></div>
<div style="text-align:center;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="640" height="480">
<param name="movie" value="flvplayer.swf" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="vcastr_file=1im/2011-2012zgscyxlps.flv&LogoText=CFMBB&BufferTime=3" />
<embed src="flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=1im/2011-2012zgscyxlps.flv&LogoText=CFMBB" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="480"></embed>
</object>
</div>
</body>
</html>
[解决办法]
<param name="movie" value="flvplayer.swf" />文件路径。。。
[解决办法]
是不是你的虚拟机里没有安装支持播放FLV格式视频的解码程序?