点击进入知科官方网站
查看: 2802  |  回复: 1
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
发表于 2013-06-20 21:09
 
 
给SWF文件添加链接可以在制作文件的时候添加,如果那样不方便的话,您可以使用以下代码给flash添加链接
 
 

<div class="abs"><a target="_blank" href="http://www.baidu.com"><img src="/skin/public/none.gif" width="950" height="90" alt="" /></a></div>
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2013-06-20 21:10
1楼
 
例如这段代码中的是没有链接的:
<div>
<embed height="90" width="950" src="/p/a/20130620/%E8%A5%BF%E9%9D%92%E7%94%B5%E5%A4%A7.swf" type="application/x-shockwave-flash" play="true" loop="true" menu="true"></embed>
</div> 
 
 
修改之后就是:
 <div>
<div class="abs" style="width: 950px; height: 90px"><a target="_blank" href="http://www.xqsh.net/tuan/14.htm"><img alt="" width="950" height="90" src="/skin/public/none.gif" /></a></div><embed height="90" width="950" src="/p/a/20130620/%E8%A5%BF%E9%9D%92%E7%94%B5%E5%A4%A7.swf" type="application/x-shockwave-flash" play="true" loop="true" menu="true" wmode="transparent"></embed>
</div> 
回复帖子