Dear,
i have a problem.
I try to get some text from a txt file on my server.
But I don't get the text.
Can some one help me?
I use the code like in the help of director 8....
Code:
property spriteNum
property theNetID
on mouseUp me
theNetID = getNetText ("end
on exitFrame me
if netDone(theNetID) then
sprite(spriteNum + 1).member.text = netTextResult(theNetID)
end if
end
In the textfile, you only find the word "online".
The purpose is to see if the user if connected to the internet.
If the text of that member = online, the user is connected.
But it doesn't work.
Help please
Stef
i have a problem.
I try to get some text from a txt file on my server.
But I don't get the text.
Can some one help me?
I use the code like in the help of director 8....
Code:
property spriteNum
property theNetID
on mouseUp me
theNetID = getNetText ("end
on exitFrame me
if netDone(theNetID) then
sprite(spriteNum + 1).member.text = netTextResult(theNetID)
end if
end
In the textfile, you only find the word "online".
The purpose is to see if the user if connected to the internet.
If the text of that member = online, the user is connected.
But it doesn't work.
Help please
Stef