Home > Backend Development > PHP Tutorial > Dreamweaver自带的FLVPlayer_Progressive.swf不能播发中文文件

Dreamweaver自带的FLVPlayer_Progressive.swf不能播发中文文件

WBOY
Release: 2016-06-13 12:59:54
Original
1823 people have browsed it

Dreamweaver自带的FLVPlayer_Progressive.swf不能播放中文文件?
Dreamver自带的FLVPlayer_Progressive.swf不能播放中文文件。

<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="322" height="319" id="FLVPlayer"><br />
<param name="movie" value="../Img/FLVPlayer_Progressive.swf" /><br />
<param name="salign" value="lt" /><br />
<param name="quality" value="high" /><br />
<param name="scale" value="noscale" /><br />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=../Img/Halo_Skin_3&streamName=测试.flv&autoPlay=false&autoRewind=false" /><br />
<embed src="../Img/FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=../Img/Halo_Skin_3&streamName=测试.flv&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="322" height="319" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /><br />
</object><br />
Copy after login


我把flv文件名换成123.flv就能播放,不知何解,我试过用server.urlencode,但是好像不行,请问如何解决?
------解决方案--------------------
gb2312和utf-8的server.urlencode都试下.估计要UTF-8的才可以
实在不行就不用中文
------解决方案--------------------
最好少用中文,目录及文件名
------解决方案--------------------
用urlencode('测试.swf')转换一下文件名称试试

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template