From: Sean Gallo <[EMAIL PROTECTED]>
Subject: RE: hiding an embedded video
I've done this in Javascript, by manipulating the visibility property of the
layer containing the player. =20
function VidVis(doWhat){//pass in "visible" or "hidden" as arg
if(nav4){ document.VideoLyr.visibility=3DdoWhat; }
else{ document.all.VideoLyr.style.visibility=3DdoWhat; }
}
Of course this assumes your RealPlayer is IN a layer.
One thing that can cause problems with this method, though, is the use of
framesets. I've had redraw problems in Netscape when the player was in a
frame.
Hope that helps
Sean
-----Original Message-----
From: RealForum [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 2:20 PM
Subject: Re: hiding an embedded video
From: Gilbert_Gelinas <[EMAIL PROTECTED]>
Subject: Re: hiding an embedded video
Thanks, but what I want is for the video to play within the page =
and
then disappear, that is, the space occupied by the plugin letting =
through
the page background.
*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites. Archives of RealForum can
be found at http://realforum.real.com
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>