向网页添加flash背景

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了向网页添加flash背景相关的知识,希望对你有一定的参考价值。

  1. <div id="container">
  2. <div id="background">
  3. Here you are invited to add the swf embed details
  4. </div>
  5.  
  6. <div id="content">
  7. Here you can add the html content
  8. </div>
  9. </div>
  10. =======================
  11. CSS:
  12. #container{
  13. height: 400px;
  14. width: 500px;
  15. position: relative;
  16. }
  17. #background{
  18. z-index: 1;
  19. position: absolute;
  20. }
  21. #content{
  22. z-index: 2;
  23. position: relative;
  24. }

以上是关于向网页添加flash背景的主要内容,如果未能解决你的问题,请参考以下文章

CSS 将Flash背景添加到网页

如何在网页中添加背景音乐?

Delphi用WebBrowser控件定制浏览器,如何控制不让下载网页中的图像或Flash或背景音乐之类的东西?

如何用HTML5向网页中插入音频

怎么给网页添加背景色,但不影响DIV 和<table>

最简单的向HTML网页添加背景音乐的方法