Shockwave and Flash Player detection results:
\n'); } if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) { if (navigator.plugins && navigator.plugins["Shockwave Flash"] && (versionIndex = navigator.plugins["Shockwave Flash"].description.indexOf(".")) != - 1) { var versionString = navigator.plugins["Shockwave Flash"].description.substring(versionIndex-1, versionIndex); versionIndex = parseInt( versionString ); if ( versionIndex >= 5 ) { FlashMode = 1; } } } else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )) { document.write(' \n'); } if ( ShockMode ) { if ( FlashMode ) { document.write('
You have both Shockwave 8.5 and Flash 5.
'); } else { document.write('You have Shockwave 8.5 but not Flash 5.
'); } } else { if ( FlashMode ) { document.write('You have Flash 5 but not Shockwave 8.5.
'); } else { document.write('You have neither Shockwave 8.5 nor Flash 5.
'); } } //-->Note: If you don't see any results, make sure that JavaScript is enabled in your browser. Also, browser plug-in detection does not work on Macintosh versions of Internet Explorer.