|
Sorry Ginsburg
Registered User
Join date: 17 Aug 2006
Posts: 8
|
09-02-2006 08:08
Hey, I'm looking for a script that will allow an object to play an mp3 file for my server on land owned by someone else. Any ideas? thanks 
|
|
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
09-02-2006 11:02
Any of the radio scripts will do, just point the "radio" at your server.
Otherwise, for one that's just to you, llSetParcelMusicURL is your friend.
|
|
Sorry Ginsburg
Registered User
Join date: 17 Aug 2006
Posts: 8
|
09-02-2006 11:09
thanks! could you direct me a radio script? i cant find one on the wiki or in the library- also - i was under the impression that set parcel url would only work for landowners... This is all rather confusing 
|
|
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
09-02-2006 13:49
There are various people that sell radios in world, and since I'm one of them I won't comment on how good mine is, and how bad everyone else's... at least because I've not tried a lot of the others out there. Setting land parcels just got harder... but basically, for a scripted object, the object must belong to the land owner (be that a group (deeded) or an individual). This lets me stop you showing porn on my PG land (if I owned any) - which would get me ARed for your actions... That's still the case. Getting the owner to set to your stream, and only your stream is still easy though. Give them a script like default { state_entry() { llSetParcelMusicURL(//your url here with no // in front); } }
Get them to rez an object, put this script into it, and off they go.
|