Adobe Flash and hosting the player with python and wxWidgets
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开发者_JAVA百科/moon_phases.phtml is the application to be hosted.
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.
精彩评论