swfupload/swfuploadr5.js
renamed flash_container_element to flash_container_id to be more clear
added QueueStopped event
Moved the HTML generation in to its own function (so I can call it from the Features Demo)
improved array type detection (typeof(array) returns "object" not "array")
fixed call to ui_function so "this" is the swfupload instance.
added more console debug messages inside try/catches so you know something happened.
editor removed a whole bunch of extra whitespace characters
SWFUpload.as
fixed single upload functionality
added QueueStopped feature