Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Help unloading stream after video plays

Epilort Byrne
Registered User
Join date: 6 Jul 2004
Posts: 30
03-08-2007 05:33
I am having trouble unloading the stream after the video plays so the texture returns to it's original form. Basically, whenever a movie is not playing, I want to have a logo appear on the "wall." I have a timer event set to go off after the length of the movie (just like in the Wiki). However, it seems like llParcelMediaCommandList( [ PARCEL_MEDIA_COMMAND_UNLOAD, PARCEL_MEDIA_COMMAND_URL, "" ]); works only once. The next time I play the movie it doesn't work again. Any help is appreciated.
Squeebee Wakawaka
Newbie Savant
Join date: 22 Feb 2006
Posts: 28
03-08-2007 07:28
What is your next command? You are clearing the parcel's media URL so if the next command was just play then you'd run into a problem.