Web pages in Second Life
1. Creat a new stuff
2. Edit it
3. Click 'Content'
4. Choose 'New script'
5. Double click the new script to open it
6. input
default { touch_start(integer total_number) { key user = llDetectedKey(0); llLoadURL(user, "Schomers", "http://www.open.ac.uk"); } }
7. Save
This is only a example, the user and webpage can be changed.
- This script doesn't load a page on an object within SL, it simply tells your computer to load the web page in a browser outside SL. -- Dan 09:08, 11 December 2006 (GMT)
Info about displaying web pages in SL
From SLEDT list 14-Nov-06
You can easily create items that will open a browser window to a specific webpage when clicked on, but at present that's the only way to display web-page content directly. There is said to be a new feature on its way sometime though that will allow HTML code to be used on the surface of objects to display web content.