RE: [Flashcoders] Export Bitmap Data at runtime

2006-05-04 Thread Tom Lee
You may want to wait for AS3. At www.kaourantin.net/2005/10/png-encoder-in-as3.html, you will find a PNG encoder that one of the Flash Player programmers wrote. He's also got a JPG encoder. Both are written in AS3, because the performance would be too slow in AS2. At

Re: [Flashcoders] Export Bitmap Data at runtime

2006-05-04 Thread Zeh Fernando
With Flash 8, is there a way to turn a bitmapped movieclip into a PNG or compress it somehow to send it back to the server as a bitmap at runtime? I imagine you could send it as raw bitmap data, but it would be quite large. This has been discussed a while ago, but briefly -- Yes, you have to