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.
我有一个 facebook 应用程序 iframe,其中包含 flash(wmode:window)。FB.init提供了一个回调函数来自定义隐藏行为。
不使用此回调,隐藏和显示完美。但是使用它时,我的闪光灯没有恢复可见。我记录的参数没问题。显然,Facebook 增加了“可见性:隐藏”;到我的应用程序选择器并且没有正确删除它。
有任何想法吗?
在 flash div 中做这样的事情
<style> #MyFlashObjectID { visibility: visible !important; } </style>