[Opensim-users] html on prim not working anymore.....help
DutchGlory
info at verwijs-pc.nl
Sat Oct 9 17:24:02 UTC 2010
i have this script:
string m = "http://www.verwijs-pc.nl/Shares/MOG_prev.html";
string srcURL;
default
{
state_entry()
{
llSay( 0, "WEBSITE ON PRIM");
llListen(5,"", NULL_KEY ,"");
}
touch_start(integer total_number)
{
if (llDetectedKey(0) == llGetOwner());
llSay( 0, "Testing.");
string dynamicID="";
integer refreshRate = 100;
string contentType="image";
string srcURL = "http://icf.de/cgi-bin/slweb2?url=" + m ; // URL
string URLTexture=osSetDynamicTextureURL(dynamicID, contentType
,srcURL , "", refreshRate );
if (llStringLength(URLTexture)>0)
{
llSay(0,"URLTexture = "+URLTexture);
llSetTexture(URLTexture, ALL_SIDES);
}
}
listen(integer number, string name, key id, string m)
{
llSay( 0, "Testing.");
string dynamicID="";
integer refreshRate = 100;
string contentType="image";
string srcURL = "http://icf.de/cgi-bin/slweb2?url=" + m ; // URL
string URLTexture=osSetDynamicTextureURL(dynamicID, contentType
,srcURL , "", refreshRate );
if (llStringLength(URLTexture)>0)
{
llSay(0,"URLTexture = "+URLTexture);
llSetTexture(URLTexture, ALL_SIDES);
}
}
}
but i think url "http://icf.de/cgi-bin/slweb2" is dead.... if someone knows
an other url for this, please let me know...
thank you...
--
View this message in context: http://opensim-users.2152040.n2.nabble.com/html-on-prim-not-working-anymore-help-tp5618466p5618466.html
Sent from the opensim-users mailing list archive at Nabble.com.
More information about the Opensim-users
mailing list