|
Broccoli Curry
I am my alt's alt's alt.
Join date: 13 Jun 2006
Posts: 1,660
|
10-30-2007 05:53
I've tried and tried but I just cannot get my head round using LSL to change the video parcel URL The wiki page I found is http://lslwiki.net/lslwiki/wakka.php?wakka=llParcelMediaCommandListI can change the audio stream using a script - but I can't figure out the syntax of the video URL command. Anyone able to point me in the right direction? Broccoli
_____________________
~ This space has been abandoned as I can no longer afford it.
|
|
Lyn Mimistrobell
(waiting)
Join date: 11 Jan 2007
Posts: 179
|
10-30-2007 07:11
Like the sample on the wiki says:
llParcelMediaCommandList([PARCEL_MEDIA_COMMAND_URL, "http://enter_your.url/here"]);
As long as the object has permissions - sometimes it needs to be deeded to the group. To make sure you don't lose permissions, make a copy of the object and deed the copy, don't deed the original.
|