본문 바로가기
IT/Software

Adobe Flash Player 11.4 변경점

by 에비뉴엘 2012. 8. 23.
반응형





플래쉬 11.4 다운로드 :  http://get.adobe.com/kr/flashplayer/otherversions/ 


Flash Player® 11.4 


New Features


ActionScript Workers (Flash Player)

Sandbox Bridge support (Flash Player)

Licensing support: Flash Player Premium Features for Gaming (Flash Player)

Stage3D "constrained" profile for increased GPU reach (Flash Player and AIR)

LZMA support for ByteArray (Flash Player and AIR)

StageVideo attachCamera/Camera improvements (Flash Player and AIR)

Compressed texture with alpha support for Stage3D (Flash Player and AIR)

DXT Encoding(Flash Player and AIR)

Deprecated Carbon APIs for AIR (AIR)

Direct AIR deployment using ADT (AIR)

Push Notifications for iOS (AIR)

Ambient AudioPlaybackMode (AIR)

Exception Support in Native Extensions for iOS (AIR)

New option in ADT to list the attached mobile devices (AIR)

ADT option to resolve ANE symbol conflicts on iOS (AIR)


Fixed Issues


Netstream crashes intermittently on disconnect(3193417)

Issue with stopping live audio streaming on AIR Android(3188340)

drawWithQuality() does not render filters properly on Android devices(3224928)

Clipborad.generalClipboard.setData doesn't work on iOS(3226045)

Some FLV video content does not play in Flash Player on Windows (3187569)

Only right side audio playing in Flash Player based apps in Firefox on Windows(3289279)

Mouse Lock feature disabled after entering Full Screen Interactive mode(3174344)

[iOS5] TextFields with embedded fonts garbled on mobile devices(3161138)

First frame of some live streaming contents freezes(3207896)

Application icons for 50X50, 100X100, 1024X1024 are now supported for iOS applications in the Application Descriptor(3217144) 

Applications using Native extensions sometimes crash on iOS when using certain external libraries.eg. Libxml2.dylib (3226974) 

Some deviation is observed when a launch image of resolution 768 x 1004 or 1024 x 748 is packaged in a full-screen iPad application. (3230762). The new guidelines for using launch images can be referred to here

H264 videos on iOS crash when switching between two NetStreams attached to a StageVideo object(3206438)

Issue with CameraRoll.browseForImage() causes transparency loss resulting in white color(3291312)

To the top


Known Issues


Matrix3D's transformVector() incorrectly transforms w component(3190677)

[iOS] On iOS 4.3, Compressed Cubemaps with Alpha does not properly render(3282166)

navigateToURL issues with high-ascii characters does not properly work for AIR Desktop Applications(3161093)

[iOS] On some content, Installing an .ipa file with AIR 3.4 occasionally fails with Installation Error: PackageExtractionFailed(3220974)

When using –hideAneLibSymbols flag while packaging an application for iOS, only the framework and library linking linker options, and options such as -ios_version_min should be used in the ANEs platform.xml file

Adobe continues to work with the iOS 6 Beta SDK and resolving issues. Current known issues are:

Geo-location permission dialog doesn't show up on iOS 6 Beta(3291688)

AIR applications packaged with AIR 3.4 SDK & iOS 6 Beta SDK don’t support AutoOrients for Upside down on iPod and iPhone(3286288)

Any application packaged with AIR 3.4 SDK and iOS 6 Beta SDK does not support aspectRatio tag on iOS 5.1 device(3286320)







New Features: Overview



ActionScript Workers

With the introduction of Workers to ActionScript and the Flash Runtime, Flash Developers can now offload certain tasks like high-latency operations and long-running computations to "Background Workers".  These Background Workers run concurrently in order to leverage more machine resources and avoid things like UI freezes. 

Note: To fully leverage ActionScript Workers and be able to debug workers, the next version of Flash Builder is required. This next version of Flash Builder will be made available through public beta in the August timeframe.

Note: Shared memory support (ByteArray.shareable) has been moved to a forthcoming release of Flash Player.


Sandbox Bridge support

Sandbox bridging allows specific ActionScript objects or functions to be exposed between SWF-to-SWF cross-domain communication. This feature is already available in AIR and is being ported to Flash Player in this release.


Licensing support: Flash Player Premium Features for Gaming (Flash Player)

