我是靠谱客的博主 安详耳机,最近开发中收集的这篇文章主要介绍FLASH 广告之外的链接,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

复制代码 代码如下:

function cf(flashsrc,flashwidth,flashheight,flashlink,br){
document.write("<table width="+flashwidth+" height="+flashheight+" border=0 cellpadding=0 cellspacing=0><tr><td>");
document.write("<div style="position:relative">");
document.write("<embed style="position:absolute;z-index:0" src="+flashsrc+" quality="high" width="+flashwidth+" height="+flashheight+" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="opaque"></embed>");
document.write("<div style="background:white;filter:alpha(opacity=0);opacity:0;position: relative;z-index:10;left:0pt;top:0pt;width:"+flashwidth+";height:"+flashheight+"px;">");
document.write("<a href="+flashlink+" target="_blank" style="cursor:pointer;display:block;width:"+flashwidth+";height:"+flashheight+"px;"></a>");
document.write("</div>");
document.write("</div>");
document.write("</td></tr></table>");
if (br=="1") {
document.write("<br>");
}
}

最后

以上就是安详耳机为你收集整理的FLASH 广告之外的链接的全部内容,希望文章能够帮你解决FLASH 广告之外的链接所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(79)

评论列表共有 0 条评论

立即
投稿
返回
顶部