<blockquote>To avoid uploading images when a change occurs, to support event information dynamically, we need to be able to display web page contents on prims (''objects'') that reflects actual web page contents.<br/>To do so, just place the script below into a prims, change the '''srcURL''' value to the URL value of the page to display. and the page content will be converted into an image which the texture is put on all sides.<br/><br/>The example given below will display the up-to-date OSGrid map on a prims.<br/><br/>[[File:Q-Sims_URL_on_prims.jpg|thumb|center|Q-Sims_URL_on_prims.jpg]]<pre>// Display Dynamic Web page
<blockquote>To avoid uploading images when a change occurs, to support event information dynamically, we need to be able to display web page contents on prims (''objects'') that reflects actual web page contents.<br/>To do so, just place the script below into a prims, change the '''srcURL''' value to the URL value of the page to display. and the page content will be converted into an image which the texture is put on all sides.<br/><br/>The example given below will display the up-to-date OSGrid map on a prims.<br/><br/>[[File:Q-Sims URL on prims.jpg|thumb|center|Q-Sims URL on prims.jpg|link=http://wikitest.qnap.com/w/images/2/20/Q-Sims_URL_on_prims.jpg]]<pre>// Display Dynamic Web page
// AdNovea - Laurent - July 30th 2011
// AdNovea - Laurent - July 30th 2011
// Create a texture from a web page
// Create a texture from a web page
Line 50:
Line 50:
Open the Stats page on your Internet browser using the URL: '''http ://<your_server_IP>:9005/SStats'''<br/><br/>''NOTE: These are the stats written every hour into the OpenSim.log file.''
Open the Stats page on your Internet browser using the URL: '''http ://<your_server_IP>:9005/SStats'''<br/><br/>''NOTE: These are the stats written every hour into the OpenSim.log file.''
</blockquote>
</blockquote>[[Category:Pages with broken file links]] [[Category:Communications]] [[Category:QPKG]] [[Category:Q-Sims]]
[[Category:Pages with broken file links]] [[Category:Communications]] [[Category:QPKG]] [[Category:Q-Sims]]
To avoid uploading images when a change occurs, to support event information dynamically, we need to be able to display web page contents on prims (objects) that reflects actual web page contents. To do so, just place the script below into a prims, change the srcURL value to the URL value of the page to display. and the page content will be converted into an image which the texture is put on all sides.
The example given below will display the up-to-date OSGrid map on a prims.