From d901c271026349dccd3747997a9409febce1391b Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 19 Nov 2012 23:39:33 -0700 Subject: [PATCH] Updated readme.md for 0.2.1 --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca81d4f..8ec085c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ AS3-Worker-Compat ActionScript Worker wrapper for compatibility with all AS3 versions of the Flash Player (9 and later) -NEW: v0.2 includes basic cross-thread data sharing support! +NEW: v0.2.1 includes AsyncScheduler and JPEGEncoder demo About ===== @@ -17,6 +17,9 @@ API is available and supported. This allows SWFs compiled with this code to be playable on all version of the Flash Player, not just those with Worker support (11.4 and later). +As such, it also allows you to use an older compiler (Flash CS6, older version +of Flash Builder or Flex, etc) to take advantage of Workers. + Features ======== @@ -45,7 +48,7 @@ The WorkerCompatTest demo shows a red "radar-like" graphic that is generated on- while also running a CPU-burning while loop. This demo SWF works in all Flash Player versions. -Try it now in your browser. +Try it now in your browser. If AS3 Workers are supported, the two tasks are run on separate threads and the graphic is a smooth fading radar. @@ -59,7 +62,7 @@ as possible even without Workers. Here's a screenshot of the demo in two browsers, one supporting Workers and the other not. - + JPEGEncoderTest --------------- @@ -72,6 +75,12 @@ The JPEGEncoderTest demo compares various JPEG encoding schemas: Try it now in your browser. +Here's a screenshot of the demo in two browsers, one supporting Workers and +the other not. Noteice that with Worker support, asynchronous JPEG encoding +does not reduce UI framerates. + + + Feature Details ===============