|
Stanley Waydelich
Registered User
Join date: 27 Sep 2007
Posts: 5
|
01-03-2008 17:58
So I'm trying to change the movie on a parcel via a script. I'm a member of the group owning the land and I have them set as the group on the object. I'm using the LLParcelMediaCommandList function found http://wiki.secondlife.com/wiki/LlParcelMediaCommandListThe code snippet relevant to this is the following: llParcelMediaCommandList([ PARCEL_MEDIA_COMMAND_URL, correct_URL, PARCEL_MEDIA_COMMAND_PLAY ]); Now the correct_URL is a string that I know is a working movie URL, yet on the about land->media tab, the URL doesn't change from it's previous URL. Also, when I add llOwnerSay("The Media URL is " + (string)llParcelMediaQuery( (list)PARCEL_MEDIA_COMMAND_URL ) ); after the first function, it just spits out "The Media URL is " The object does get a QT loading image, but a movie never loads. Does anyone know what I'm doing wrong?
|
|
Anti Antonelli
Deranged Toymaker
Join date: 25 Apr 2006
Posts: 1,091
|
01-03-2008 19:01
I didn't look the code over, but I'm pretty sure your object must be deeded to the group (not just set to group) for the parcel media functions to work. Maybe that will fix it.
_____________________
Designer of sensual, tasteful couple's animations - for residents who take their leisure time seriously.  http://slurl.com/secondlife/Brownlee/203/110/109/ 
|
|
ElQ Homewood
Sleeps Professionally
Join date: 25 Apr 2007
Posts: 280
|
01-07-2008 04:06
From: Anti Antonelli I didn't look the code over, but I'm pretty sure your object must be deeded to the group (not just set to group) for the parcel media functions to work. Maybe that will fix it. YES....the object MUST be deeded in order to access the media stream.
|