i seem to be lost at to how to actualy get data from the internet
all i want to do is for example make a textbox show the file www.thesite.com/something.txt, and it gets the filename from another textbox u type in.
how would i do this? it just stays blank for me
n/a
Pete Nattress Cheesy Bits img src/uploads/sccheesegif
Registered 23/09/2002
Points 4811
7th April, 2004 at 06:17:52 -
in MMF, use the FTP object to download it first. obviously you'd need FTP access to the site to do this. i don't know how you'd do it with TGF.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
7th April, 2004 at 06:52:05 -
You can get one of the download objects (super download object). Then get download object to open up:
www.thesite.com/something.txt
and then put in another textfile extension into your game\app to read it. This doesn't require FTP access, but I'm not sure if you can find the object for TGF.