调用flash的代码_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:42:45
Original
1120 people have browsed it

Flash

静态网页不用后台可以直接播放本地的flash么?求代码  
第一次发帖- -

回复讨论(解决方案)

可以,但是前提是要浏览器安装flash插件,不然无法播放。

flash 和 网页 要同源才可以播放

DW 里面 快捷键 ctrl+alt+f 插入flash

应该不可以. 因为不知道用户电脑的文件路径.

<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="1002" height="75">     <param name="movie" value="swf/top.swf" />     <param name="quality" value="high" />     <param name="wmode" value="transparent" />     <embed src="swf/top.swf" width="1002" height="75" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"            type="application/x-shockwave-flash" wmode="transparent"></embed></object>
Copy after login

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