Is there a way to get content from a web link BUT without actually going to that link?
For example :
In my game I want to have a TV where the player can change channels on a TV. I do not want to show an Image that acts like the website because I want in the future to be able to modify that page. (I want the player to click on Updates on the TV and connect on an webpage which I will be modifying so I can show if there is a new game update)
Although this sounds quite difficult , in theory it is easy to do since all I have to do is call the TV image from a web link instead from a file that is embedded in the .vis
So far to point my players to a website (I did a nice little PC/TV with an in-game browser and set Favorites) I was calling :
startDefaultBrowser('
http://www.google.com')
Which opened a browser for the game and pointed to that website. I set it to change according to what the player was clicking on the remote that he was using but I can't find HOW will I do it so that it changes IN-GAME and not popping a new window like a pop-up.
Any Ideas?