[Opensim-users] html on prim not working anymore.....help

Jor3l Boa jor3l at foravatars.com
Sat Oct 9 17:34:03 UTC 2010


What it does? (the url)

2010/10/9 DutchGlory <info at verwijs-pc.nl>

>
> 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.
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20101009/8891e05f/attachment.html>


More information about the Opensim-users mailing list