What it does? (the url)

2010/10/9 DutchGlory <[email protected]>

>
> 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
> [email protected]
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to