From: Nicholas Hart <[EMAIL PROTECTED]>
Subject: Re: controlling the volume with DHTML
IE on the Mac support's Netscape's plugin API but does not support their
Live-Connect API. Live-Connect is the manner in which javascript
communicates with the plugin. So you will be unable to use javascript to
control the RealPlayer Netscape plugin in IE on the Mac.
All versions of the G2 RealPlayer support SetVolume. 5.0 and earlier
versions do not.
At 08:53 AM 9/8/99 -0700, you wrote:
>From: "Lachlan Forrest" <[EMAIL PROTECTED]>
>Subject: controlling the volume with DHTML
>
>Hi all,
>I've created a volume slider with DHTML and I'm getting the top position of
>the slider and then pass this value to a hidden field in another frame,
>where real is streaming a live stream. This field value is used to control
>the volume via the setVolume() i.e. document.pluginNameOrId.setVolume((field
>value i.e. 0 to 1) * 100).
>
>Support for this seems to vary can anyone tell me what the minimum
>requirements are for setVolume().
>
>For example IE on a Mac doesn't understand the setVolume().
>
>--
>Regards
>Lachlan Forrest
>Multimedia Developer