Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Send message to object in SL from web page?

Ee Maculate
Owner of Fourmile Castle
Join date: 11 Jan 2007
Posts: 919
04-25-2009 07:27
Quickee question: I want to send information from a web page to an object in second life.. can someone point me in the direction of the ins and outs of doing this? Thanks.......
Papalopulus Kobolowski
working mind
Join date: 11 Aug 2006
Posts: 326
04-25-2009 12:02
you need to take a look for
llOpenRemoteDataChannel and th eoposite CloseRemoteDataChannel
http://wiki.secondlife.com/wiki/LlOpenRemoteDataChannel
an example
http://www.aiai.ed.ac.uk/project/aiai2/MyRPCObject.html



But eventually you can use now with the last viewver versions

http://wiki.secondlife.com/wiki/LSL_http_server

Im personally not trully convinced with this one because the address can change and are subject to free "url" in the simulator
_____________________


RAW terrain files - terraform your SIM!!
http://www.wishland.info/
PD:the wiki its your friend ;)
http://wiki.secondlife.com/wiki/LSL_Portal
ElQ Homewood
Sleeps Professionally
Join date: 25 Apr 2007
Posts: 280
04-26-2009 04:01
yeah, XMLRPC still works for me..some people don't like it, but I love it.
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
04-26-2009 09:22
On the other hand, you might find it faster, easier, and more reliable to have your object poll the webserver for queued messages. http://www.lslwiki.net/lslwiki/wakka.php?wakka=llHTTPRequest

If you do a search in this forum for something like "webserver", you'll probably find hundreds and hundreds of hits discussing exactly what you are interested in.
Ee Maculate
Owner of Fourmile Castle
Join date: 11 Jan 2007
Posts: 919
04-27-2009 02:09
Thanks all! This gives me enough to be getting on with now :)