- 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广告之外的链接
最新推荐文章于 2025-06-04 12:36:55 发布
本文提供了一个使用JavaScript将Flash内容嵌入到网页中的方法。通过设置不同的参数如宽度、高度及链接等,可以灵活地调整Flash内容在页面上的显示效果。
4530

被折叠的 条评论
为什么被折叠?



