Jump to content

How do you embed an XNA Game into a web page?

Renea Mackie's Photo
Posted Jun 06 2010 09:03 PM
6395 Views

Is it possible to embed an XNA game into a web page so you can play them in a browser?
Renea Mackie

Tags:
2 Subscribe


2 Replies

+ 1
  sarahkim's Photo
Posted Jun 08 2010 09:09 AM

Depending on the game you've developed it may not be possible.

If you aren't using 3D graphics you can use the SilverSprite library to run your game using Silverlight 2.

Another option is to use ClickOnce to launch your game from a browser, but the game won't run from within the browser.

Hope that helps!
 : Jun 08 2010 12:06 PM
That's awesome! Thanks Sarah. I'll show the students.

Some of them were interested in entering a game making competition and wanted to know if they could embed games they're working on in GS, but yes, it would be easy enough for them to make games using Silverlight. :)
Renea Mackie