网页经常需要嵌入Flash文件,但嵌入的Flash往往有边框,需要点击下才消失;

同事从网上找来了js文件,在需要嵌入Flash的Html文件里引用js文件就可以解决问题;
移除Flash边框<html xmlns="http://www.w3.org/1999/xhtml">
移除Flash边框
<head>
移除Flash边框
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
移除Flash边框
<title>移除Flash边框</title>
移除Flash边框
<script type="text/javascript" src="swfobject.js"></script>
移除Flash边框
</head>
移除Flash边框
移除Flash边框
<body>
移除Flash边框
<div id="flashcontent"></div>
>

swfobject.js文件能解决Flash边框,通过SWFObject实例化对象,“网页中要播放的Flash.swf”是你要在Html网页中播放的Flash,800、600分别是宽度和高度

<div >http://blog.deconcept.com/swfobject/


相关文章:

  • 2021-11-09
  • 2021-12-14
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
猜你喜欢
  • 2021-12-10
  • 2021-12-10
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案