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.
いくつかのフラッシュゲームを埋め込む必要がありますが、パフォーマンスの問題とsideFXのため、wmode=transparentの使用は許可されていません。SWFの上にDIVを配置する必要がありますが、wmodeがないと、SWFは常に上になります。
divが表示されているときにswfを非表示にすると、フラッシュがリセットされます。何か案は?
がないwmode=transparentと、HTMLをswfの上に配置するのは運が悪いと思います。
wmode=transparent
ただし、フラッシュを非表示にする場合は、CSSposition:absolute;left:-99999pxを使用してフラッシュを画面外に配置して同じ効果を得ることができます。
position:absolute;left:-99999px