Commit | Date | |
---|---|---|
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 |
2007-07-03 23:30:03 | Tree | |
[r496]
by
jaroberts
|
2007-07-03 17:45:47 | Tree |
[r495]
by
jaroberts
|
2007-07-03 17:45:21 | Tree |
[r494]
by
jaroberts
Fixed a race condition where the flash was loaded before a variable was assigned that it would attempt to use. The variable is now assigned before the flash element is added to the DOM |
2007-07-03 16:44:18 | Tree |
[r493]
by
jaroberts
Updated to use the new server_data to get the thumbnail id from the upload script instead of passing the desired thumbnail id to the upload script. |
2007-07-03 00:34:38 | Tree |
[r492]
by
jaroberts
|
2007-07-03 00:24:23 | Tree |
2007-07-03 00:11:48 | Tree |