Jump to content

[SOLVED] Grey veil over Media


Anna Nova
 Share

You are about to reply to a thread that has been inactive for 2103 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I have a off-world server driven Visitor log displayer.  It worked for a long time perfectly, but sometime in the recent past 1 or 2 Viewer updates, something has happened to the display. 

It now has a sort of grey veil over the active part of the face.  The slide-bar is clear, it's just the media display.  This is the code I use:

displayURL (string URL)
{
        llSetPrimMediaParams(primFace,         
            [PRIM_MEDIA_AUTO_PLAY,TRUE,      // Show this page immediately
             PRIM_MEDIA_CURRENT_URL, URL,
             PRIM_MEDIA_HOME_URL, URL,     // The url if they hit 'home'
             PRIM_MEDIA_HEIGHT_PIXELS,512,   // Height/width of media texture will be
             PRIM_MEDIA_WIDTH_PIXELS,1024,   //   rounded up to nearest power of 2.
             PRIM_MEDIA_PERMS_INTERACT,PRIM_MEDIA_PERM_NONE,
             PRIM_MEDIA_PERMS_CONTROL,PRIM_MEDIA_PERM_NONE]
             );
}

I checked the url with a normal browser, no change, just as clear as ever.  I checked the face, and it is White and Full Bright.

Does anyone know what has changed, or what I have done wrong?

Link to comment
Share on other sites

  • Anna Nova changed the title to [SOLVED] Grey veil over Media
You are about to reply to a thread that has been inactive for 2103 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...