Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

LLParcelMedia -> Movie control dialog appears

Dominique Laville
Registered User
Join date: 24 Apr 2008
Posts: 84
07-05-2008 06:30
Hi,

I want to display a webpage on a texture and I followed these instructions:

http://rpgstats.com/wiki/index.php?title=LlParcelMediaCommandList

- Own land.
- Apply a texture to an object from your inventory that will eventually be replaced with the media stream.
- From "About Land/Options", use the GUI to select the texture above.
- Enter the URL of your media stream
- Use the little "Movie Control" box to play the media stream.

Actually, the Movie Control box doesn't appear... why ?

I added the url but the popup with the play media stream box does not appear.

thanks
Dominique Laville
Registered User
Join date: 24 Apr 2008
Posts: 84
07-05-2008 06:33
I also tried to use a script using

llParcelMediaCommandList([PARCEL_MEDIA_COMMAND_URL, url, PARCEL_MEDIA_COMMAND_PLAY, PARCEL_MEDIA_COMMAND_LOOP]);

but I can still see the texture and I don't see any web page displayed

I'm in the owner-group. There is no a single owner. Is this a problem ?
Chosen Few
Alpha Channel Slave
Join date: 16 Jan 2004
Posts: 7,496
07-05-2008 06:58
Do you have media enabled in your preferences?

Edit -> Preferences -> Audio & Video tab -> check Play Streaming Media When Available
_____________________
.

Land now available for rent in Indigo. Low rates. Quiet, low-lag mainland sim with good neighbors. IM me in-world if you're interested.
Dominique Laville
Registered User
Join date: 24 Apr 2008
Posts: 84
07-05-2008 07:08
yeah, almost solved. Now the web page is working, but i can't run the "web content" from the object script

llParcelMediaCommandList([PARCEL_MEDIA_COMMAND_URL, url, PARCEL_MEDIA_COMMAND_PLAY, PARCEL_MEDIA_COMMAND_LOOP]);

PARCEL_MEDIA_COMMAND_PLAY should select play on my GUI right ?