It is an online game, I need to develop a 'Launch' button on the game site to launch the client side game. I have seen this in several online games like this one. How can this be done?
Note: I am using ASP.NET to develop the website.
It is an online game, I need to develop a 'Launch' button on the game site to launch the client side game. I have seen this in several online games like this one. How can this be done?
Note: I am using ASP.NET to develop the website.
If the game is an .exe you're going to have trouble due to security. (ie if you could issue commands to be run on the client you could execute viruses etc)
If the game is done in flash or silverlight then there are other options.