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.
有没有办法在 swf 中捕捉/收听关闭的 flash 播放器?类似于空中近距离事件?
此 swf 将作为独立运行,而不是在浏览器中运行。
黑客更受欢迎......
不明确。但是您可以利用浏览器的onUnload事件通过ExternalInterface使用 JavaScript 调用 SWF 中的函数。