Hi all, sorry if this is a noob question, or if its already answered, but I couldn't find it--at least not specifically to xbox (not windows)
I'm fairly new to xna, so I figured the best way to get my feet wet it by remaking a puzzle game I've already made to play on the xbox. So far so good, slowly but surely.
At any rate here's the question::
How can I (or even, can I?) load up an XML file from an external source not available in the package? Ie: http://www.example.com/todayspuzzle.xml
It's gotta be some kind of mesh between ReadXMLFile, TCPClient & TCPListener I think, but I haven't succeeded yet with simply trial and error.
I also figure someone out there has probablye done it (or something close) already because you'd want aceess to high score boards and the like.
Thanks!