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 游戏,但由于性能问题和 sideFX,我不允许使用 wmode=transparent。我需要在 SWF 上方放置一个 DIV,但如果没有 wmode,SWF 始终位于顶部。
当 div 可见时隐藏 swf 会重置 flash。有任何想法吗?
如果没有wmode=transparent,我认为您将 HTML 定位在 swf 上是不走运的。
wmode=transparent
但是,如果您愿意隐藏闪光灯,也许您可以尝试使用 CSS 将闪光灯定位在屏幕外position:absolute;left:-99999px以获得相同的效果。
position:absolute;left:-99999px