Closing gtk application when SWF ends (NPAPI)

我是研究僧i 提交于 2019-12-11 08:22:11

问题


Is there a way to know when my flash ends in NPAPI (like a flag). I want to close my application when my flash is done displaying.

Thank you.


回答1:


An NPAPI plugin ends when the browser hosting it closes, not the other way around. The only way you might be able to do this is to have your SWF notify javascript which then does something akin to window.close()



来源:https://stackoverflow.com/questions/10726487/closing-gtk-application-when-swf-ends-npapi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!