I cannot change the audio settings using a script. I suspect the problem is my land parcel. What settings govern the ability of a script to change the land settings for audio? This the script I am using: string url = "http://scfire-mtc-aa01.stream.aol.com:80/stream/1020"; default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched."); llSetParcelMusicURL(url); } }