| Commit | Date | |
|---|---|---|
|
[r507]
by
jaroberts
Fixed a bug in the FileComplete event handler that was causing a Type Coercion error for many users (that had debug players) and was the actual cause of the FileComplete event not firing (I thought it was the ServerData event). Added API for updating all the updateable settings dynamically. Removed the "UpdateUploadSettings" method. All changes to updateable settings are now immediate. Added a setting for indicating if the FileComplete or ServerData event should be used. The architecture does not allow both to be called since the 'current_item' pointer will be changed by the time the second event is called. This also required moving the addEventListener statements from queue time to upload time. Without this change the UseServerData setting gets applied when a file is queued and any subsequent changes are ignored for already queued files. |
2007-07-10 19:30:23 | Tree |
|
[r506]
by
jaroberts
|
2007-07-05 19:47:32 | Tree |
| 2007-07-05 19:44:24 | Tree | |
| 2007-07-05 19:44:05 | Tree | |
| 2007-07-05 19:26:56 | Tree | |
| 2007-07-05 19:06:12 | Tree | |
| 2007-07-05 19:00:33 | Tree | |
| 2007-07-05 18:56:31 | Tree | |
|
[r499]
by
jaroberts
|
2007-07-05 18:56:02 | Tree |
|
[r498]
by
jaroberts
Updated another race condition in swfupload.js. In IE the SWF gets loaded the very instant the innerHTML is set. It doesn't wait until the element is added to the document. This does not allow time to set the this.movieElement value before Flash attempts to call flashReady. So to fix this first I add the container to the document then set the innerHTML. Then anything that needs to reference movieElement calls the getMovieElement method which uses document.getElementById to retrieve the element (if it hasn't already been retrieved and cached). |
2007-07-05 18:46:52 | Tree |