Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that Flash is always displayed at the top of the page by default in web design?

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "how to solve the problem that Flash is always displayed at the top of the page by default in web design". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to solve the problem that Flash always appears at the top of the page by default in web design".

Flash is always displayed at the top level of the page by default, that is, if there is some DHTML Layer on the page, then these layers will be covered by Flash. Even if the z-index property is set, it won't help. If you need some LightBox pop-up layer, the Flash on the page may make it ugly.

Solutions are provided in Adobe's technical knowledge base:

There are three places to see.

① adds a wmode parameter to the tag:

If ② has one, add a similar parameter to the tag: wmode= "transparent"

In order to solve the problem of "click to activate this control" when the mouse moves over the FLASH in the web page, ③ often uses the AC_FL_RunContent () function that comes with DM to insert flash. If you use this function, add the wmode attribute definition to its parameters, as follows:

The code is as follows:

AC_FL_RunContent ('codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','220','src','headmenu','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','headmenu','wmode','transparent'); / / end AC code

Thank you for your reading, the above is the content of "how to solve the problem that Flash always appears at the top of the page by default in web design". After the study of this article, I believe you have a deeper understanding of how to solve the problem that Flash will always be displayed at the top of the page by default in web design. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report