Project Description:
I play the following game: http://classic.skyriderplay.com/
My issue is that I do not want it dependant on a web browser. Web browsers hog resources and cause the game and input to the game to lag a bit.
I want this game to run in a standalone application (can be coded in any language). This is not as simple as embedding an SWF file into an application because cookies and other data must be passed into the Flash embed.
I want this coded as efficiently and cleanly as possible so that the application is as small and requires as little memory to run as possible. I want to be able to dynamically resize the window, which will resize the game. I also want the Flash quality to automatically be set to to "Low" when launched.