From: "Munawar Hussain" <[EMAIL PROTECTED]>
Subject: RE: getting RealPlayer version from ActiveX control

Hello again

What i was hoping to do was get the version info of the ActiveX control in a
page where there is no embedded RealPlayer and the browser may have an older
version, such as RealPlayer 5. In such a case, the help docos seem to
suggest that i couldn't use GetVersionInfo().

I am doing something similar for Flash (on a page with no Flash player
embedded):
bFlashInstalled =
(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))

This detects the presence of Flash4 and returns "true".

Using the following to detect RealPlayer 5 doesn't seem to work:
bRealInstalled = (IsObject(CreateObject("RealVideo.RealVideo(tm) ActiveX
Control (32-bit).5")))

The only thing wich works so far is:
bRealInstalled = (IsObject(CreateObject("RealVideo.RealVideo(tm) ActiveX
Control (32-bit)")))

Which returns "true" to indicate that some indeterminate version of
RealPlayer is present.

Any ideas would be appreciated.

Thanks,
Munawar



 > -----Original Message-----
 > From: [EMAIL PROTECTED]
 > [mailto:[EMAIL PROTECTED]]On Behalf Of RealForum
 > Sent: Tuesday, May 02, 2000 11:58 PM
 > Subject: Re: getting RealPlayer version from ActiveX control
 >
 >
 > From: Curtis Reynolds <[EMAIL PROTECTED]>
 > Subject: Re: getting RealPlayer version from ActiveX control
 >
 > There is a GetVersionInfo method of the ActiveX control that you can
 > use.  For more info check out
 > http://service.real.com/help/library/guides/extend/embed.htm
 >


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