How to determine Flash Player version?

I notice Adobe Flash Player in the activity monitor as active when I view a U-tube video.   How can I determine what version
of Flash Player is running?    I am using 10.6.8 and Safari 5.1.1.   I appreciate any help.   Thanks.

Hi
Safari - Help - Installed Plug-Ins shows that - as does visiting http://www.adobe.com/software/flash/about/

Similar Messages

  • Can any one tell me how to install flash player on powerbookg4.i actully uninstall it to upgrade it but now i can not install new one.it always says get flash player for powerpc when i try to install it after downloading.it is 10.5.8 version

    can any one tell me how to install flash player on powerbookg4.i actully uninstall it to upgrade it but now i can not install new one.it always says get flash player for powerpc when i try to install it after downloading.it is 10.5.8 version

    Flash Player version 10.1.102.64 is the last version available to PPC Mac users. However, this Flash version won't work for many videos on Facebook, YouTube and other sites. Adobe's latest version, 10.2.x or later, is only for Intel Macs. Adobe will not provide a newer Flash version for PPC Macs.
    The message requesting that you download Adobe Flash Player takes you to Flash Player requiring an Intel processor. Doesn't work on a PowerPC processor. I found a hack, installed it & it works with Firefox, TenFourFox & Safari.
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.
    Hack Allows PowerPC Macs to Access Flash 11 Content
    http://lowendmac.com/ed/royal/12sr/flash-11-and-powerpc.html
     Cheers, Tom

  • Someone who can say how to get Adpbe flash player version 11.2.202.197 to work together with Lion on mac mini. Support from Apple can obviously not help the problem and do not care if it works

    Someone who can say how to get Adpbe flash player version 11.2.202.197 to work together with Lion on mac mini. Support from Apple can obviously not help the problem and do not care if it works

    Adobe flash player version 11.2.202.197 is for Windows Vista / Windows 7 / Vista 64 / Windows 7 64
    Adobe Flash Player version 11.1.102.55 is the current version for Snow Leopard and Lion.
    Adobe - Install Adobe Flash Player

  • How do I get the latest adobe flash player version ?

    how do I get the latest adobe flash player version ? I think the version number is 16
    thank you
    Claricalmette

    Claricalmette,
    Go to -> http://get.adobe.com/flashplayer/ and download directly from Adobe.
    Clinton
    MacBook Pro (15” Late 2011), OS X Yosemite 10.10.1, 16GB Crucial RAM, 960GB M500 Crucial SSD, 27” Apple Thunderbolt Display

  • How do I get a user to update to the Flash Player Version to 10.1

    I would like to find out if there is a way for a message to pop up on my website if the user has Flash Player version lower than 10.1. If the version 10.1 or higher (in the future) no message should come up. The message should prompt a user to update to the Flash Player version 10.1.
    My entire site is in Flash and I am using AS3. So I am guessing I should implement an AS3 code on the first frame of the script layer. Does anyone know what would be this code?

    O.K. I see,
    HTML code is automatically generated by Flash program.
    I am unable to give you a short answer on this and thus attaching the code I
    see in DreamWeaver:
    0) {
    versionRevision = versionRevision.substring(0,
    versionRevision.indexOf("d"));
    var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1)
    flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1)
    flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer
    = 2;
    else if ( isIE && isWin && !isOpera ) {
    flashVer = ControlVersion();
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if
    that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
    versionStr = GetSwfVer();
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    // Given "WIN 2,0,0,11"
    tempArray         = versionStr.split(" "); // ["WIN", "2,0,0,11"]
    tempString        = tempArray[1]; // "2,0,0,11"
    versionArray      = tempString.split(","); //
    } else {
    versionArray      = versionStr.split(".");
    var versionMajor      = versionArray[0];
    var versionMinor      = versionArray[1];
    var versionRevision   = versionArray[2];
             // is the major.revision >= requested major.revision AND the minor
    version >= requested minor
    if (versionMajor > parseFloat(reqMajorVer)) {
    return true;
    } else if (versionMajor == parseFloat(reqMajorVer)) {
    if (versionMinor > parseFloat(reqMinorVer))
    return true;
    else if (versionMinor == parseFloat(reqMinorVer)) {
    if (versionRevision >= parseFloat(reqRevision))
    return true;
    return false;
    function AC_AddExtension(src, ext)
      if (src.indexOf('?') != -1)
        return src.replace(/\?/, ext+'?');
      else
        return src + ext;
    function AC_Generateobj(objAttrs, params, embedAttrs)
      var str = '';
      if (isIE && isWin && !isOpera)
        str += '';
      document.write(str);
    function AC_FL_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".swf", "movie",
    "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
         , "application/x-shockwave-flash"
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_SW_RunContent(){
      var ret =
        AC_GetArgs
        (  arguments, ".dcr", "src",
    "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
         , null
      AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
    function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
      var ret = new Object();
      ret.embedAttrs = new Object();
      ret.params = new Object();
      ret.objAttrs = new Object();
      for (var i=0; i < args.length; i=i+2){
        var currArg = args[i].toLowerCase();
        switch (currArg){
          case "classid":
            break;
          case "pluginspage":
            ret.embedAttrs[args[i]] = args[i+1];
            break;
          case "src":
          case "movie":
            args[i1] = AC_AddExtension(args[i1], ext);
            ret.embedAttrs["src"] = args[i+1];
            ret.params[srcParamName] = args[i+1];
            break;
          case "onafterupdate":
          case "onbeforeupdate":
          case "onblur":
          case "oncellchange":
          case "onclick":
          case "ondblclick":
          case "ondrag":
          case "ondragend":
          case "ondragenter":
          case "ondragleave":
          case "ondragover":
          case "ondrop":
          case "onfinish":
          case "onfocus":
          case "onhelp":
          case "onmousedown":
          case "onmouseup":
          case "onmouseover":
          case "onmousemove":
          case "onmouseout":
          case "onkeypress":
          case "onkeydown":
          case "onkeyup":
          case "onload":
          case "onlosecapture":
          case "onpropertychange":
          case "onreadystatechange":
          case "onrowsdelete":
          case "onrowenter":
          case "onrowexit":
          case "onrowsinserted":
          case "onstart":
          case "onscroll":
          case "onbeforeeditfocus":
          case "onactivate":
          case "onbeforedeactivate":
          case "ondeactivate":
          case "type":
          case "codebase":
          case "id":
            ret.objAttrs[args[i]] = args[i+1];
            break;
          case "width":
          case "height":
          case "align":
          case "vspace":
          case "hspace":
          case "class":
          case "title":
          case "accesskey":
          case "name":
          case "tabindex":
            ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
            break;
          default:
            ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
      ret.objAttrs["classid"] = classid;
      if (mimeType) ret.embedAttrs["type"] = mimeType;
      return ret;
    // -->
    <!url's used in the movie>
    <!text used in the movie>
    </html

  • How to get latest flash player version from javascript code

    Hello,
    I want to know the latest flash player version number programmatically to compare with currently installed flash player version.
    I have requirement in which i need to show message to user when installed flash player version < latest flash player version.
    there is no API offlash player available which we can call to get the latest flash player version.
    We tried to do webscrapping of adobe site which prints version number but we need to do this from javascript.
    Is there any way through which we can come to know wether our installed flash player version is older than latest flash player released version?
    Please help..
    Thanks
    Dhwani

    It's in the Global Settings Manager in the Control Panel (Windows) or System Preferences (Mac), but I'm unaware of a javascript you can create to do this independent of a Flash container.
    The best you can do would be to create a web page with the expressInstall.swf and swfobject_modified.js added to a Flash container in the page. While that won't give a detailed (installed vs new) indication, it WILL prompt for an update if the current version is higher than the installed version.
    You'd then have to add the webpage to startup items, so the end user would see it on login.

  • Incorrect recognition of installed flash player version

    Hi All,
    Thank you in advance for any help you can offer.
    I have bought a new mobile phone and I am simply trying to look at the software that came on the CD with it on my pc. When the CD autorun's I get a message saying Adobe Flash player version 8.0 or later is required. I have installed the latest version (11.xxx) for the three browsers I have on my pc (IE, Opera, Firefox) but I still get the same message. Interestingly when I went to the "About Flash Player" page on the Adobe site it recognises I have version 11.xxx in each of the browsers, however when I tried to register for this forum using IE it said I needed version 6,0,65,0 or higher - meaning it had not recognised I have version 11.xxx installed?! So one part of the Adobe site recognises I have version 11, another part doesn't?! (I registered fine using Opera). I have a feeling (just a guess!) that the software on the CD is trying to use IE.
    So please can you help? Why is the correct version not being recognised? Where do browsers etc. interrogate my pc to determine what version of flash player is installed? Any advice on how I can get this resolved? What should have taken a minute has already taken hours of uninstalling and re-installing several times with no success.
    John

    jdouk wrote:
    when I tried to register for this forum using IE it said I needed version 6,0,65,0 or higher
    Could you provide a screenshot of this message?
    I have just registered a test account here with IE9 and FP 11.0.1.152 - no problem at all.
    But it would be interesting to know what the forum registration process really needs.

  • How to upgrade Flash Player in Windows 8.1 Pro

    I have windows 8.1 pro with IE 11 and the news video won't be able to play online. The error message is "Sorry, Clip not found...Media not found". It gives only an option to click 'OK' and the screen stays black. I am sure the video is OK, because I can run it on Windows 7.
    I contacted Microsoft Support and they suggested I upgrade my flash player. My flash player version is 13.0.0.206 and the lasts is 13.0.0.214. I tried to upgrade and it says "Flash player is integrated in Windows 8" and no option to install it.
    I also tried uninstall Flash player with Uninstall Flash Player tool but it did not uninstall Flash even though the message said 'uninstalled successfully'.
    In brief, how do I correct 'Sorry, clip not found. Media not found' when I play online video? This is a news video, not movie or youtube and how do I upgrade Flash on Windows 8.1 with IE 11.
    Thank You.

    Hi Texan,
    Microsoft embeds Flash Player in Internet Explorer on Windows 8.x systems and you can only update Flash Player for IE by updating Internet Explorer.  Microsoft releases Internet Explorer updates whenever there is a Flash Player update (usually monthly).  To update your version of Internet Explorer go to Control Panel > All Control Panel Items > Windows Update > Check for Updates.  Since you don't have the latest version of Flash Player, it should find the 'Security Update for Internet Explorer Flash Player for Windows 8.1 (KB2957151)' released May 13, 2014.  Alternatively, the URL for this specific download is http://support.microsoft.com/kb/2957151.
    If you also have other non-IE browsers, you can install/update Flash Player by going to http://get.adobe.com/flashplayer using the non-IE browser and the page will present you with the appropriate version for the OS and browser.
    Maria

  • Detect flash player version of published SWF

    Hi I have a swf file (let say child.swf).
    Once It loaded I want to know parent swf was published on flash player 9 or flash player 10. How to find that?
    Question:
    1)parent.swf loades child.swf
    2)after child.swf loaded --> need to check parent.swf is published on flash player 9 or 10.
    3)if parent.swf published on flash player 9 then child.swf will run a function
    4)if parent.swf published on flash player 10 then child.swf will run some other function.
    On the above for the based on the 2nd point question 3 or 4 will happen.
    On the above case I have only one parent... In some other case I may have multiple parents. My question to how to detect top most player's published version?
    Note:
    Capabilities.version returns current flash player version which is installed on browser (it is not help my question)
    The following link has infomation about As version used on the swf (it is not help my qeuestion)
    Detect ActionScript and Flash player version of Published SWF
    Thanks,
    Siva

    Any Idea guys?

  • I have installed the lastest Flash Player version 11.7 on ie however ie

    Ie keeps asking permission to install Flash Player version 11.7 and I have already installed it.  How do I get it to stop sending me this permission popup.  Please help.  Thank you.  todays date is May 7th 2013.

    Can you post a screenshot of that pop-up?

  • This is in regards to to the flash player version 11.6

    well i was wanting to know how do i exactly fix my flash player so i can see any videos play the right way, this flash player 11.6 version is messing up really bad so if any can help me fix this i would appreciate it.

    To help troubleshoot we'll need the following system information:
    Operating   system  
    Browser  
    Flash   Player version
    When reporting issues with video or audio, it's also helpful to get your system hardware and driver details.  Instructions for finding this information can be found here:
    Windows  
    Mac
    Finally, sometimes video and audio problems are caused at a lower level and not directly related to Flash Player.  I recommend trying both of the links below to see how they perform.  If the problem exists with both, then Flash Player is most likely not the culprit as the HTML5 video link does not use Flash Player when playing.  You can verify the use of HTML5 by right clicking the HTML5 video and looking for the words "About HTML5" at the bottom of the context menu.
    HTML5   video  
    Non-HTML5 video

  • Flash player version of Design View in FB3?

    Hello~
    In FB3, the flash player version, which the design view uses is 9.
    Can it be assigned to 10?
    If the Vector class is used in some UI, it cannot be drawed in the design view.
    (Although the target player is asigned to 10.)
    Can anybody give some help? Thanks.

    What exactly does IE say you have in the Add Ons manager (name of the component and version number)?
    If you're worried about conflicting versions, you can always try to do a clean install to make sure you have the latest version.
    How do I do a clean install of Flash Player?

  • How to see flash player videos?

    How to see flash player videos? When I try it, I get an error message ...Thanks for your help

    Flash is not supported on the iPad : http://www.apple.com/hotnews/thoughts-on-flash/
    Depending on what sites you are trying to access, you might find that some of them (probably more so if they are news sites) have their own apps in the App Store which might let you get some of the content that you want (and there is the built-in YouTube app). Also there are browsers such as Skyfire which 'work' on some sites - but judging by the reviews not all sites. If you want to play flash games then you are probably out of luck if you want to play on-line though the iSwifter app might work on some of them, but again some flash games have app versions in the store.

  • Adobe Flash Player version 11.1.0 Installation Issues

    Hi there
    Has anyone encountered issues downloading the latest Adobe Flash Player version where it creates an error message saying close Internet Explorer even when Internet Explorer is closed?
    I have Internet Explorer 10 and I have tried to download the latest Flash Player and it keeps failing to download as it asks me to close Internet Explorer.
    I cannot find any guidance on the website and wondered if there was something else that people were aware of that is causing this issue..
    Thanks for any help or tips.
    David

    See: How to close Internet Explorer and other programs running on Windows

  • Adobe Flash Player version 11.1.0 or greater

    How do I download the latest version or Adobe Flash Player version 11.1.0 ?

    This should help.
    http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    [Moved the discussion to Flash Player Forum]

Maybe you are looking for