Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Get parcel music URL?

Dylan Rickenbacker
Animator
Join date: 11 Oct 2006
Posts: 365
12-20-2007 12:49
Hi, either I'm blind or there is no way to return the parcel music URL in a script. I can set it (llSetParcelMusicURL), but I can't get it. Which is what I don't get. What am I missing?
Meade Paravane
Hedgehog
Join date: 21 Nov 2006
Posts: 4,845
12-20-2007 12:58
http://wiki.secondlife.com/wiki/LlParcelMediaQuery ?
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224
- If you see "if you were logged in.." on the left, click it and log in
- Click the "Vote for it" link on the left
Talon Brown
Slacker Punk
Join date: 17 May 2006
Posts: 352
12-20-2007 19:51
llParcelMediaQuery() works with the video URL, not the audio URL. If there is a way to get the audio URL, I don't know of it.
Tsukasa Sakai
Registered User
Join date: 13 Oct 2006
Posts: 16
12-21-2007 11:29
Ages ago I was writing a script that required this, but I couldn't find anything either. If its a radio-type script you'd need to keep a string with the last set stream URL. If its something else (e.g. a streamboard) build a radio into it.
Dylan Rickenbacker
Animator
Join date: 11 Oct 2006
Posts: 365
12-26-2007 01:41
Okay, it seems I'm not blind. I've put in a feature request. If you think this would be useful, too, please vote for it at http://jira.secondlife.com/browse/VWR-4026