[flexcoders] Pasting an image into an image or bitmap container?

2010-03-24 Thread Nick Middleweek
Hi, Using Flex 3.x, I've done a bit of research and understand that through code, for security reasons I can't access the Clipboard - makes perfect sense. Is there though, a way to allow the user to manually paste an bitmap into an on screen Object so that I can access it as a bitmap or

Re: [flexcoders] Pasting an image into an image or bitmap container?

2010-03-24 Thread Oleg Sivokon
Not unless the user has your AIR app installed, and that app will channel that image through LocalConnection. Or you may ask them to Base64 encode the image and paste it as text :D *sorry* Best. Oleg

Re: [flexcoders] Pasting an image into an image or bitmap container?

2010-03-24 Thread Nick Middleweek
that's a goood idea, ha :) On 24 March 2010 16:14, Oleg Sivokon olegsivo...@gmail.com wrote: Not unless the user has your AIR app installed, and that app will channel that image through LocalConnection. Or you may ask them to Base64 encode the image and paste it as text :D *sorry* Best.