AFAIK, you can only read data directly from a server based text file(use
getNetText for that). Another alternative might be to have a movie running
on the server with which recieves data from the clients machine and then
saves it locally using FileIO. But to make the client and the server
communicate, you'll need to use the MU Xtra and establish a peer to peer
connection.

Speaking in terms of pure ease, it took us less than half an hour to get
the movie communicating with the server with ASP. It's cross platform,
there are plenty of free scripts there, and it doesn't require you to have
the MUS application running on your server all the time.

Regards,
Pranav



<snip>
Can I use simple txt file to store and retreive hiscores. My idea is next:

on my url www.myurl.com I will create score.txt file.
from shockwave game with getNetText and postNetText I will write and
retreive simple data.

Is it possible to do that way without cgi script, with simply write and
retreive data from text file?
<snip>




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to