SWF 文件打不开
swf文件,在程序路劲里面打不开,比如路劲 http://http.xxxooo.com/swf/123456.swf
代码:
<embed width="100%" height="100%" name="plugin" src="http://http.xxxooo.com/swf/123456.swf" type="application/x-shockwave-flash">
但是直接把swf拖到浏览器里面就能打开。
代码:
<embed width="100%" height="100%" name="plugin" src="file:///D:/20130731-ecdde6e19-ori.swf" type="application/x-shockwave-flash">
请注意两段代码的 src="" 是不一样的,这样的路劲能够打开file:///D:/20130731-ecdde6e19-ori.swf
而这样的http://http.xxxooo.com/swf/123456.swf却不能够打开。
是swf文件制作的问题吗? 就像ps导出图片一样,导出方式不对在网页上也不能显示
------解决方案--------------------http://http.xxxooo.com/swf/123456.swf你这个地址正确?
访问地址无效
------解决方案-------------------- 你运行 http://localhost:1466/web/swf/123456.swf 如果没有出现下载的对话框,就说明你这个路径是错的!
------解决方案-------------------- 你在本地是可以正常打开的吗?
------解决方案-------------------- 你加我Q1040041573,相信我的话让我远程帮你看看!
------解决方案--------------------版本问题?期待解决