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.
有没有办法知道我的闪存何时以 NPAPI 结束(如标志)。当我的闪光灯完成显示时,我想关闭我的应用程序。
谢谢你。
NPAPI 插件在托管它的浏览器关闭时结束,而不是相反。您可能能够做到这一点的唯一方法是让您的 SWF 通知 javascript,然后执行类似于 window.close() 的操作