Hey guys!
I've set up a basic media player but I can't get the thing to remove the video and replace it with the original texture. I'm using this:
llParcelMediaCommandList( [PARCEL_MEDIA_COMMAND_UNLOAD] );
which I'm informed should work, but it doesn't! Everything else works fine; the script checks to see if the player is already installed and if not, installs itself and plays a short file. Once it's done it's supposed to reset to the media texture.
I tried with a timer but that didn't work either so now I'm confused... there doesn't appear to be any parameters for me to get confused with! Any ideas?