Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llSetParcelMusicURL help

Kaiser Bogomil
Registered User
Join date: 15 Mar 2006
Posts: 20
08-04-2006 20:21
I've tried a very simple test of llSetParcelMusicURL & it didn't work. Here's the script:

default
{
state_entry()
{
llSay(0, "Hello, Avatar!";);
}

touch_start(integer total_number)
{
llSetParcelMusicURL("http://www.myurl.com/piece.mp3";);
}
}

When the script is compiled it says "Hello Avatar",
but when you touch the cube, nothing happens. I would expect the mp3 to play within no more than 2 seconds. We waited several minutes -- nothing played.

I did this for a couple of friends -- they own the land & the object the script was attached to. Should there be special permissions for the object or script?

Speakers were on -- we could hear short 10 sec ambient sounds (seaguls).
A player piano played streaming music as expected. But not the object with my script.
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
08-04-2006 21:11
i just tried it, and its setting the parcel music acc, be aware you still have to hit the play button tho

its probally something with your URL such case sensitivity
Ginge Reymont
Registered User
Join date: 10 Oct 2005
Posts: 190
08-05-2006 02:05
Do you own the land?
Is it group owner? If so share with group and the script needs to be shared with group.
Weedy Herbst
Too many parameters
Join date: 5 Aug 2004
Posts: 2,255
08-05-2006 03:46
Group owned land perhaps?

Select "share with group" and deed.

llSetParcelMusicURL() uses land tools, either you must own the land, or have the owner rez it.
_____________________