Page 1 of 1

AIR: bitmapData objects into standard Image objects.

Posted: Sat Jun 14, 2008 6:34 pm
by JellyFish
Hey. Is anyone here familiar enough with Adobe AIR to be able to tell me how, if it's possible, to turn a bitmapData object into a Image object? That is using JavasScript.

I'm trying to take clipboard data from someones computer and render it in a canvas HTML element.

I don't know any other way to put it.

Thanks for reading. All help is appreciated on this. :D

Re: AIR: bitmapData objects into standard Image objects.

Posted: Fri Jun 20, 2008 3:18 am
by JellyFish
Does anyone actually develop in AIR?

Re: AIR: bitmapData objects into standard Image objects.

Posted: Mon Jun 30, 2008 6:57 pm
by JellyFish
Is this even possible?

The reason I need this for my application is so some one can take a screen capture (i.e. 'print scrn' key) and just paste it into my application.

My application will take that image allow the client/user to crop the screen capture and then move on to more advanced drawing tools.