zeeshan-

Friday, March 19, 2010, 4:32:31 PM, you wrote:

> how?

You've already got the server code in JADE...

assuming both are on the same computer and you're still using port
6800 on the server, in a runrev button put the script:

on mouseUp
    open socket "localhost:6800" with message "socketConnected"
    write "hello, server" & cr to socket "localhost:6800"
end mouseUp

on socketConnected
  put "connected to server!"
end socketConnected

If they're on different machines then change "localhost" to
"192.168.0.101" or whatever the ip address of the server is.

-- 
-Mark Wieder
 [email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to