Adobe Flash 并使用 python 和 wxWidgets 托管播放器
Adobe Flash 是否通过 COM 或 %systemroot%\system32 中的 DLL 公开任何自动化或托管接口?我正在使用 Python 和 wxWidgets 来托管一个 Flash 应用程序来监控月相。
http://www.calculatorcat.com/moon_phases/moon_phases.phtml 是应用程序被托管。
Does Adobe Flash expose any Automation or hosting interfaces through COM or a DLL in %systemroot%\system32? I'm working with Python and wxWidgets to host a flash application to monitor lunar phases.
http://www.calculatorcat.com/moon_phases/moon_phases.phtml is the application to be hosted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Flash 确实公开了托管它所需的 COM 接口。甚至还有一个 示例
展示了如何在 wxWidgets svn 中用 C++ 执行此操作。
Yes, Flash does expose COM interfaces necessary for hosting it. There is even an example
showing how to do it in C++ in wxWidgets svn.