转自 http://www.bytearray.org/?p=3705
I am excited to announce the public beta of Flash Player 11.3 and AIR 3.3.
This release includes a lot of little improvements that we included to either improve your workflow today for mobile development or simply add the things you always wondered why it was not there.
We also added key features like fullscreen text input to enable better gaming experiences for you developers leveraging fullscreen capabilities.
As we mentioned at Max last year, we have in the team an initiative called JDI (Just do it) where the goal is to add those little things which makes your life easier as a developer.
It is generally a very little feature, in the team, we like to say "Tiny APIs, big impact", cause it just makes things easier and better.
Here is below the list of improvements/features added to this release:
To make things easier when working with timeline assets, you can now register a listener to a FrameLabel object.
Example:
1.
var
frame:FrameLabel = mc.currentLabels[
0
];
2.
3.
frame.addEventListener(Event.FRAME_LABEL, onFrame);
- Silent auto update for Mac
We introduced this feature on Windows in Flash Player 11.2. Now, Flash Player 11.3 also gets silent auto update on MacOS. Faster penetration now on both platforms.
- Audio latency improvements
This enhancement reduces the latency for Sound.play method and changes to volume and pan on SoundTransform.
The latency of SampleDataEvent.SAMPLE_DATA event should also be reduced considerably. For an input sample size of 2048, the latency should be optimal.
- Reduced latency for un-buffered audio playback
The goal of this feature is to reduce latency for live un-buffered audio playback for all supported codecs.
The feature must be explicitly enabled. Application must use un-buffered playback NetStream.bufferTime = 0 and set NetStream.useJitterBuffer = true to enable the feature.
Yes! You read it right. Enable full support for all keyboard keys available to an embedded SWF running in full screen mode.
To enable it, two things. First, enable it through the new HTML parameter:
1.
<param name=”allowFullScreenInteractive” value=”
true
”/>
Which is then reflected through the new stage property:
1.
trace
(stage.allowsFullScreenInteractive);
To trigger it, just use the new StageDisplayState.FULL_SCREEN_INTERACTIVE constant:
1.
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
- Texture streaming for Stage3D
You can now upload the mip-levels in the order you want, from the lowest definition to the highest, you can then now enable progressive texture loading with Stage3D.
Example:
01.
[Embed( source =
"MipLevel9.jpg"
)]
02.
var
MipLevel9:Class;
03.
var
context3D:Context3D;
04.
var
texture:Texture;
05.
06.
stage.stage3Ds[
0
].addEventListener(Event.CONTEXT3D_CREATE, createdHandler);
07.
08.
function
createdHandler(e:Event)
09.
{
10.
context3D = stage.stage3Ds[
0
].context3D;
11.
12.
texture = context3D.createTexture(
512
,
512
,Context3DTextureFormat.BGRA,
false
,
9
);
13.
var
mip9:Bitmap =
new
MipLevel9();
14.
texture.uploadFromBitmapData(mip9.bitmapData,
9
);
15.
}
- Drivers gating hardware acceleration relaxed to 2006 (was 2009 in 11, 2008 in 11.2)
In previous releases, we gated support to drivers older than January 1, 2008. In the future release, we will be changing the gating to apply to drivers older than January 1, 2006.
This Flash Player 11.3/AIR 3.3 beta integrates this change, the feature is enabled in the pre-released builds to gather early feedback.
Please note that this feature will be removed before the final release and added to a next release.
We expose more details now through context3D.driverInfo to detect why Stage3D fallback to software.
HW acceleration checkbox disabled? Drivers too old? Blacklisted chipset? We tell you.
In Flash Player 11.3 and AIR 3.3, the driverInfo string can now return the following values depending on the scenario:
- "Software Hw_disabled=userDisabled"
HW acceleration setting checkbox in Settings UI is not checked so HW acceleration fail and SW rendering is used for Stage3D.
- "Software Hw_disabled=oldDriver"
HW graphics driver is blacklisted due to known issue so SW rendering is used for Stage3D. It will be fixed by updating driver.
- "Software Hw_disabled=unavailable"
It fail to use HW due to driver's capability or blacklisted in general or any failure of HW graphics initialization so SW rendering is used for Stage3D
- "Software Hw_disabled=explicit"
Content request a software rendering explicitly through requestContext3D so SW rendering is used for Stage3D.
In the next beta, those Strings will be available as constants of a new class, to simplify your detection logic.
- MouseEvent.RELEASE_OUTSIDE
The famous event which got removed in AS3, is back, much simpler than all the AS3 workarounds to emulate it.
Example :
1.
s.addEventListener(MouseEvent.RELEASE_OUTSIDE, onReleaseOutsideHandler);
- ApplicationDomain.getQualifiedDefinitionNames()
You remember Application.getDefinition()? The limitation is that you had to know ahead of time the name of the class definition you wanted to extract.
Now applicationDomain.getQualifiedDefinitionNames() extracts all of the classes available in a SWF, perfect for SWF introspection and runtime loaded assets.
SWFExplorer non longer needed!
Example :
1.
var
definitions:Vector.<
String
> =
this
.loaderInfo.applicationDomain.getQualifiedDefinitionNames();
- BitmapData.drawWithQuality
In the past, the BitmapData.draw() API did not accept a quality parameter, you had to change the stage quality to affect the rasterization, not anymore with BitmapData.drawWithQuality() which obviously takes a quality parameter.
Example :
1.
bitmapData.drawWithQuality(sprite, sprite.transform.matrix,
null
,
null
,
null
,
null
, StageQuality.BEST);
- Native Bitmap compression : BitmapData.encode()
Support for native JPEG/PNG/JPEG-XR compression.
Example :
1.
var
bitmapData:BitmapData =
new
BitmapData(
640
,
480
,
false
,
0x00FF00
);
2.
3.
var
byteArray:ByteArray =
new
ByteArray();
4.
5.
bitmapData.encode(bitmapData.rect,
new
JPEGEncoderOptions(), byteArray);
And some other nice improvements :
- Background behavior for AIR
- Android 4.0 Stylus Support
- USB Debugging
- Landscape mobile
- Simulator support for iOS
As usual, download everything on Adobe Labs. Let us know if you get any bugs. Thanks!
分享到:
相关推荐
Adobe Flash Player v11.3.300.265最新版更新内容:— Flash Player的全屏键盘输入;— NetStream功能为音频流提供低延迟音频支持;— Sound API支持低延迟音频;— Windows平台下,为Firefox新增保护模式...
install_flash_player_plugin_11.3.300.257
史上最好用的FlashPlayer插件V11,安装后需要关闭下自动更新,永久无广告和联网更新提示。
flashplayer11.3 的最新版
LED Player V3.3绿色版是一款专为LED显示屏设计的播放软件,适用于各种室内和室外LED屏幕。这个版本是特别优化的,免安装且易于使用,适合那些希望快速部署和操作LED显示系统的用户。 首先,我们要理解“绿色版”...
Adobe Flash Player是广泛应用于个人电脑、手机和其他移动设备的多媒体软件平台,它能够播放动画和视频,同时支持高级游戏和应用的运行。版本20.0.0.228是该软件的一个更新版本,专为64位操作系统设计,确保了更高的...
Ubuntu Linux 上安装最新的 FlashPlayer 10.2 beta FlashPlayer 是一个非常流行的浏览器插件,用于播放 flash 视频和游戏。 Adobe 公司最近发布了最新的 FlashPlayer 10.2 beta 版本,这个版本带来了阶段性视频硬件...
此外,Flash Player还包含了对Adobe AIR的支持,这是一个运行时环境,允许Flash内容作为独立应用程序在操作系统上运行。 然而,随着HTML5、CSS3和JavaScript等网页技术的发展,Adobe Flash Player的使用开始受到...
Adobe Flash Player中文电脑版是一款一种广泛使用的、专有的多媒体程序播放器。它最初由Macromedia编写,在Macromedia被Adobe收购后由Adobe继续开发并分发。Adobe Flash Player最初设计目的为播放2维向量动画,但...
Adobe Flash Player是一款曾经广泛应用于网页浏览器的多媒体播放器,它支持播放动画、视频、音频以及交互式内容。然而,随着技术的发展,特别是HTML5的普及,Flash Player的重要性逐渐下降,且由于安全问题,Adobe...
Adobe Flash Player 是一款广泛使用的跨平台浏览器插件,由Adobe Systems开发。自20世纪90年代末期推出以来,它已经成为播放多媒体内容、执行富互联网应用程序和流视频的行业标准。然而,由于安全性问题以及现代网络...
标题中的“flashplayer-34.0.0.289独立版”指的是Adobe Flash Player的一个特定版本,这是Adobe公司开发的一款广泛应用于网络上的多媒体内容播放器。Flash Player的主要功能是解析和执行SWF文件,这种文件格式通常...
Macromedia Flash Player 最新版
**FlashPlayer V10.1.85:深入解析与应用** FlashPlayer V10.1.85 是一个重要的软件版本,它属于Adobe Flash Player系列,是互联网上广泛使用的多媒体内容播放器。这款软件的核心功能是播放含有Flash技术的交互式...
windows 系统下Firefox的flash player 插件,离线版
Adobe Flash Player是Adobe公司开发的一个跨平台的浏览器组件,它允许用户在浏览器中播放Flash格式的内容,包括动画、游戏、视频和其他应用。Flash Player广泛应用于在线娱乐、游戏、广告以及各种富媒体互动内容的...
很多的朋友反映,将喜欢的Flash动画下载到自己的电脑后总是用IE浏览器或者第三方Flash播放器才能观看,感觉不好,希望用Macromedia的Flash Player播放,可是又很难找到!现在我就发一个最新版本的给大家!不过请注意...
FlashPlayer11-5安装包FlashPlayer11-5安装包FlashPlayer11-5安装包FlashPlayer11-5安装包
《FlashPlayer11本地播放器-精简版详解》 FlashPlayer11是Adobe公司推出的一款重要的多媒体播放器,主要用于在网络浏览器中播放SWF格式的Flash内容。此精简版的FlashPlayer11本地播放器,是针对用户需求进行定制...
Flash Player Debug版是一款专为开发人员设计的特殊版本,它允许开发者在运行含有ActionScript代码的Flash内容时进行调试。ActionScript是Adobe Flash环境中用于创建交互式内容、动画和应用程序的主要编程语言。与...