当前位置: 代码迷 >> Web开发 >> 播放视频的代码,在自己的服务器上正常播放,传到客户的服务器就不能播放,咋回事
  详细解决方案

播放视频的代码,在自己的服务器上正常播放,传到客户的服务器就不能播放,咋回事

热度:379   发布时间:2014-02-27 01:51:20.0
播放视频的代码,在自己的服务器上正常播放,传到客户的服务器就不能播放,怎么回事?
  <object data="{WEB_ROOT}vcastr3.swf" type="application/x-shockwave-flash" width="600" height="400" align="middle" id="vcastr3">

      <param name="movie" value="{WEB_ROOT}vcastr3.swf"/>

      <param name="allowFullScreen" value="true" />

      <param name="FlashVars" value="xml=

<vcastr>

<channel>

<item>

<source>{ARTICLE_SUBJECT_SHORT}</source>

<duration></duration>

<title></title>

</item>

</channel>

<config>

                    <isAutoPlay>true</isAutoPlay>

</config>

<plugIns>

<logoPlugIn>

<url>{WEB_ROOT}logoPlugIn.swf</url>

<logoText></logoText>

<logoTextAlpha>0</logoTextAlpha>

<logoTextFontSize>0</logoTextFontSize>

<logoTextLink></logoTextLink>

<logoTextColor>0xffffff</logoTextColor>

<textMargin>auto auto auto auto</textMargin>

</logoPlugIn>

</plugIns>

</vcastr>"/>

        </object>  

这样的代码。播放视频的代码,在自己的服务器上正常播放,传到客户的服务器就不能播放,怎么回事?

还用了一种代码也是在自己的服务器上正常播放,传到客户的服务器上就不能播放了。
是不是客户的服务器上需要安装什么东西flash player 需要安装客户的服务器上,要设置一下iis,把常用的视频格式(后缀名)都映射一下,添加到IIS映射列表就好了
  相关解决方案