<SCRIPT LANGUAGE="VBScript">
On error resume next
Flash3Mode = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))
Flash4Mode = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))
DirectorMode = (IsObject(CreateObject("SWCtl.SWCtl.1")) Or
IsObject(CreateObject("Macromedia.ActiveShockwave.1")))
RealMode = IsObject(CreateObject("RealVideo.RealVideo(tm) ActiveXControl
(32-bit).1"))
Is this Script sofar correct?
Can anybody tell me how to check the browser for QuickTime,
RealPlayer, Beatnik, VDOLive Player and/or Acrobate plug-ins installed?
Maria
'Some plug-ins are undetectable. For example, there is no way to tell if
users have QuickTime on Internet Explorer. Any function you use to detect it
will come up false.'
link:
http://hotwired.lycos.com/webmonkey/99/40/index3a_page3.html?tw=programming
They suggest making the user indicate whether they have QuickTime at the
beginning of their visit, then storing this info in a cookie. You could then
document.write alternative versions.
Dan
----------
In article <3857E8C0...@kreaktiv.de>, Maria Köller