欢迎来到代码驿站!

当前位置:首页 >

dreamweaver cs4 改进了flash的链接代码

时间:2021-05-25 08:24:33|栏目:|点击:
现在的代码
复制代码 代码如下:

<script src="../../Scripts/swffix_modified.js" type="text/javascript"></script>
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="177" height="91">
<param name="movie" value="images/logo.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="images/logo.swf" width="177" height="91">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="8.0.35.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don't want users to see the prompt. -->
<param name="expressinstall" value="../../Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>


增加代码(这个模式很流行)
复制代码 代码如下:

<script type="text/javascript">
<!--
SWFFix.registerObject("FlashID");
//-->
</script>

上一篇:阿里云盘邀请码免费获取! Teambition网盘内测码速抢!(Teambition网盘评测)

栏    目:

下一篇:docker 容器上编译 go 程序提示找不到文件问题

本文标题:dreamweaver cs4 改进了flash的链接代码

本文地址:http://www.codeinn.net/misctech/128840.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有