What's the best way to wrap Flash in a windows app that forces a specific screen resolution?
Can someone recommend a good solution for a Windows based wrapper around a Flash application(or even IE, in which I can call Flash), that would launch as an executable and force the screen to a specific resolution and then render the开发者_开发知识库 Flash in that (full screen) window?
A pre-packaged solution is to use MDM Zinc. Its functionality includes the ability control screen resolution. Active resolution enforcement could probably be implemented with a simple listener for screen size changes.
A customized launcher is usually the best. Use the Windows UI API to set a screen resolution, and then launch flash player from your wrapper.
If you don't have the skills to do this, you should contract the work to a C programmer. It should take approximately 100 lines of code or less.
精彩评论