Game Development Community

Can GuiMLText load text from a URL?

by Scott Johnson · in Torque Game Builder · 07/27/2006 (7:27 pm) · 2 replies

I'm wanting to know if there's a way for me to either:

1) load ML text from a url (http://mywebsite/mymltext.txt) for example..

or

2) Using an object (maybe TCPObject?) to request the data from the server, upon which time I know I could display it in the GuiMLText object.

#1
08/18/2006 (3:44 pm)
You would need to use TCPObject (or HTTPObject) to request the data from the server.
#2
08/18/2006 (7:46 pm)
Harold,

Thanks, I should have read your .plan.. :D

BTW, your master server .pl script rocks... :D great resource.