Peter De Berdt | 23 Jul 15:58

Flash-based uploaders: SWFUpload, … and Adobe Flash Player 10


I know quite a few of the Rails developers are using SWFUpload to  
simulate AJAX uploads (including filetype/size filtering and client- 
side upload progress) and I need to bring this to your attention  
(taken from http://swfupload.org/forum/generaldiscussion/551):

---------------------------------------------------------
SWFUpload v2.1.0 does not work properly in Flash Player Beta 10.  
SWFUpload will load but will not respond to browse requests.
The response from Adobe on the Adobe Forms is that a security change  
in Flash Player 10 prevents indirect calls display to File Dialogs.

This means that the SWFUpload JavaScript API cannot trigger the File  
Dialog in Flash. Which means SWFUpload is permanently broken for Flash  
Player 10.

We have 4 options:

1. Hope Adobe will have mercy and roll back this change and save  
SWFUpload.
2. SWFUpload support ends at Flash Player 9 and is not moved to Flash  
Player 10 (in other words, the project dies in 6 months to a year  
after the release of Flash Player 10).
3. Change the SWFUpload whole design philosophy dropping the  
JavaScript API (at least the portion that triggers File Dialogs and  
starts/stops/cancels uploads) and forcing a Flash Movie UI on our users.
4. Try to implement a kind of mix of Flash UI and HTML UI and  
complicate things by making the Flash UI configurable enough to match  
the HTML UI.

(Continue reading)


Gmane