GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   flash plug-in check (https://gfy.com/showthread.php?t=553770)

Zester 12-18-2005 07:33 AM

flash plug-in check
 
is there a 100% bullet proof flash plug-in check?
something that can absolutely assure that the surfer can see flash without a problem?

the more I google for it the more I find that a cross browser check like this is near impossible.

Zester 12-18-2005 02:03 PM

hmm ? noone?

pornpf69 12-18-2005 02:08 PM

I dont think so...

sfera 12-18-2005 02:10 PM

negative on that one

Zester 12-18-2005 03:27 PM

hmm.....ok

aiken 12-18-2005 05:09 PM

www.browserhawk.com

It's been flawless for us.

Cheers
-b

Zester 12-19-2005 01:54 AM

Quote:

Originally Posted by aiken
www.browserhawk.com

It's been flawless for us.

Cheers
-b

I need something that is either PHP of javascript based.

this seems to work with the few browsers (IE 6 and firefox) I tried:
Code:

<SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
                var words = navigator.plugins["Shockwave Flash"].description.split(" ");
            for (var i = 0; i < words.length; ++i)
            {
                if (isNaN(parseInt(words[i])))
                continue;
                var MM_PluginVersion = words[i];
            }
        var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}

if ( MM_FlashCanPlay ) {
        alert("flash detected");
} else{
        alert("no flash detected");
}
//-->
</SCRIPT>



All times are GMT -7. The time now is 02:51 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123