tags:

views:

25

answers:

2

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: 

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.

marklu
+1  A: 

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.

ZackBeNimble