Flash Player Drive on Desktop?

Hi,
After the most recent round of updates for Safari (which forces you to update Adobe Flash Player) I have had to download flash again. After download, a hard drive type icon with "Adobe Flash Player" appears on my desktop and, in "Finder" it shows itself as a completely seperate device. Is this normal?
I know these icons can be hidden using system preferences - is this the best thing to do if I don't want it on my desktop, or can i equally move it onto another area of my computer?
Cheers

It's a disk image icon. Drag to the Trash to eject it.

Similar Messages

  • I want to build a custom flash player for my desktop

    I want to build a custom flash player for my desktop, using C# and Visual Studio 2008. Where do I start? I just want a real simple one to play swf files. Play, stop, loop, full screen, normal size. I'll start there. Where do I go? I've searched the web for an answer, and found several example projects that don't compile, or are incomplete. It's very frustrating. This shouldn't be that difficult.

    I think you started the right way - looking for example programs.
    If they won't compile, then they probably contain errors.  Fix the errors until they compile.  Then develop your own extensions.
    This is one way of developing applications, the other way is starting from scratch.

  • Flash Player 9 on Desktop

    I recently downloaded Flash Player 9. It's worked great so far (with Firefox 1.5.0.6). However, I'm not sure where exactly this application should be stored. Since installation, there are two FP 9-related items on my Desktop; one of them is an image of a hard drive on a white paper named installflash_playerosx.dmg and the second is an image of a mounted, white external drive named "Adobe Flash Player 9." What should I do with them? Should I delete the .dmg file and move the other to a specific folder/location?
    Thank you.
    eMac   Mac OS X (10.2.x)   384MB

    Hi Stylianos!
    Navigate to
    HD > Library > Internet Plug-Ins: In here do you see a file named Flash Player.plugin?
    If so, click on it once to highlight it.
    Depress the Command + I keys, to get info.
    What version does it say it is?
    ali b

  • Would flash player issues cahnge desktop icons?

    I'm starting a seperate discussion on this issue as it is truly different than my other postings
    I use Vista Home premium
    I have many icons on my desk top, mostly shortcuts to program. Yesterday I had to reboot several times when trying to update to ne flash player.
    Then upon one reboot, I noticed that some, just like 3, Icons changed.
    Example
    icon for the shortcut to itunes looked like the icon picture for the game dinerdash
    icon for shortcut to the game Bakerydash looked like the icon for spider solitaire
    now when I would right click on these shortcuts, they would show the proper data for the shortcut they truely were Whe I would right click on the icon and then select change icon, the only option there was the actual correct icon. I'd hit apply, but it did not good.
    I ran virus/spyware scans and all were clean.
    Could it be because of flash player issues? or because  I had rebooted several times in a row and did not allow the system to fully reboot before trying the next reboot??
    Like I would reboot and then 7 minutes later reboot again. Could that cause the icons to screw up a little?

    I don't know what changed the desktop icons, but it is one of these things that just happen sometimes.
    Windows XP had a great tool, TweakUI (from Windows Power Toys), that has a 'Repair Icons' function.  Microsoft never released a TweakUI version for Vista, but I know that a 3rd-party version of TweakUI for Vista can be found on the Internet (Google will find it for you).
    I would try to use this to repair your desktop icons.
    P.S. since this TweakUI is not a Microsoft tool, I recommend to make a System Restore point before running it; just in case...

  • Flash player--culprit for desktop crash while surfing the web?

    I can confirm what someone else posted on this forum.Flash player causes random crashes on osx.Upgrading to 9.0.20 fixes that problem.

    I am having the same problem.  I get the same message whenever I try to download something from certain game websites .  I've never had this problem before Flash 10 was installed. 
    My harddrive got a virus , I wrote zeros to the harddrive and reloaded my Windows Vista (Home Prem) and reloaded all my software.  Many of my software stated I needed a Flash Player and my mistake was when I came on Adobe's website and downloaded the Flash 10.  I wish I could remember which Adobe Flash player allowed me to enjoy the game websites I enjoyed.  Flash 10 have the Global Security Setting Panel which I wish Adobe would allow me to disable because it is my belief that this is what's stopping me from being able to use the websites I once visited.

  • 11/25/2014 - Release - Flash Player 15

    The next version of Flash Player is available for immediate download.  In today's release we've updated Flash Player with critical security updates and bug fixes.  We recommend users update to the latest version.
    Security update details can be found here: Security Bulletin (APSB14-26)
    New Features for Flash Player 15:
    Relaxing Stage3D Render Target Clear
    In previous versions of Stage3D, after switching the render texture through Context3D::setRenderToTexture, you were required to clear it before drawing. In this release, we're removing this limitation and optimizing the use of render textures. This change will allow you to further optimize and reuse depth and stencil buffers between different render textures.
    For additional information, please see Relaxing Render Target Clear Operation in Stage 3D.
    Improved support for browser zoom levels - Windows 8
    Flash Player now has improved support for browser zoom factors other than 100% on Internet Explorer on Windows 8.x.  Devices, like the Microsoft Surface tablets, default to a zoom level of 150%.  In the past, this could cause problems with Flash Player and some 3D content.  With our new implementation, we can now scale the content and 3D buffers to keep everything aligned.  In addition, Flash Player introduces an option to render to an increased Stage3D back buffer, rather than scaling, on browser zoom to keep the resolution of the rendered content high. This option allows to the stage3D buffer to change in size in synch with the change in the browser zoom factor.  Developers are notified of this change with a new ZOOM_FACTOR_CHANGE event.
    For additional detail, please see the article Improved Resolution of Stage3D Content on Browser Zoom
    Flash Player Fullscreen Orientation Change - Windows
    Flash Player will now detect and appropriately scale your content to fit best in a fullscreen display when your device orientation is changed.  This change is specific to Windows and is implemented across all browsers.  We're focusing on providing the best tablet experience possible.  A resize event will fire when in fullscreen mode and the device orientation changes.  Developers, if your content does not resize, you will need to handle the resize event appropriately.  Additional details will be made available in a separate blog post.
    For additional details, please see the Guide for Supporting Screen Orientation with Full-Screen Flash Player Content.
    Hardware video decoding on Chrome (PPAPI) for Windows
    We're pleased to announce that hardware video decoding is now enabled by default for Chrome users on Windows.  This feature will drastically reduce the CPU usage and improve performance on supported videos players.  We're working closely with Google to bring this feature to OS X and will provide additional details when available.
    Automatic software fall back with StageVideo
    Flash Player 15 now supports a Software version of StageVideo that provides an automatic failover to the software version when hardware StageVideo is not available. To leverage this automatic failover, the swf apps need to be compiled for Flash Player 15 and above.
    When the swfs are compiled for Flash Player 15 and above, and when hardware StageVideo is unavailable, the app will get a StageVideoAvailability event as earlier, but instead of being "Unavailable" it will ALWAYS be "available", and the reason will always be "noError". The app will no longer need to implement a Video object failover as the failover is automatic inside flash player. The apps can still choose to use Video object instead of StageVIdeo if needed.
    Hardware StageVideo availability is dependent on a number of factors, including:
    Browser hardware rendering support: If available, all wMode based apps will support hardware StageVideo. If not available, wMode=direct based apps will be the only ones that will support hardware StageVideo, unless there are other exceptions, like the ones mentioned below.
    On Windows:
    IE11: IE has an accelerated pipeline and the FlashPlayer is HW accelerated in all wmode, so StageVideo should always be available. Note that the decision to use the HW accelerate rendering pipeline reside in IE.
    Firefox: There is currently no HW accelerated pipeline available in Firefox on windows and only wMode direct will have StageVideo available all other wMode should generate a unavailable event.
    Chrome: Pepper has HW acceleration in all wMode, but some restrictions apply. For example Chrome will refuse to use HW acceleration on Windows XP and it has its own driver blacklisting mechanism. It is also possible for the user to disable the HW acceleration in the settings panel. Chrome exposes a somewhat useful page to allow one to see the status of its gpu acceleration: chrome://gpu/
    On Mac:
    Safari: All wMode should expose StageVideo
    Firefox: All wModes should expose StageVideo
    Chrome: All wMode should expose StageVideo, with the same limitations as the windows version.
    Driver version: Certain older drivers may not support hardware StageVideo
    User settings: If a user turns off hardware acceleration, then hardware StageVideo will not be available
    Full Screen: Hardware StageVIdeo is always available in Full Screen mode.
    When the hardware StageVideo fails because of browser support, wMode, driver version or user settings, starting with Flash Player 15, SW StageVideo will be used automatically without needing any configuration or code in the app.
    New MMS.CFG Flag - EnableInsecureJunctionBehavior
    Flash Player 15 restricted the ability for Flash Player in Internet Explorer to write to paths that traversed Junction files in Windows. This affected some enterprise organizations that relied on redirected user folders that also leveraged Junctions, and we have introduced a new mms.cfg that allows organizations to revert to the insecure behavior as temporary pain relief. We recommend that administrators only use this flag as a short-term workaround.
    This Flag only works in Internet Explorer with Protected Mode disabled.
    To enable this behavior, add the following line to your mms.cfg file:
    EnableInsecureJunctionBehavior = 1
    For complete information please see our release notes.
    Fixed Issues
    [Mac][Chrome] No longer inadvertently requiring some users to reset their license files when viewing content protected video
    Current Flash Player users that have enrolled in the "Allow Adobe to install updates (recommended)" update option will receive this release automatically and silently within 24 hours.  Users that have selected the "Notify me to install updates" update option will receive an update notification dialog within 7 days from today.  Windows users will need to restart their system or log out and in to receive the notification dialog.
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8.x are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8.x will be provided by Microsoft though the Windows automatic update feature.
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 15 for Windows XP, Vista and 7 and Internet Explorer (ActiveX): 15.0.0.239
    Flash Player 15 for Windows XP, Vista and 7 and Other Browsers (NPAPI): 15.0.0.239
    Flash Player 15 for Internet Explorer on Windows 8.1 (64-bit machine): 15.0.0.239
    Flash Player 15 for Internet Explorer on Windows 8.1 (32-bit machine): 15.0.0.239
    Flash Player 15 for Internet Explorer on Windows 8 (64-bit machine): 15.0.0.239
    Flash Player 15 for Internet Explorer on Windows 8 (32-bit machine): 15.0.0.239
    Flash Player 15 desktop for Mac (NPAPI): 15.0.0.239
    Flash Player 11.2 desktop for Linux (NPAPI): 11.2.202.424
    Flash Player 13 Extended Support Release for Windows and Macintosh: 13.0.0.258
    Previous versions of Flash Player can be found on the Flash Player Archive page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    Thanks Clark for addressing my problem.
    I was out of town, just returned today. Hence some delay in my reply.
    The application being at an enterprise level and huge, I am not sure how to share a simplified source.
    The complexity of the elements getting created in the application may also cause error in rendering at that zoom level.
    Let me find out some way out of how to share more details on this.
    I will be able to share the swf link with you after discussing the confidentiality terms with the concerned person.
    I appreciate your patience.
    Have a good day!
    Best
    Deepanjan

  • 10/14/2014 - Release - Flash Player 15

    The next version of Flash Player is available for immediate download.  In today's release we've updated Flash Player with important security updates and bug fixes.  We recommend users update to the latest version.
    Security update details can be found here: Security Bulletin (APSB14-22)
    New Features for Flash Player 15:
    Relaxing Stage3D Render Target Clear
    In previous versions of Stage3D, after switching the render texture through Context3D::setRenderToTexture, you were required to clear it before drawing. In this release, we're removing this limitation and optimizing the use of render textures. This change will allow you to further optimize and reuse depth and stencil buffers between different render textures.
    For additional information, please see Relaxing Render Target Clear Operation in Stage 3D.
    Improved support for browser zoom levels - Windows 8
    Flash Player now has improved support for browser zoom factors other than 100% on Internet Explorer on Windows 8.x.  Devices, like the Microsoft Surface tablets, default to a zoom level of 150%.  In the past, this could cause problems with Flash Player and some 3D content.  With our new implementation, we can now scale the content and 3D buffers to keep everything aligned.  In addition, Flash Player introduces an option to render to an increased Stage3D back buffer, rather than scaling, on browser zoom to keep the resolution of the rendered content high. This option allows to the stage3D buffer to change in size in synch with the change in the browser zoom factor.  Developers are notified of this change with a new ZOOM_FACTOR_CHANGE event.
    For additional detail, please see the article Improved Resolution of Stage3D Content on Browser Zoom
    Flash Player Fullscreen Orientation Change - Windows
    Flash Player will now detect and appropriately scale your content to fit best in a fullscreen display when your device orientation is changed.  This change is specific to Windows and is implemented across all browsers.  We're focusing on providing the best tablet experience possible.  A resize event will fire when in fullscreen mode and the device orientation changes.  Developers, if your content does not resize, you will need to handle the resize event appropriately.  Additional details will be made available in a separate blog post.
    For additional details, please see the Guide for Supporting Screen Orientation with Full-Screen Flash Player Content.
    Hardware video decoding on Chrome (PPAPI) for Windows
    We're pleased to announce that hardware video decoding is now enabled by default for Chrome users on Windows.  This feature will drastically reduce the CPU usage and improve performance on supported videos players.  We're working closely with Google to bring this feature to OS X and will provide additional details when available.
    Automatic software fall back with StageVideo
    Flash Player 15 now supports a Software version of StageVideo that provides an automatic failover to the software version when hardware StageVideo is not available. To leverage this automatic failover, the swf apps need to be compiled for Flash Player 15 and above.
    When the swfs are compiled for Flash Player 15 and above, and when hardware StageVideo is unavailable, the app will get a StageVideoAvailability event as earlier, but instead of being "Unavailable" it will ALWAYS be "available", and the reason will always be "noError". The app will no longer need to implement a Video object failover as the failover is automatic inside flash player. The apps can still choose to use Video object instead of StageVIdeo if needed.
    Hardware StageVideo availability is dependent on a number of factors, including:
    Browser hardware rendering support: If available, all wMode based apps will support hardware StageVideo. If not available, wMode=direct based apps will be the only ones that will support hardware StageVideo, unless there are other exceptions, like the ones mentioned below.
    On Windows:
    IE11: IE has an accelerated pipeline and the FlashPlayer is HW accelerated in all wmode, so StageVideo should always be available. Note that the decision to use the HW accelerate rendering pipeline reside in IE.
    Firefox: There is currently no HW accelerated pipeline available in Firefox on windows and only wMode direct will have StageVideo available all other wMode should generate a unavailable event.
    Chrome: Pepper has HW acceleration in all wMode, but some restrictions apply. For example Chrome will refuse to use HW acceleration on Windows XP and it has its own driver blacklisting mechanism. It is also possible for the user to disable the HW acceleration in the settings panel. Chrome exposes a somewhat useful page to allow one to see the status of its gpu acceleration: chrome://gpu/
    On Mac:
    Safari: All wMode should expose StageVideo
    Firefox: All wModes should expose StageVideo
    Chrome: All wMode should expose StageVideo, with the same limitations as the windows version.
    Driver version: Certain older drivers may not support hardware StageVideo
    User settings: If a user turns off hardware acceleration, then hardware StageVideo will not be available
    Full Screen: Hardware StageVIdeo is always available in Full Screen mode.
    When the hardware StageVideo fails because of browser support, wMode, driver version or user settings, starting with Flash Player 15, SW StageVideo will be used automatically without needing any configuration or code in the app.
    For complete information please see our release notes.
    Fixed Issues
    [Win8.1][IE11] Resolves an issue introduced with Flash Player 13.0.0.182 that affected Dragon Quest Monster Parade (3818827)
    [Win8.x][IE10+] printJob.addPage() no longer throws an erroneous exception (3822297)
    [Win8.x] Fixes an issue where Print To Printer only printed the first page (3825794)
    [Win8.x][MSFT 654468] Full-Screen content is incorrectly scaled when the user requests Full-Screen Mode after zooming in or out with the browser zoom (3822208)
    [Win][Firefox] Fixes an issue where FileReference.browse() file dialog was opening behind the browser window (3822025)
    [Mac] Resolves an issue introduced with Flash Player 15.0.0.29.  Using the volume keys on the keyboard now works as expected in Adobe Connect (3827641)
    [Mac] Resolves an infrequent issue where the Flash Player installer could not determine the correct OS version for users on MacOS 10.8+ (3814718)
    [Mac 10.9+] Resolves an issue where Flash Player would use a large amount of CPU if the network was disconnected while a video using the Adobe Video Engine was playing (3811674)
    Stage3D Content is now available on the Nvidia Tegra K1 (3809317)
    WebVTT Captions are now correctly displayed after a mid-roll ad is inserted into a video stream (3809912)
    [HTTP Live Streaming] The lowest possible bitrate i-frame stream was not being used if TrickPlay was enabled (3812854)
    Current Flash Player desktop users that have enrolled in the "Allow Adobe to install updates (recommended)" or the "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8.x are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8.x will be provided by Microsoft though the Windows automatic update feature.
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 15 desktop for Windows XP, Vista and 7 and Internet Explorer (ActiveX): 15.0.0.189
    Flash Player 15 desktop for Windows XP, Vista and 7 and Other Browsers (NPAPI): 15.0.0.189
    Flash Player 15 for Internet Explorer on Windows 8.1 (64-bit machine): 15.0.0.189
    Flash Player 15 for Internet Explorer on Windows 8.1 (32-bit machine): 15.0.0.189
    Flash Player 15 for Internet Explorer on Windows 8 (64-bit machine): 15.0.0.189
    Flash Player 15 for Internet Explorer on Windows 8 (32-bit machine): 15.0.0.189
    Flash Player 15 desktop for Mac (NPAPI): 15.0.0.189
    Flash Player 11.2 desktop for Linux (NPAPI): 11.2.202.411
    Flash Player 13 Extended Support Release for Windows and Macintosh: 13.0.0.250
    Previous versions of Flash Player can be found on the Flash Player Archive page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    Sometimes the release version has a later build number than the last beta we received, which in a way can be even worse than if the build is the same. The thing that has caused some confusion is that a few posts here have been answered with "we've fixed that and it will be in the next build", and the next build turned out to be the same as the previous build.
    So, I think the truth is that those things are fixed in the next build that appears on labs, and the release one doesn't count as a new beta build. I don't know when the next labs build will be.

  • 6/10/14 - Release - Flash Player 14

    The next version of Flash Player is available for immediate download.  In today's release we've updated Flash Player with important security updates and bug fixes.  We recommend users update to the latest version.
    Security update details can be found here: Security Bulletin (APSB14-16)
    New Features for Flash Player 14:
    Anisotropic Filtering
    This new texture sampling filter can enhance the image quality of textures on surfaces that are at oblique viewing angles. There are two ways to enable this feature:
    In AGAL, set one of the values – "anisotropic2x", "anisotropic4x", "anisotropic8x", or "anisotropic16x" to the filter option in the sampling instructions. Or call Context3D::setSamplerStateAt with the 3rd parameter "filter" being one of the values defined in Context3DTextureFilter - "ANISOTROPIC2X", "ANISOTROPIC4X", "ANISOTROPIC8X", or "ANISOTROPIC16X"
    New Stage3D "Standard" Profile
    Developers can now request this high level profile when creating Context3D. Three new features are available in this profile:
    Multiple render target allows to you to draw geometry to multiple outputs (up to 4) during one drawing
    Floating point texture allows you to create Texture, RectangleTexture and CubeTuxture with the RGBA16F folder.
    AGAL v2 contains these improvements:
    Increased register size
    Partial derivative instructions
    Fragment depth output
    Conditional forward jump
    Notable Fixes and Enhancements:
    PPAPI Debugger Preview - Multiple Stability Fixes (3720385, 3720431, 3720925)
    TextField.getFontList() and Font.enumerateFonts() now return 0 in Private Browsing Mode (3720929)
    Font.enumerateFonts now returns an alphabetically sorted list (3720932)
    Resolves an issue introduced in Flash Player 11.10 and AIR SDK > 13 where attached connected game controllers were not detected at launch (3752605)
    Hardware Decoding support is now enabled for Intel Baytrail hardware (3752291)
    [Chrome] Resolves an issue where some render textures could not be displayed with Chrome and D3DX11 (3743626)
    [Chrome] Angry Birds on Facebook now works as expected (3761933)
    [Chrome] Flash Player will not load a SWF if Content-Type-Options: nosniff is specified and the Content-Type header does not match (3712045, Chromium 172918)
    [HTTP Live Streaming] The value of AudioTrack.isDefault is now returned correctly (3761057)
    [HTTP Live Streaming] The value of AudioTrack.name is now returned correctly after AUDIO_UPDATE events (3767714)
    [Mac] Fixes a memory leak encountered during video and Stage3D playback (3738368)
    [Win] Resolves a video playback issue that was introduced in 11.9.900.166 that caused a small number of H.264 streams to not play (3735300)
    [Win] IME - Corrects an issue where words were duplicated in the candidate window on third-party bottom line IMEs (3721064)
    [Win8.1 ARM] Farmville2 - The maximum number of Stage3D instances allowed on Win8.x ARM devices has been increased from one to four (3732718, MSFT 607382)
    [Win8.1 x64] The Windows Narrator tool now recognizes Flash Player objects embedded in web pages (3618169, MSFT 458063)
    [Win8.1] Reduces power consumption during video playback in portrait orientation (3699152)
    [Win8.1] Improves performance of video blitting on DirectX 11 systems in portrait mode (3748772)
    [Win8.1] Video from built-in cameras now rotates as expected when the device changes from landscape to portrait mode (3722322, MSFT 611601)
    [Win8.1] Sprite.graphics.beginFill(Number) now correctly sets the provided color after a page refresh (3729475, MSFT 508518)
    [Win8.1] HTTP Live Streaming - Resolves an issue where encrypted video playback would hang intermittently (3710245)[Win8.x] The [Tab] key now works as expected in Full-Screen mode (3719314)
    [Win8.x] Resolves a stability issue for standalone applications that use Flash Player in an embedded Internet Explorer instance (3763486)
    [Win8.x] StandAlone Player - Exiting FullScreen mode now works as expected (3730508)
    [Win8.x] Flash Player will now gracefully recover from a graphics driver reset (3752447, MSFT 346563)
    [Win8.x] Resolves a stability issue with HTTP Live Streaming (3758254)
    [Win][Networking] Set default network request timeout to 5 seconds.  Added new configuration property "NetworkRequestTimeout" which can be set in configuration files.
    Multiple security and stability fixes
    For complete information please see our release notes.
    Current Flash Player desktop users that have enrolled in the "Allow Adobe to install updates (recommended)" or the "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 14 desktop for Windows XP, Vista and 7 and Internet Explorer: 14.0.0.125
    Flash Player 14 desktop for Windows XP, Vista and 7 and Other Browsers: 14.0.0.125
    Flash Player 14 for Windows 8.x 64-Bit and Internet Explorer: 14.0.0.125
    Flash Player 14 for Windows 8.x 32-Bit and Internet Explorer: 14.0.0.125
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 14 desktop for Mac: 14.0.0.125
    Flash Player 11.2 desktop for Linux: 11.2.202.378
    Beginning May 13, 2014 we have updated the version of our "Extended Support Release" from Flash Player 11.7 to Flash Player 13 for Mac and Windows. To continue to stay current with all available security updates, you will need to install the version 13 Extended Support Release or update to the most recent available release.  For full details, please see this blog post:
    Upcoming Changes to Flash Player Extended Support Release
    Flash Player 13 desktop for Windows and Macintosh: 13.0.0.223
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    OK! Let's take 7 steps ... an easy answer to a focus problem not a machine problem. (MAC!)
    1.1. Download the Adobe Flash Player file version 14 at Adobe - Install Adobe Flash Player
    1.2 or dowonload the above link: http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_osx.dm g
    2.1 Double-click the AdobeFlashPlayerInstaller_14_ltrosxd_aaa_aih.dmg in your download folder
    4. Do not double-click the red face (png file) - Installer "Install Adobe Flash Player".
    5. Right click the face to perform a precise selection: Show Package Contents.
    6.1 Select - Contents and double click; Select - Resources and double click; Select - Adobe Flash Player.pkg and double click.
    6.2 Warning!! Select - Contents and double click; Select - Resources and double click; Select - app.bundle and copy it to your internet plugin folder (more work!!)
    7. Select: Continue and complete your installation.
    R. Alexander

  • Standard Mac users cannot eject Flash installer drive image

    We recently distributed Flash to 130 macs and it defaulted for auto update. Whenever it auto updates, it mounts a flash player drive image to the desktop. Unfortunately all the users are standard users and they cannot eject the mounted drive image without an administrator logon. I have wasted hours logging into each computer to manually eject these drives. How can I reverse this behavior?
    We are using apple remote desktop

    Hello,
    Since your users do not have Admin rights to install software, you'll want to disable auto-updates on each machine.  The update settings are stored in the /Library/Application Support/mms.cfg file.  You'll want to make sure the AutoUpdateDisable and SilentAutoUpdateEnable settings are configured as follows:
    AutoUpdateDisable=1
    SilentAutoUpdateEnable=0
    This will disable ALL updates for these machines, as such, you'll want to distribute updates via some other mechanism to ensure your users have the latest secure versions when they're released.
    Enterprise deployment information is documented in the Adobe Flash Player Administration Guide for Flash Player | Adobe Developer Connection.
    Maria

  • 10/8/2013 - Flash Player 11.9 Release Announcement

    Today we're pleased to announce that the next version of Flash Player is available for immediate download.  This update includes the following new features and improvements:
    New Features:
    Safe Mode in Safari 6.1 and higher
    Safari 6.1 includes an updated version of Safari with Safe Mode, which implements new security restrictions on the operation of browser plug-ins.  To the extent possible, we've adapted Flash Player to transparently handle these changes.  A small number of behaviors will change in the context of Safe Mode and are explained in the Known Issues section below.
    Mac .pkg Installation Support
    Deploying Flash Player and keeping it up to date in enterprise environments is a critical task for system administrators worldwide. We’re introducing a new .pkg installer format for our distribution partners to reduce their workload.  Administrators can now deploy Flash Player for Mac using industry-standard management tools.
    Notable Fixes and Enhancements:
    [3633176] [Win7] - Corrects a problem introduced in 11.7.700.224 where Simple Chinese characters were displayed as a box or question mark on the AutoUpdate dialog
    [MSFT 3612555][Win 8] - High DPI Displays - Corrects an issue where some content was not scaling with zoom changes
    [MSFT 366785] [Win 8.1/IE11] - Corrects an issue where an initial button press was ignored
    [3634589] - Corrects an issue introduced in 11.8.800.94 where layout of the AutoUpdate notification dialog was incorrect in localized languages
    [3634362] - Corrects a problem introduced in 11.9.900.4 that only affected the beta, where HTTP Live Streams would not buffer after an Ad insertion
    [3632291] [HLS - Trickplay] - Corrects an issue where memory usage doubled with Trickplay mode enabled
    [3626978] [Windows] - Corrects an issue introduced in 11.7.700.164 where video was not rendering on some systems when using StageVideo with WMODE set to Window
    [Mozilla 902630] g1.globo.com hangs Flash Player
    [3584089] [HTTP Live Streaming] - HLS Streams created with Apple Media Segmenter now work as expected
    [3630266] - Resolves an issue introduced in Flash Player 11.8.800.168 where the ExternalInterface.call() method called with multi-byte text as a parameter, corrupts the multi-byte characters on the JavaScript side
    [3622168] - Resolved an issue introduced in Flash Player Beta 11.9.900.77 where exiting FullScreen mode during video playback on www.ted.com would cause a crash on Windows
    [3630373] [Win8] [Internet Explorer] - Resolved an issue where when zoomed in the browser >=150% , video controls on Youtube where rendered too large after exiting from FullScreen mode
    [3580628] [MSFT 84699][Win8] - The EPM notification bar now appears for embedded PDFs with Adobe Reader installed
    [MSFT 138222][Win8] - Metro/IE10 - Resolves an issue on High-DPI displays where controls are rendered too small on Youtube in FullScreen mode
    [3581370] [Win8 ARM] - Resolves an issue where 4096x4096 textures could not be rendered when the backbuffer is large
    [Chrome] - Copy To Screen performance in PPAPI has been significantly improved
    [Chrome] - Resolves an issue where video noise was encountered when moving between fullscreen and embedded mode during video playback www.vudu.com
    [HTTP Live Streaming] - Resolves an issue where AES encrypted video was skipping back and forth during playback.
    [3613440] [HTTP Live Streaming] [WebVTT] - An issue where captions would be delayed after returning from an ad have been resolved
    [3615084] [HTTP Live Streaming] [WebVTT] - Corrects an issue where the caption would wrap around the video display when the specific font was too large
    [3585544] [HTTP Live Streaming] [WebVTT] - Corrects an issue where large, non-default fonts would sometimes overlap
    [3616952] [Mac] [StageText] - Corrects an issue where when zooming multiple times on a Mac equipped with Retina display, text would not scale correctly when maximizing the window.
    [3612492] [StageVideo] - Corrects an issue where a few visible black frames could be seen during the transition between two MP4 video streams.
    [3596293] [Flash Pro] - Corrects an issue where Live Preview would hang when zooming very far (>200%) into content with filters applied
    Known Issues:
    The following behaviors will be modified in Safari 6.1 and higher in Safe Mode:
    AIR Badge Installs - AIR Badge Installer will not launch an installer when running Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details and workarounds on an Adobe website.
    Adobe Connect Plug-In Install - The Connect Plug-In Express Install will no longer work on Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details on an Adobe website.
    Flash Player Global Settings - When a users launches the Global Settings menu from the Flash Player context menu on Safari 7 in Safe Mode, the user will be taken to the classic SWF-based preferences menu on an Adobe website, instead of the native Flash Player settings UI in the MacOS Control Panel.
    LocalConnection - When a LocalConnection is constructed from a SWF hosted in Safe Mode, it may only establish a connection with other SWFs also hosted in Safe Mode.  If a LocalConnection is constructed from a tab with Safe Mode disabled, it will not be able to communicate with a SWF in a Safe Mode tab.
    For complete information please see our release notes.
    Current Flash Player desktop users that have enrolled in the "Allow Adobe to install updates (recommended)" option will automatically receive the update within 24 hours.  User's that have selected "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 11.7 desktop for Windows XP, Vista and 7: 11.9.900.117
    Flash Player 11.7 desktop for Windows 8: 11.9.900.117
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using a different mechanism.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 11.7 desktop for Mac: 11.9.900.117
    Flash Player 11.2 desktop for Linux: 11.2.202.310
    Beginning July 9th, 2013 we have changed the version of our "extended support release" from Flash Player 10.3 to Flash Player 11.7 for Mac and Windows. To continue to stay current with all available security updates you will need to install the 11.7 extended support release or update to the most recent available release (11.8, etc.). For full details, please see this blog post:
    Extended Support Release Updated to Flash Player 11.7
    Flash Player 11.7 desktop for Windows, Macintosh and Linux: 11.7.700.242
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    I cannot answer any of your questions, but I can point you to a different installer: http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg

  • I downloaded the last version of Flash Player this morning (in Europe) but when I start the Install Adobe Player.app it crashes every time !

    I downloaded the last version of Flash Player this morning (in Europe) but when I start the Install Adobe Player.app it crashes every time (I already unsinstalled the last Flash version and re-installed the new version many times but it doesn't work) and I always get this message (it's a summary because the real one is very very long - if you want the long version to help me with all the " facts ", just ask - thanks in advance " :
    Process:         Install Adobe Flash Player [1292]
    Path:            /Volumes/VOLUME/Install Adobe Flash Player.app/Contents/MacOS/Install Adobe Flash Player
    Identifier:      com.solidstatenetworks.awkhost
    Version:         3.3.6.0 (3.3.6.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [206]
    User ID:         501
    Date/Time:       2013-02-08 15:28:46.957 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          2909 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  15 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      9F1AAA7D-58CF-CECE-AA15-31385DEBF4E2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Volumes/VOLUME/Install Adobe Flash Player.app/Contents/MacOS/Install Adobe Flash Player
        __TEXT                 0000000000001000-0000000000050000 [  316K] r-x/rwx SM=COW  /Volumes/VOLUME/Install Adobe Flash Player.app/Contents/MacOS/Install Adobe Flash Player
    Model: MacBookPro6,1, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.57f16
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333531533641465238432D47372020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333531533641465238432D47372020 "

    I went on the Adobe website and I found this which helped me completely (thank to you Kaolay001) :
    17.
    Kaolay001
    8 feb. 2013 07:20   in reply to Hmalina
    http://forums.adobe.com/message-abuse!input.jspa?objectID=5057993&objectType=2
    Report
    How i solved:
    1 Mount the Flash Player installer .dmg file
    2 Copy the "Install Adobe Flash Player" file to desktop or any other directory as preferred
    3 Open terminal and cd to desktop or the other directory
    4 Run the following command on terminal: sudo ./Install\ Adobe\ Flash\ Player.app/Contents/MacOS/Install\ Adobe\ Flash\ Player
    5 Insert the password when asked

  • 4/8/2014 - Release - Flash Player 13

    The next version of Flash Player is available for immediate download.  In today's release we've updated Flash Player with important security updates and bug fixes.
    Security update details can be found here: Security Bulletin (APSB14-09)
    New Features for Flash Player 13:
    Enhanced Supplementary Character Support for TextField
    Characters from the Basic Multilingual Plane (BMP) with Unicode code points between U+10000 and U+10FFFF now work correctly in TextField controls.  This change greatly enlarges the code point range we support, and now includes characters like emoticons and complex CCJK characters.
    New Stage3D Texture Wrapping Modes
    Developers can currently set the wrapping mode of a texture to either clamp or repeat.  Using the repeat option will repeat the texture on both the U and V axis.  However, in some use cases, you may only want to repeat the texture on either the u or v axis.
    This is now possible with the introduction of two new parameters:  REPEAT_U_CLAMP_V and CLAMP_U_REPEAT_V
    Stage3D Anti-Aliasing for Texture Rendering
    Anti-Aliasing is a useful for improving perceived image quality.  Hardware based Multisampling Anti-Aliasing (MSAA) is now available on all desktop platforms.  To enable MSAA, set the level from 0 to 4 using the antiAlias property of the Context3D.setRenderToTexture() method.
    0 = 1 subsample, no antialiasing
    1 = 2 subsamples, minimum quality antialiasing
    2 = 4 subsamples, medium quality antialiasing
    3 = 8 subsamples, high quality antialiasing
    4 = 16 subsamples, maximum quality antialiasing
    Relocated Full Screen Video Warning to Top of Screen
    We've made a small tweak to the "Press Esc to exit full screen mode" warning that is displayed for full screen video.  We've received feedback from developers and users that the dialog obscures content.  We wanted to make a change that both satisfies security concerns and customer viewing enjoyment.  To reduce the impact of the dialog on the on-screen content, we've moved the dialog to the top of the screen.
    Notable Fixes and Enhancements:
    3620987 : TextBlock.findPreviousAtomBoundary incorrect after TextElement.replaceText when discretionary hyphens are used
    3683154 : Cannot get a get swf file to play in Chrome browser
    3683745 : API documentation says Event.PASTE says bubbles == false, but it is true in Flash Player
    3690516 : TextField scrolls when it shouldn't, because it's including/considering trailing non-zero "leading" value
    3693856 : [windows 8.1]PrintJob start() method is still crashed
    3702884 : Flash 13 Beta: ActiveX invalidation no longer functions
    3703799 : New version 12.0.0.44 doesn't fully install and failure to install blocks all media playing capability
    3717098 : Exclude Windows 8.x from CUPT & SCUP catalog for ActiveX installation
    3058752 : The 'Press ESC to exit full screen' dialog has been moved to the top of the screen for non stage video
    3617020 : Addresses an issue where Flash Player was polling GamePad before the GamePad API was invoked
    3683154 : [Chrome] sciencenetlinks.com - Resolves an issue where content would not load completely in rare instances where a PPAPI getDownloadProgress event was not received
    3679210 : Resolved an issue where TextBlock.findPreviousAtomBoundary would return an incorrect value if it was called after TextElement.replaceText when discretionary hyphens were used
    3679537 : [OS X 10.9] Flash Player's native control panel can now be launched through the right-click context menu as expected. [Requires OS X 10.9.1 (13B40) or higher]
    3680211 : Resolves an issue where Flash Player would stop rendering when embedded in a page that also contains WebGL Canvas element and was forced to fall back to software rendering.
    3679556 : [Win8.1] starwars.com - Full Screen content now renders in Full-Screen mode
    3685541 : [Win8.1] Flash Player now handles IVS characters and surrogate pairs correctly in TextFields.
    3697077 : [Win8.1] nba.com - Video controls are now correctly displayed in Full-Screen Mode
    3685519 : [Win8.x] Pressing the Menu key on the software keyboard now correctly triggers the right-click context menu when in Modern mode.
    3689360 : [Win8.x] Yahoo Messenger - The logo is now displayed correctly, instead of a black rectangle.
    3702323 : Resolves a intermittent hang encountered when playing Encrypted HLS content
    3652266 : Resolves performance and reliability issues encountered when scrubbing FLV videos produced by Flash Professional
    3710237 : [HTTP Live Streaming] - Resolves a slow memory leak.
    3699038 : [HTTP Live Streaming] - When switching from an Audio/Video stream to an Audio-Only stream, audio now stays in sync with main content
    3697077 : [Win 8.1] - Video controls now display correctly in Full-Screen mode on www.nba.com
    3703367 : [Win 8.x] - Resolves an issue where videos in Full-Screen mode were cut off when the zoom setting was greater than 100% on cnn.com
    3685522 : [Win 8.x RT] - Corrects graphics rendering corruption in Cityville when placing new buildings
    3698459 : [Win 8.x] - Local video playback will now start automatically when PlayTo is disconnected during playback
    3698456 : [Win 8.x] - PlayTo will now start in the correct location when switching between the Digital Media Renderer and the local PC
    3714236 : Chrome Mac][HTTP Live Streaming] Resolves an issue where enabling the ABR switch caused flickering
    3712302 : [Safari 7] ProductManager.isAllowed() now returns the correct value
    3711206 : [HTTP Live Streaming] Switching from an Audio-only stream to an Audio/Video stream now works as expected
    3696436 : Users can be upgraded to vulnerable beta builds (windows only)
    Installing a release build over a beta build, or vice versa,without first uninstalling Flash Player is now prohibited.  Attempting to install a release build over a beta build (and vice versa) without first uninstalling will result in an error dialog and error 1161 reported in the log file.  Downgrading beta builds is now prohibited without first uninstalling Flash Player, using the latest beta uninstaller.  Attempting to downgrade the beta Flash Player will results in an error dialog and error 1162 reported in the log file.
    For complete information please see our release notes.
    Current Flash Player desktop users that have enrolled in the "Allow Adobe to install updates (recommended)" or the "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 13 desktop for Windows XP, Vista and 7 and Internet Explorer: 13.0.0.182
    Flash Player 13 desktop for Windows XP, Vista and 7 and Other Browsers: 13.0.0.182
    Flash Player 13 for Windows 8.1 64-Bit and Internet Explorer: 13.0.0.182
    Flash Player 13 for Windows 8.1 32-Bit and Internet Explorer: 13.0.0.182
    Flash Player 13 for Windows 8.0 64-Bit and Internet Explorer: 13.0.0.182
    Flash Player 13 for Windows 8.0 32-Bit and Internet Explorer: 13.0.0.182
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 13 desktop for Mac: 13.0.0.182
    Flash Player 11.2 desktop for Linux: 11.2.202.350
    Beginning May 13, 2014 we will update the version of our "Extended Support Release" from Flash Player 11.7 to Flash Player 13 for Mac and Windows. To continue to stay current with all available security updates, you will need to install the version 13 Extended Support Release or update to the most recent available release.  For full details, please see this blog post:
    Upcoming Changes to Flash Player Extended Support Release
    Flash Player 11.7 desktop for Windows, Macintosh and Linux: 11.7.700.275
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

  • 9/10/2013 - Flash Player 11.8 Release Announcement

    Today we're pleased to announce that the next version of Flash Player is available for immediate download.  This update includes the multiple stability and security fixes for all browsers and platforms:
    Bug fixes
    3601024 - [Safari OS X 10.9] - File Downloads now work
    3611679 - [HTTP Live Streaming] [WebVTT] - Caption colors now render correctly
    3507613 - [Win7 IE10] - A Microsoft update to Internet Explorer corrects the following issue: Mouse movement interferes with Flash Player display updates
    3575123 - [Mac][FullScreen, MouseLock] - Corrects an issue where when the mouse movement values for a given frame were identical to the values of the preceding frame, the values returned would be zero
    3609793 - [Chrome] - Improved Audio Latency path is enabled by default
    3507613 - [Internet Explorer 10] [Win7] - An update to IE10 resulted in an improvement where instantiating an ActiveX Flash Player instance in IE 10 using a Windowless Mode (opaque or transparent) now works
    3597568 - [MacOS 10.9] - Mavericks Developer Preview 3 corrects an issue where Flash Player configuration files were not readable by Flash Player
    3604526 - [IME CCJK] - The IME candidate window position no longer moves to the left when the composition string extends beyond a single line in a textfield
    3583135 - [HTTP Live Streaming] [WebVTT] - Changing the options on a caption no longer erroneously resets that caption's position
    3602519 - [Chrome] [PPAPI] - Video on NYTimes.com now plays correctly
    3609793 - [Chrome] [PPAPI] - Audio latency improvements are enabled by default
    3570724 - [Flash Access] - Ability to specify a shorter timeout for license response
    3580139 - [Chrome] [PPAPI] [Mac] - screen.yahoo.com - video playback stopped after exiting full-screen mode
    3580607 - [Chrome] [PPAPI] - Resolves video jitter after exiting fullscreen mode on an embedded YouTube video
    3572762 - [HTTP Live Streaming] [Web VTT] - A stream with WebVTT captions now plays all of the captions available in a stream
    3572767 - [HTTP Live Streaming] [Web VTT] - Captions are no longer erroneously broken across multiple lines
    3577355 - [HTTP Live Streaming] [Web VTT] - Captions are now displayed when seeking backwards in a video stream
    3577367 - [HTTP Live Streaming] [Web VTT] - Caption customizations are now displayed on the correct frame
    3583137 - [HTTP Live Streaming] [Web VTT] - Captions are now displayed with the correct font weight
    3586532 - [HTTP Live Streaming] [Web VTT] - Ampersand, Less Than and Greater Than cue escape characters are now correctly displayed
    3583922 - [Internet Explorer] - ExternalInterface now works correctly in instances where SWF content was embedded using only the tag.
    3599625 - [Internet Explorer] - Fullscreen Mode now works correctly on https://apps.facebook.com/warcommander
    3582320 - [Win8] [ARM] - Flash video now appears as expected on http://www.orange.fr
    3600931 - [Win8] - Playback Controls are now rendered correctly on http://www.cnn.com/video/
    3590934 - [Win8] [Firefox] - When the Windows display settings are zoomed to 150%, the right-click context menu in Flash Player now works correctly
    717340 - [Mozilla] [Mac] [Dual Monitor] - Fixes an issue where the Cursor disappeared when moving from Full-Screen video in the second display to Firefox/Safari in the primary display.
    Multiple stability and security fixes
    For complete release information please see our release notes.
    Security update details can be found here: Security Bulletin APSB13-21
    Current Flash Player desktop users that have enrolled in either the "Allow Adobe to install updates (recommended)" or "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 11.7 desktop for Windows XP, Vista and 7: 11.8.800.168
    Flash Player 11.7 desktop for Windows 8: 11.8.800.168
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using a different mechanism.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 11.7 desktop for Mac: 11.8.800.168
    Flash Player 11.2 desktop for Linux: 11.2.202.310
    Flash Player 11.1 Mobile for Android 3.x: 11.1.111.73
    Flash Player 11.1 Mobile for Android 4.0.x: 11.1.115.81
    On July 9th, 2013 we changed the version of our "extended support release" from Flash Player 10.3 to Flash Player 11.7 for Mac and Windows. To continue to stay current with all available security updates you will need to install the 11.7 extended support release or update to the most recent available release (11.8, etc.). For full details, please see this blog post:
    Extended Support Release Updated to Flash Player 11.7
    Flash Player 11.7 desktop for Windows, Macintosh and Linux: 11.7.700.242
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    No, the problem still occurs.
    It's weird there are no plug-in errors or something.
    With fp installed:
    with fp uninstalled:
    as a side note: a few weeks ago, I made a new clean Mac OS installation because of a harddrive replacement. So, the whole system is actually very tidy...  

  • 1/14/2014 - Release - Flash Player 12

    Today we're pleased to announce that the next version of Flash Player is available for immediate download.  This update includes the following new features and improvements:
    New Features:
    Internet Explorer 11 on Windows 7 Support
    Microsoft has released IE 11 on Windows 7 and we plan to officially support this in Flash Player 12.
    Mac .pkg Installation Support
    Deploying Flash Player and keeping it up to date is a critical task for system administrators worldwide.  In Flash Player 11.9 we added .pkg support for ease of deployment.  In Flash Player 12, we've incorporated feedback from system administrators to improve the workflow and UI.
    Graphics: Buffer Usage flag for Stage3D
    We've added a new enum Class called Context3DBufferUsage which defines two constants, STATIC_DRAW (default) and DYNAMIC_DRAW.  These constants specify how buffers will be used in Stage3D. We've also added a new parameter, called "bufferUsage", to the constructors of VertexBuffer and IndexBuffer. This "bufferUsage" parameter uses one of the constants form Context3DBufferUsage, which will allow you to select the appropriate buffer type according to your needs.
    Stage3D Creation of Context3D with Profile Arra
    We've added a new interface to Stage3D.requestContext3DMatchingProfiles(profiles:Vector.<String> ) which will create a Context3D with highest level suitable profile that is in profile array,  based on the current hardware.  A developer can check the newly added property 'profile' to obtain the current profile that was chosen by the Flash Runtime.
    Notable Fixes and Enhancements:
    [3629735] [Chrome x64] XPS Printing produces blank documents
    [3633845] [Win8.x] YouTube videos don't always resume when tapping inside the video in desktop IE
    [3637507] [Win8.1 Pepper] Camera is listed twice in the setting ui panel with Chrome
    [3638403][Mac] Extra characters render when pressing the shortcuts CMD+C, CMD+X, CMD+A, and CMD+V in Stage Web View.
    [3638538] [Win7][IE 11 - Instaback] Video continues to play for a few seconds after navigating away from page
    [3646580] [Win8.1] edit control does not handle IVS characters or surrogate pairs such as emoticons correctly
    [3641030][Mac] flash.media.scanHardware() does not work on NPAPI Flash Player
    [3649243] [Win8.x] ARM devices: YouTube controls disappear when when exiting fullscreen by invoking app bar
    [3649329] PlayTo stops in the middle when network connection is not stable
    [3652092][Win8.x] unable to upload multiple images in file-browse dialog
    [3656409] some menu controls are not refreshing when clicking controls and inputting text
    [3655274] Fullscreen (with sourceRect) doesn't work correctly in Pepper version
    [3659511][Win8.1][IE11] drawToBitmapData fails to draw correctly when using constrain mode
    [3659511] on some graphics cards, Stage3d works in software mode, instead of GPU
    [3664207] Audio continues to be heard when video is fast forwarded after a rewind operation
    [3657240] wrong value is momentarily returned after trickPlay is ended using a pause
    [3660676] KingsRoad Stage3D performance impacted on low-end laptops running Chrome with PPAPI player
    [3673798] white/black background displays in CC mode
    Known Issues:
    Due to a recent issue discovered with the last released versions of Flash Player 11.9 (version 11.9.900.170 ) and Flash Player 12.0 ( version 12.0.043 ), audio or video playback when streaming over an RTMFP based peer to peer connection, including direct peer to peer, ip multicast or app level multicast configurations, will fail on IE 9 and IE 10 browsers. The issue does not affect Firefox, Chrome or Safari browsers.
    The fix will be made available in the next Flash Player 12 update. Until then we recommend users use an alternate browser for applications that use p2p real time communications, including audio, video, data conferencing or chat applications.
    The following behaviors will be modified in Safari 6.1 and higher in Safe Mode:
    AIR Badge Installs - AIR Badge Installer will not launch an installer when running Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details and workarounds on an Adobe website.
    Adobe Connect Plug-In Install - The Connect Plug-In Express Install will no longer work on Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details on an Adobe website.
    Flash Player Global Settings - When a users launches the Global Settings menu from the Flash Player context menu on Safari 7 in Safe Mode, the user will be taken to the classic SWF-based preferences menu on an Adobe website, instead of the native Flash Player settings UI in the MacOS Control Panel.
    LocalConnection - When a LocalConnection is constructed from a SWF hosted in Safe Mode, it may only establish a connection with other SWFs also hosted in Safe Mode.  If a LocalConnection is constructed from a tab with Safe Mode disabled, it will not be able to communicate with a SWF in a Safe Mode tab.
    For complete information please see our release notes.
    Security update details can be found here: Security Bulletin (APSB14-02)
    Current Flash Player desktop users that have enrolled in either the "Allow Adobe to install updates (recommended)" or "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 12 desktop for Windows XP, Vista and 7 and Internet Explorer: 12.0.0.38
    Flash Player 12 desktop for Windows XP, Vista and 7 and Other Browsers: 12.0.0.43
    Flash Player 12 for Windows 8.1 64-Bit and Internet Explorer: 12.0.0.38
    Flash Player 12 for Windows 8.1 32-Bit and Internet Explorer: 12.0.0.38
    Flash Player 12 for Windows 8.0 64-Bit and Internet Explorer: 12.0.0.38
    Flash Player 12 for Windows 8.0 32-Bit and Internet Explorer: 12.0.0.38
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 12 desktop for Mac: 12.0.0.38
    Flash Player 11.2 desktop for Linux: 11.2.202.335
    On July 9th, 2013 we changed the version of our "extended support release" from Flash Player 10.3 to Flash Player 11.7 for Mac and Windows. To continue to stay current with all available security updates you will need to install the 11.7 extended support release or update to the most recent available release (11.9, etc.). For full details, please see this blog post:
    Extended Support Release Updated to Flash Player 11.7
    Flash Player 11.7 desktop for Windows, Macintosh and Linux: 11.7.700.260
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    Hello,
    The release notes have been updated.  http://helpx.adobe.com/en/flash-player/release-note/fp_12_air_4_release_notes.html
    Maria

  • 2/04/2014 - Release - Flash Player 12

    The next version of Flash Player is available for immediate download.  In today's release we've updated Flash Player with important security updates.
    Security update details can be found here: Security Bulletin (APSB14-04)
    New Features for Flash Player 12:
    Internet Explorer 11 on Windows 7 Support
    Microsoft has released IE 11 on Windows 7 and we plan to officially support this in Flash Player 12.
    Mac .pkg Installation Support
    Deploying Flash Player and keeping it up to date is a critical task for system administrators worldwide.  In Flash Player 11.9 we added .pkg support for ease of deployment.  In Flash Player 12, we've incorporated feedback from system administrators to improve the workflow and UI.
    Graphics: Buffer Usage flag for Stage3D
    We've added a new enum Class called Context3DBufferUsage which defines two constants, STATIC_DRAW (default) and DYNAMIC_DRAW.  These constants specify how buffers will be used in Stage3D. We've also added a new parameter, called "bufferUsage", to the constructors of VertexBuffer and IndexBuffer. This "bufferUsage" parameter uses one of the constants form Context3DBufferUsage, which will allow you to select the appropriate buffer type according to your needs.
    Stage3D Creation of Context3D with Profile Array
    We've added a new interface to Stage3D.requestContext3DMatchingProfiles(profiles:Vector.<String> ) which will create a Context3D with highest level suitable profile that is in profile array,  based on the current hardware.  A developer can check the newly added property 'profile' to obtain the current profile that was chosen by the Flash Runtime.
    Notable Fixes and Enhancements:
    Security Fixes
    Known Issues:
    Due to a recent issue discovered with the last released versions of Flash Player 11.9 (version 11.9.900.170 ) and Flash Player 12.0 ( version 12.0.043 ), audio or video playback when streaming over an RTMFP based peer to peer connection, including direct peer to peer, ip multicast or app level multicast configurations, will fail on IE 9 and IE 10 browsers. The issue does not affect Firefox, Chrome or Safari browsers.
    The fix will be made available in the next Flash Player 12 update. Until then we recommend users use an alternate browser for applications that use p2p real time communications, including audio, video, data conferencing or chat applications.  The following behaviors will be modified in Safari 6.1 and higher in Safe Mode:
    AIR Badge Installs - AIR Badge Installer will not launch an installer when running Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details and workarounds on an Adobe website.
    Adobe Connect Plug-In Install - The Connect Plug-In Express Install will no longer work on Safari 7 in Safe Mode.  Users will instead see a dialog with a link to more details on an Adobe website.
    Flash Player Global Settings - When a users launches the Global Settings menu from the Flash Player context menu on Safari 7 in Safe Mode, the user will be taken to the classic SWF-based preferences menu on an Adobe website, instead of the native Flash Player settings UI in the MacOS Control Panel.
    LocalConnection - When a LocalConnection is constructed from a SWF hosted in Safe Mode, it may only establish a connection with other SWFs also hosted in Safe Mode.  If a LocalConnection is constructed from a tab with Safe Mode disabled, it will not be able to communicate with a SWF in a Safe Mode tab.
    For complete information please see our release notes.
    Current Flash Player desktop users that have enrolled in either the "Allow Adobe to install updates (recommended)" will receive this update automatically and silently within 24 hours.  Users that have selected "Notify me to install updates" update options will receive an update notification dialog within 7 days from today (please note that Windows users will need to restart their system to receive the notification dialog.)
    If you would like to install the update immediately, please use one of the links below:
    Flash Player 12 desktop for Windows XP, Vista and 7 and Internet Explorer: 12.0.0.44
    Flash Player 12 desktop for Windows XP, Vista and 7 and Other Browsers: 12.0.0.44
    Flash Player 12 for Windows 8.1 64-Bit and Internet Explorer: 12.0.0.44
    Flash Player 12 for Windows 8.1 32-Bit and Internet Explorer: 12.0.0.44
    Flash Player 12 for Windows 8.0 64-Bit and Internet Explorer: 12.0.0.44
    Flash Player 12 for Windows 8.0 32-Bit and Internet Explorer: 12.0.0.44
    Please note that both Flash Player for Google Chrome and Microsoft Internet Explorer for Windows 8 are updated using different mechanisms.  Flash Player for Google Chrome updates will occur during regular Chrome updates.  Flash Player updates for Internet Explorer on Windows 8 will be provided by Microsoft though the Windows automatic update feature.
    Flash Player 12 desktop for Mac: 12.0.0.44
    Flash Player 11.2 desktop for Linux: 11.2.202.336
    On July 9th, 2013 we changed the version of our "extended support release" from Flash Player 10.3 to Flash Player 11.7 for Mac and Windows. To continue to stay current with all available security updates you will need to install the 11.7 extended support release or update to the most recent available release (11.9, etc.). For full details, please see this blog post:
    Extended Support Release Updated to Flash Player 11.7
    Flash Player 11.7 desktop for Windows, Macintosh and Linux: 11.7.700.261
    Previous versions of Flash Player can be found on the Archived Flash Player page
    If you encounter a problems with broken or missing links, please clear your browser cache and try again.  If the problem persists, please create a new post in our forum or send email to [email protected].

    Thank you for the heads up.  I'll take a look and get this fixed.

Maybe you are looking for

  • Urgent help on LOB

    Guys, We did some testing on a non-partitioned tables with LOB and it all worked.. Here is the case Check for lob segments to be shrinked SQL> select table_name, segment_name  from dba_lobs where owner='STR'; TABLE_NAME                     SEGMENT_NA

  • After restore my iphone 3gs wont work

    My phone went to someone to fix the screen on my 3GS he said it went into recovery, now when i try to power up it says 'could not activate' I have restored and googled all night, it still will not work!! Any ideas please? I want my phone back

  • What to send in DHCP's Discover Option 61 Client identifier?

    So i'm trying to use my own router, and it HAS TO include Option 61 "Client identifier" in it's DHCP Discover packet. But i noticed that if that option is included i don't get a DHCP Offer back from FiOS! I tried throwing my MAC in there but no love.

  • E71 - Future calendar dates appearing on home scre...

    Again, sorry this is probably obvious but I've been searching the forums for an hour without finding an answer. I have entered a meeting into my calendar for a date in the future - about 4 days ahead. But the appointment has shown up in the home scre

  • Screen lock options disabled except for pin and password - Bionic)

    Before upgrading, I was using the pattern-lock as my screen lock option.  After the ICS upgrade was complete, the pattern lock option was still active and working as I would expect.  But when I went into the Lock options tab, the other options were d