How to copy something as a pastable bitmap in flash?
So I have simple mxml project - empty page with a panel on it.
I want to be able to select some region on my panel and copy it somehow as bitmap pastable to photoshop, word and other programms.
How to do such thing? (libs, articles etc)
Edit - It may be not possible in FP10 but in FP 10.1 you can have it=) See BETA ActionScript 3.0 Reference for the Adobe Flash Platform 10.1 Not in the best way ever but any way what's so ever
- first use ClipboardFormats - HTML_FORMAT (which IS supported by FP10)
- Create some template HTML
- Embed your BitmapData to it (Use Encoders)
- Now you can paste it in to Word and some other programms