• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

11/23/2016 - Beta - Flash 24.0.0.170

Explorer ,
Nov 23, 2016 Nov 23, 2016

Copy link to clipboard

Copied

Welcome to the Flash Runtime version 24 updated beta!  We've been hard at work adding new features to Flash Player and we're looking forward to receiving feedback from our Flash Player community.

This beta release includes new features as well as enhancements and bug fixes related to security, stability, performance, and device compatibility for Flash Player 24.  For full details, please see our release notes.

Note:

  • The ActiveX Flash Player in this release is not compatible with Windows® 8.x or 10
  • Flash Player for Windows® 8.x/10 is available as part of the generally available Windows® 8.x/10 update

New and Updated Features

Spherical video support in Flash and AIR

Spherical videos support is added to both Flash Player and AIR from version 24 onward. Spherical videos have a specific meta-data attached to them, which can now be retrieved using the new property provided by the feature. This feature supports equirectangular projection type of videos conforming to https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md.

This feature is supported on Desktop and Android devices.

API introduced

The Object parameter of the onMetaData event provides video metadata information. The feature adds new properties to the parameter. The added property is an array of string type in XML format. Refer code below.

function ns_onMetaData(info:Object😞void {

trace("The matrix of Movie Header Box:"+info.sphericalVideoInfo[0]); // info.sphericalVideoInfo provides the related meta-data

}

Sample Spherical Video Player

A sample project for Spherical video player can be downloaded from this link in order to understand the use of the metadata to render the spherical video. The sample code makes use of an instance of the context3D, where VideoTexture is used to render video for better performance.

See the following chart for ActionScript classes in the project.

Spherical Video.png

SampleSphericalVideoPlayer class

This class provides basic controls for the Spherical video functionality.

SphericalVideo class

This class creates the context3D instance to render spherical video using VideoTexture

Projection classes

These classes are used for generating vertices and indices corresponding to the projection type used.

Improved support for high resolution displays on Firefox for Windows

Beginning with Flash Player version 24 and Firefox version 51 on Windows, Flash content will now scale appropriately on high resolution displays.

Separate HTTP and HTTPS permissions for Camera and Microphone

To provide users with a better control over their camera and microphone data, Flash Player now provides a more fine-grained control over how permissions are granted. Users can now allow camera and microphone access for a domain when that content is served via HTTPS, and disallow the access when content from the domain is served over HTTP. Since this feature is currently in beta, the settings will not be visible in the Global settings Manager.

Known Issues

  • None

Fixed Issues

  • Enabling async drawing shows boundaries for transparent object (4196843).
  • Worker is taking more time to write object in a shared byte array (4170367).
  • "ALT GR+0" Does not return @ on french layout Keyboard(4196791)
  • Blank screen is observed until mouse click received after enabling Async drawing (4197066).
  • Scaling the swf does not trigger a corresponding scaling of the hit area of elements in browser(4197425).

System Requirements

For system requirements of the current release of Flash Player in production, please visithttp://www.adobe.com/products/flashplayer/systemreqs/

About the Beta Channel

To get the latest Beta build of Flash Player visit Adobe labs

Beta versions of Flash Player are also available for automatic installation via our Background Update service.  Please subscribe to automatically receive update notifications for future Flash Runtime announcements.

Note: If you are having issues downloading Flash Player, it may be because of a cache or locale issue. Wait for 24 hours before retrying and if you still face issues, please post the issue in Flash Player forum

Views

2.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines