I'm wondering about java applets in Design Philosophy
|
|
I get a kick out of making simple little java applets, so I got the idea of putting them in a game, as minigames kind of. If I wanted the applet to know your name, then I could have it passed to it as a parameter in the html. But, how could I have the applet tell DS something?
|
In theory, to send data back you could have it try to open a URL starting with byond:// so that it will trigger client/Topic().
Lummox JR