removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<Solution name="llSetPrimMediaParams_for_data_urls">
<Project name="llSetPrimMediaParams_for_data_urls" path="llSetPrimMediaParams_for_data_urls\llSetPrimMediaParams_for_data_urls.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,30 @@
// :CATEGORY:Viewer 2
// :NAME:llSetPrimMediaParams_for_data_urls
// :AUTHOR:Kelly Linden
// :CREATED:2010-09-02 10:56:33.190
// :EDITED:2013-09-18 15:38:56
// :ID:487
// :NUM:654
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Paste the below into your browser's address bar.
//
// data:text/html,<h1>This is a test</h1><h2>This is a test</h2><h3>This is a test</h3>
//
// llSetPrimMediaParams for data: urls
//
// * Thus you can build arbitrary html in your LSL script and display it on the face of the prim
// :CODE:
show(string html)
{
html = "data:text/html," + llEscapeURL(html);
llSetPrimMediaParams(0, // Side to display the media on.
[PRIM_MEDIA_AUTO_PLAY,TRUE, // Show this page immediately
PRIM_MEDIA_CURRENT_URL,html, // The url currently showing

View File

@@ -0,0 +1,6 @@
<Project name="llSetPrimMediaParams_for_data_urls" guid="D8586F8F-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D858721E-6C00-1014-B904-200204C60A89">
<Script name="llSetPrimMediaParams_for_data_urls_1.lsl" guid="D85890C7-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>