
We are happy to release SWFUpload v2.5.0 Beta 2.
This fixes a good number of the bugs identified in Beta 1:
Fixed issue loading in Chrome
Fixed Hand Cursor when no button image provided
Added event when resizing starts
Fixed issue encoding parameters
Integrated swfobject into core class
-- This adds SWFUpload.onload for using swfobject's DOM Ready Load support
-- Also adds preload and load failed events
Fixed support for Flash Player 9
-- There are now 2 swf files (swfupload.swf and swfupload_fp9.swf
-- New flash9_url setting required for Flash 9 support
-- If you do not need image resizing support you can use swfupload_fp9.swf for both Flash 9 and 10. Set the flash_url and flash9_url, both, to "swfupload_fp9.swf"
-- Improvements to browser zoom support. The Button Image now require the 4 sprites (in previous versions you could get away with only 3 sprites)
-- Fixed null byte issue in serverData (rare bug)
-- Added resize option to prevent small image being resized to a larger size
-- Remove External Interface reconnecting (too many timers and External Interface calls with little benefit).
There are still some outstanding Mac and Linux platform issues but that will probably always be the case due to the severity of the bugs in the Flash Player on those platforms.
Demos are online at http://demo.swfupload.org/v250beta2/
Download at http://code.google.com/p/swfupload/

Merry Christmas!
We are happy to release SWFUpload v2.5.0 Beta 1. The image resizing has been improved. Especially memory usage. All the proper events have been implemented and it seems to be working great for us. Hopefully it'll work great for you too!
A few other changes have been implemented as well. We've added more mouse events to be piped out of Flash to JavaScript. These include over, out, and click. They are handled the same way as other SWFUpload events.
Demos are online at http://demo.swfupload.org/v250beta1/
Discussion and known issues are at http://code.google.com/p/swfupload/wiki/v250Beta1
Download at http://code.google.com/p/swfupload

SWFUpload v2.5.0 Alpha has been released and is available for download.
ALPHA means untested experimental code We release this code hoping that you will help us find the bugs in the features and that we can have good production ready code when we release the final v2.5.0 code
There is limited documentation for handling client side resized image uploads. See the new demo and the docs for new methods.
Online demos at http://demo.swfupload.org/v250alpha1/
Changes in this version:
The demos have been updated to take advantage of the new functionality. The latest down is available at the GoogleCode Project Site.

SWFUpload v2.2.0 Beta 5 has been released and is available for download.
Changes in this beta:
The big fix here is removing the requirement of having the server return some data after the upload is complete. This problem had plagued SWFUpload for some time. Hopefully we've seen the last of it. This should improve some issues on the Mac Flash Player and make interfacing with services like Amazon's S3 easier.
The demos have been updated to take advantage of the new functionality. The latest down is available at the GoogleCode Project Site.

SWFUpload v2.2.0 Beta 4 has been released and is available for download.
Changes in this beta:
The demos have been updated to take advantage of the new functionality. The latest down is available at the GoogleCode Project Site.
Edit:
The updated Queue Plugin wasn't distributed to the Sample Demos in the Beta 4 sample package. A Beta 4.1 Sample package is now available with the updated Queue Plugin.

SWFUpload v2.2.0 Beta 3 has been released and is available for download.
Changes
New Demos are available for download and are also available at http://demo.swfupload.org.
Downloads are available at the SWFupload GoogleCode page

SWFUpload Beta 2 has been released and is available for download.
This beta fixes some issues and introduces some new features:
New Demos are available for download and are also available at http://demo.swfupload.org.
Downloads are available at the SWFupload GoogleCode page
Direct Download: SWFUpload-Core v2.2.0.Beta2
Direct Download: SWFUpload-Samples v2.2.0.Beta2

SWFUpload v2.2.0 Beta 1 has been released. v2.2.0 add Flash Player 10 support. This means a set of new APIs and a fundamental change in the way SWFUpload works.
New Demos are available for download and are also available at http://demo.swfupload.org.
Downloads are available at the SWFupload GoogleCode page
Direct Download: SWFUpload-Core v2.2.0.Beta1
Direct Download: SWFUpload-Samples v2.2.0.Beta1

The SWFUpload v2.1.0 Demos have been released. These are available as a separate package at http://swfupload.googlecode.com.
The Demos and Samples have been updated, visually refreshed and slightly re-organized.
The Demos include fixes to the SWFUpload v1.0.2 plugin that don't yet appear in the Core package and feature an improved SWFObject demo.
Thanks to Joel for his hard work and getting these together!

SWFUpload v2.1.0-Core has been released. From here out we will be releasing the SWFUpload Core (JS and SWF files) separately from the Demos and Samples.
We hope this will allow us to build demos and templates that are better suited to getting started SWFUpload. In future bringing up sites based on SWFUpload faster will be easier and faster.
Changes: (changelog.txt)
The SWFUpload v2.1.0-Samples will be released soon and updated at demo.swfupload.org. Stay tuned!
You can also expect to see some changes around the SWFUpload website.