How can i send a Actionscript 3.0 BitmapData object data to a "asp" page.
I need to send an image data (bitmapdata) to a aspx page. Image is taken from a webcam in actionscript 3.0开发者_如何学运维. How can be this done in AS 3.0?
Maybe this answer will help you: How do I Pass an Image from Flash to ASP.NET?
To send a generated image like this from Flash to ASP.NET (or any other backend) you’re going to need a couple of 3rd party libraries. We’ll need a JPEG Encoder (which Flash doesn’t have, but recent versions of Flex do) which we can get from the AS3 Core Lib http://code.google.com/p/as3corelib/.
精彩评论