hallo,
ich schreibe gerade an einem statistik-script, dass unter anderem auch feststellen soll, welche plugins aktiv sind.
im mozilla funktioniert das relativ einfach, aber im ie ist das etwas komplizierter...
mir fehlen nurmehr java und acrobat reader, dann hab ich alle zusammen.
aber gerade für diese 2 finde ich keine plugin-bezeichnungen, kann mir da jemand helfen?
die bezeichnung für den realplayer sieht z.b. so aus:
function detectReal(redirectURL, redirectIfFound) {
pluginFound = detectPlugin('RealPlayer');
// if not found, try to detect with VisualBasic
if(!pluginFound && detectableWithVB) {
pluginFound = (detectActiveXControl('rmocx.RealPlayer G2 Control') ||
detectActiveXControl('RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)') ||
detectActiveXControl('RealVideo.RealVideo(tm) ActiveX Control (32-bit)'));
}
ich suche sozusagen das "rmocx.RealPlayer G2 Control" für acrobat reader und java....
danke,
ein-sich-zu-tode-gegoogelter-daniel