Is it possible to copy a pasteable bitmap in flex and if so, how?

This article indicates it may be possible with FP 10.1? If someone can 
elaborate or provide an example, it would be appreciated:

////////
http://stackoverflow.com/questions/2321186/how-to-copy-something-as-a-pastable-bitmap-in-flash

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 programs
/////////

Thanks, 

Philip


Reply via email to