Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 Flash 电影融入到它下面的 HTML 中。喜欢将具有混合模式“变暗”的 Flash 文件应用于下面的内容吗?
我快速浏览了 CSS 混合模式,但要么我无法弄清楚,要么它不起作用。
谢谢。
简单的答案是否定的。你能做的最好的是将 Flash 背景设置为透明:
<param name="wmode" value="transparent">
但您不能将 Flash 内容与其他任何内容混合。