AIR: bitmapData objects into standard Image objects.

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

AIR: bitmapData objects into standard Image objects.

Post 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
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Re: AIR: bitmapData objects into standard Image objects.

Post by JellyFish »

Does anyone actually develop in AIR?
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Re: AIR: bitmapData objects into standard Image objects.

Post 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.
Post Reply