I need to do this conversion so that I can determin the drag drop colour a puck lands on.
Anybody have any ideas, possibly involving:
ImageSnapshot
BitmapData
This would be in Flex 4
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Once the component is rendered on the screen; you can get BitMapData using something like this:
[Note: I borrowed this method from a blog somewhere; but the URL I had on file for it is returning a 404]
Then you can turn that bitMapData into an image for display: