We're trying to send an image of a large SWF file to a server to have it mailed out and we're having a bit of trouble with transmission time.
The SWF is about 900px x 600px and restricted to AS2 so we've been using this Bitmap Exporter class. We've tried using several different ways to transmit the data; base10, base36 and base128 but none of them will send the file in any kind of timely manner.
Right now we're dealing with 60-120 seconds per image which isn't acceptable.
Has anyone any advice for dealing with either this class or another for sending large bitmap data to a server with flash?
Thank you for your time.