From: Mark Anquoe <[EMAIL PROTECTED]>
Subject: no controls in netscape 4.61

so in netscape4.61 on windows, whenever I embed a streaming video file with
the below code, the controls are greyed out. actually, the pause and stop
controls are greyed out, while the play button still seems to work. If you
right click on the video you can still control it that way, but the visible
controls are greyed out. Does anyone know why this happens and/or how to get
around it?

here's my code.

<object id=video1 classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA
height=180 width=240>
       <param name=controls value=ImageWindow>
       <param name=console value=Clip2>
       <param name=autostart value=true>
       <param name=src value="wzvn-19990902b.rpm">
       <embed src="wzvn-19990902b.rpm" type=audio/x-pn-realaudio-plugin
console=Clip1 controls=ImageWindow height=180 width=240 autostart=true>
       </embed></object><object id=video1
classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA
height=60 width=240>
       <param name=controls value=ControlPanel,StatusBar>
       <param name=console value=Clip2>
       <embed type=audio/x-pn-realaudio-plugin console=Clip2
controls=ControlPanel,StatusBar height=60 width=240 autostart=true>
       </embed></object>


thanks,
[EMAIL PROTECTED]


*******************************************************
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]>

Reply via email to