Cairngorm SequenceTask + URLLoader throws SecurityError because of missing user interaction
问题 I am trying to get an application to upload multiple client side generated images (not files, hence I can't use FileReference), while displaying the progress of the upload. This has proved to be way harder than it should be. I am using Cairngorm Task library to perform the following steps on an image generated on the client: Generate a BitmapData object drawing the contents of an area of the stage Encode the image as a JPEG asynchronously, as to show a progress bar (see http://dgrigg.com/blog