With the introduction of Premium Features for gaming we now allow non-ActionScript workflows to target Flash Player.  This release supports Premium Features license control of the XC APIs (the combined use of the domain memory API and Stage 3D hardware acceleration API) in Flash Player. These APIs are used by some third party tools such as Unity and Adobe’s Project "Alchemy" C/C++ compiler. For more information, please visit www.adobe.com/go/fpl.


Stage3D "constrained" profile for increased GPU reach

The Flash Player will gate the use of hardware acceleration based on the date of your video card's driver. In previous releases, we gated support to drivers older than January 1, 2008. In this release, we will be changing the gating to apply to drivers older than January 1, 2006. Content using wmode=direct (or renderMode=direct for AIR) should be hardware accelerated on graphics card driver date newer than 1/1/2006 when possible. This applies to Stage3D and [StageVideo|StageVideo] APIs. In addition to that, we added a new profile for Stage3D called "constrained" profile, allowing your content to run hardware accelerated on the previously blacklisted Intel® GMA chipsets. See below for more details about this new profile and how to leverage it.


LZMA support for ByteArray

In addition to zlib compression of ByteArray, we are introducing an additional compression type based on LZMA to compress data inside a ByteArray through ByteArray.compress() and ByteArray.uncompress().


Compressed texture with alpha support for Stage3D (Flash Player and AIR)

Transparent images are now supported for compressed textures (ATF file format).


StageVideo attachCamera/Camera improvements

This feature exposes a new method on StageVideo objects that allows the Actionscript code to direct the video stream from the camera to a StageVideo object thus leveraging the GPU for rendering instead of the rasterizer. This allows the player to be much faster when processing a video stream from the camera when GPU acceleration is available.


DXT Encoding

This feature enables encoding of uncompressed textures into the DXT format during runtime, so that the texture can be uploaded to the GPU as a compressed DXT texture.

Available on desktop for both Flash Player 11.4 and AIR 3.4


Deprecated Carbon APIs for AIR

As of Mac OS X 10.8, Carbon APIs will no longer be supported by Apple. Hence these APIs and other deprecated code is being removed from AIR in this release to be in parity with Mac OSX 10.8.


Direct AIR deployment using ADT

This new feature enables the developer to deploy an AIR application on iOS devices without having to use iTunes or XCode. Please note that iTunes 10.5.0 or greater must be installed on the user's machine to be able to use this feature.


iOS Push Notifications

This feature will use APNS (Apple Push Notification Service) and a provider (third party server which will communicate with the APN) to generate notifications. A new package, flash.notifications has been introduced. The delivery of push notifications is completely dependent on Apple Push Notification Service and APNS does not guarantee the delivery of push notifications. Apple also recommends subscribing to push notifications every time an application is launched. Every time the client app subscribes to push notifications, the APNS provides a token-id to the client app and this token-id should be sent to the third party server or provider that will be sending the remote notifications.


Ambient AudioPlaybackMode

With AIR 3.4, users will have the option of one more AudioPlaybackMode i.e. AMBIENT other than VOICE and MEDIA. This new AudioPlaybackMode will allow the users to force their application to honor the "hardware mute switch" present in iphone(s) /ipad(s). The strongest use case of this Ambient playbackmode is in the game apps where the user of the app will have the option to silence the game sound and also can listen to the music of any other app in background. In Ambient mode, audio respects the hardware mute switch only on iOS devices. On AndroidTM devices, the Ambient mode will be just like the Media mode.


Exception Support in Native Extensions for iOS

A native extension for iOS can now use both C++ and Objective-C exceptions. It is up to the extension to catch all the exceptions thrown in its code. The runtime will not catch the exceptions thrown by extensions.


ADT option to list the attached mobile devices

A new option, '-devices' has been added in ADT to list the attached iOS/AndroidTM devices. Users can avail this option instead of using adb for listing the AndroidTM devices and idb for listing the iOS devices. Please note that iTunes 10.5.0 or greater must be installed on the user's machine to be able to use this feature.


ADT option to resolve ANE symbol conflicts on iOS

As application developers may use multiple native extensions obtained from various resources, a common symbol name in the 2 ANEs may give a packaging error saying there’s a duplicate symbol in the object files, or a crash at runtime. To circumvent this issue, a new ADT option,  -hideAneLibSymbols, has been introduced, which can be specified at the time of packaging the application. It can take the values – yes or no, where yes hides the library symbols of each ANE from other ANEs.


반응형

댓글