站内搜索

通过html为FLASH加链接的实现代码(div层)_HTML/Xhtml_网页制作

今天有个客户要投放广告,给的素材是flash的,虽然我们不太喜欢,但没办法,客户就喜欢flash,怕一些浏览器或软件屏蔽flash自带的链接,需要我么通过html加一个链接,要不被阻止了效果不好。后果你懂的。

几年前帮别人维护的时候做过,后来好久不做了,感觉太生疏了,这里特别整理下,方便需要的朋友,希望大家多多支持脚本之家。

下面是完整的代码,因为flash文件都比较大我们特别用iframe加载了广告:

XML/HTML Code复制内容到剪贴板
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>flash加链接_脚本之家专用</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9. position:relative;
  10. z-index:0;
  11. margin:0; padding:0
  12. }
  13. body,td,th {
  14. color: #333333;
  15. }
  16. *{margin:0; padding:0}
  17. img{ border:0}
  18. #jb51{ position:relative; width:300px; height:250px}
  19. #div1 {
  20. position:absolute;
  21. left:0;
  22. top:0;
  23. width:300px;
  24. height:250px; z-index:-1
  25. }
  26. #div2 {
  27. position:absolute;
  28. left:0;
  29. top:0;
  30. width:300px;
  31. height:250px;
  32. z-index:99999;
  33. }
  34. #div2 a:link{ display:block; width:300px; height:250px}
  35. -->
  36. </style></head>
  37. <body>
  38. <div id="jb51">
  39. <div id="div1">
  40. <script type="text/javascript">
  41. document.write('<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="300" height="250">');
  42. document.write('<param name="movie" value="http://img.jb51.net/image/22cn_jb51net.swf" />');
  43. document.write('<param name="quality" value="high" /><param name="wmode" value="opaque" />');
  44. document.write('<embed src="http://img.jb51.net/image/22cn_jb51net.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="250" wmode="opaque"></embed>');
  45. document.write('</object>');
  46. </script>
  47. </div>
  48. <div id="div2">
  49. <a href="http://www.jb51.net" target="_blank"><img src="http://img.jb51.net/image/touming.png" width="300" height="250" /></a>
  50. </div>
  51. </div>
  52. </body>
  53. </html>
现在广告管家都不好用了,百度管家停止其它物料,cnzz的被360屏蔽了,google的访问又慢。想进个后台也不容易。没办法只能放自己的服务器里了。

需要几点说明的:

<img src="http://img.jb51.net/image/touming.png" width="300" height="250" />这个里面的touming.png就是个1像素的透明png文件。不要图片的话ie下链接不对。

当然css样式是最重要的,先是position:relative,然后里面的才是position:absolute;

后来从网上看到别人提供的一个方法,通过button按钮实现的,就是不能新窗口打开。也顺便提供下吧。如果大家发现我们的这个也不好用希望能联系我们更新谢谢。

XML/HTML Code复制内容到剪贴板
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>无标题文档</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9. position:relative;
  10. z-index:0;
  11. margin:0; padding:0
  12. }
  13. body,td,th {
  14. color: #333333;
  15. }
  16. *{margin:0; padding:0}
  17. img{ border:0}
  18. #jb51{ position:relative; width:300px; height:250px}
  19. #div1 {
  20. position:absolute;
  21. left:0;
  22. top:0;
  23. width:300px;
  24. height:250px; z-index:-1
  25. }
  26. #div2 {
  27. position:absolute;
  28. left:0;
  29. top:0;
  30. width:300px;
  31. height:250px;
  32. z-index:99999;
  33. }
  34. -->
  35. </style>
  36. </head>
  37. <body>
  38. <button style="width:300;height:250;background:transparent;border:o;padding:0;cursor:hand" onclick="window.location.href='http://s.jb51.net'">
  39. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  40. codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
  41. <param name="movie" value="http://img.jb51.net/image/22cn_jb51net.swf">
  42. <param name="quality" value="high">
  43. <param name="wmode" value="opaque" />
  44. <embed src="http://img.jb51.net/image/22cn_jb51net.swf" width="300" height="250" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" align="middle" wmode="opaque">
  45. </embed>
  46. </object>
  47. </button>
  48. </body>
  49. </html>
好了,这篇文章就介绍到这,基本上能凑合用了。欢迎留言评论。脚本之家原创。
  • 上一篇:html用title属性实现鼠标悬停显示文字_HTML/Xhtml_网页制作
  • 下一篇:HTML元素设置焦点的方法_HTML/Xhtml_网页制作