Adobe just announced the availability of Flash Player 11.4 and AIR 3.4 beta builds. This is one of the most wanted releases of all because it brings the power of threads to Actionscript.
The ability to split code and run it concurrently was the holy grail for Flash game developers. Now we can use Actionscript Workers to run code from external SWF files concurrently. With this beta test Adobe will hammer the last problems/bugs and within the next months it will release all that sweetness to everyone.
This new version brings even more to the table. You can use compressed texture with alpha support, StageVideo.attachCamera
, Camera.copyToByteArray/Camera.copyToVector
, LZMA runtime compression/decompression on ByteArray
, AIR iOS Push Notifications and AIR direct deployment (without iTunes).
You can check the complete description of each feature here.
RT @as3gamegears Post: AS3 Workers with Flash Player 11.4 beta http://t.co/nj3Oi7UT #as3 #flash #gamedev: Post: … http://t.co/7k4EF8Xy
Great news!!! Finally, Adobe added thread support….:)
Regards,
GamyGuru (http://gamyguru.wordpress.com)
Indeed!