Hallo!!!!!!
Diese plugin abfrage funktiuniert nur im IE aber nicht im Netscape.
Gibt es eine Möglichkeit es so zu programmieren, dass es im Netscape funktiuniert?
<html>
<head>
<title>flash plugin test</title>
<SCRIPT LANGUAGE=VBScript>
on error resume next
var Flashmode
FlashMode = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))
If FlashMode = true Then
location.href="lehrer.swf"
Else
location.href="lehrer.htm"
End if
</SCRIPT>
</head>
<body>
</body>
</html>