Latest Version of Adobe Flash Player

Page 74 of 108 FirstFirst ... 64727374757684 ... LastLast

  1. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #731

    Thank you Mickey. First post updated. :)
      My Computer


  2. NoN
    Posts : 4,166
    Windows 7 Professional SP1 - x64 [Non-UEFI Boot]
       #732

    Thanks! Aswell is the Adobe AIR 14.0.0.110 being updated!
      My Computer


  3. Posts : 53,363
    Windows 10 Home x64
       #733

    Flash Player 14.0.0.136 Beta

    # Notable Fixes and Enhancements:
    * Multiple stability and security issues
    * PPAPI Debugger - Resolves a hang on RTMFP Direct Routing
    * PPAPI Debugger - Resolves multiple issues with SWFObject2
    * PPAPI Debugger - Debugger is now uninstalled correctly when removed through Add/Remove Programs
    * navigateToURL and sendToURL - CORS Simple Headers are now allowed
    https://forums.adobe.com/thread/1501311

    A Guy
      My Computer


  4. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #734

    Thank you Bill. First post updated. :)
      My Computer


  5. NoN
    Posts : 4,166
    Windows 7 Professional SP1 - x64 [Non-UEFI Boot]
       #735

    Adobe Flash Player Version 14.0.0.145 is on....

    Flash Player 14.0.0.145 (Win and Mac) full installer.
      My Computer


  6. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #736

    Thank you NoN. First post updated. :)
      My Computer


  7. Posts : 53,363
    Windows 10 Home x64
       #737

    Flash Player 14.0.0.155 Beta

    Multiple stability and security issues
    SWF content should now work again in PowerPoint documents when using the Flash Player ActiveX control
    https://forums.adobe.com/thread/1523920

    Download Adobe Flash Player 14 Beta for Desktops - Adobe Labs

    A Guy
      My Computer


  8. Posts : 53,363
    Windows 10 Home x64
       #738

    Flash Player 14.0.0.160 Beta

    Multiple stability and security issues

    [GPU] Resolved an issue injected in Flash Player 14 where the specified Depth Buffer was ignored on a subset of WinXP-era GPUs which lacked support for Multiple Render Targets.

    [Chrome] Improved camera capture performance in PPAPI Flash Player for Windows

    Download Adobe Flash Player 14 Beta for Desktops - Adobe Labs

    https://forums.adobe.com/thread/1530415

    A Guy
      My Computer


  9. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #739

    Thank you Bill. First post updated. :)
      My Computer


  10. Posts : 53,363
    Windows 10 Home x64
       #740

    Flash Player 15.0.0.108 Beta

    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.


    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.


    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.

    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.
    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.

    Testing Focus:

    Hardware Video Decoding is now on by default for Chrome users. If you experience playback or stability problems when watching Flash-based video, please report them to the Beta forums. Including the output of the DirectX Diagnostic Tool (dxdiag) would be especially helpful.


    Fixed Issues
    Context3D "driverInfo" property allocates a String on each call (3790478)
    TextBlock.textBlockBeginIndex works incorrectly after TextElement.replaceText when discretionary hyphens are used. (3791181)
    Content of Depth buffer on some gpu with OS windows xp is wrong. (3778417)
    Camera capturing video in chrome gets a extreme low rate of FPS. (3768396)
    Standalone player crashed after it closed if SWF use Workers. (3765083)
    [Mac Safari] Flash Player installer fails to show need-to-quit app list with System Prefs open + JP/FR/TW/CN/RU/KO/pt-BR/SV/CZ Primary. (3763641)
    [Win8.x] Flash Player will now dispatch a rightMouseDown event for a when the user long-touches flash content on a touch-enabled device (3648121)
    [MSIE] Files with a source URL longer than 2083 characters are now saved as expected. (3772777)
    [Chrome] Hardware Video Decoding is now enabled by default on Chrome for Windows (3773054)
    [Chrome] Resolves a number of flash.globalization string failures on Windows 8.1 (3679539)
    [Chrome Linux] Resolves a video playback stability issue on 32-bit systems (3787791)
    [Safari 8] Menu items in the Flash Player settings UI now receive click events as expected (3771417)
    Resolves an intermittent issue where seeking around or over an advertisement inserted into a video stream would cause video playback to pause indefinitely (3788893}
    Resolves an issue where video would not play back when using a StageVideo object with WMODE=opaque or WMODE=transparent (3782307)


    Known Issues
    [Flash Player] - GSLib API Collator.numericComparison not working on Win. (3754612)
    [Flash Player] [IE11] - Problem with navigateToURL. (3707921)
    [Flash Player] [Mac Only] - Corrupted video in Safari/Firefox with hardware acceleration. (3771790)
    [Flash Player] - Big image in small Bitmap object didn't render correctly when stage size is big. (3768519)
    https://forums.adobe.com/thread/1541257

    Adobe Flash Player 15 Beta for Desktops | applications, content and videos - Adobe Labs

    A Guy
      My Computer


 
Page 74 of 108 FirstFirst ... 64727374757684 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:32.
Find Us