So while we don't do it natively, you could combine your own initial
detection of CPU class and based on the results run further js logic:
The below should give you something like:
*OS : Win64
Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.2; .NET CLR 2.0.40903)
CPU type : ia64*
<script language=javascript>
<!--
document.write("<br>OS:"+navigator.platform);
document.write("<br>Browser:"+navigator.userAgent);
document.write("<br>CPU type:"+navigator.cpuClass);
//-->
</script>
More info on values etc:
http://www.w3schools.com/HTMLDOM/prop_nav_cpuclass.asp
http://msdn.microsoft.com/en-us/library/ms537503(VS.85).aspx
Aran
On Fri, Jul 17, 2009 at 4:05 AM, JB <[email protected]> wrote:
>
> Does this script test for a 64 browser? It is really annoying to see a
> message stating to download Adobe Flash Pllayer, when there is none
> for 64 bit browsers. It would be friendlier to test and state "use 32
> bit browser", so the client knows the actual fault.
> I have the latest version of Adobe Flash Player installed (for 32 bit
> browser) yet every site I come to, tells me I need to download Adobe
> Flash Player.
> I have a site myself that I'd like to put the correct detection script
> on.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---