Is there a way to launch an xna game from a web page without installing anything? Something similar to java, silverlight or very close to wpf (XBAP) browser applications.
Scenario:
Go to the web page, Get a request to install the game. Installing games, the game screen is displayed on the web page. Maybe full screen, etc.
The game is a full-blown game xna framework using 3d, has access to system calls, such as directx and other low-level network api. This is probably due to the fact that javascript works with the Windows system.
source
share