Search code examples
apache-flexactionscript-3actionscriptblackberry-playbook

Draw a Hand Signature in Flex 4


I am creating an application that requires a user to draw their hand signature on a tablet. Does anyone the best way to do this on Flex mobile 4.5? What do I draw on to, a Sprite, canvas?

Also, I would need to save the signature as a .jpg, could this be done?


Solution

  • Have a look on the following:

    http://www.jamesward.com/2010/03/22/flex-paint-updated-to-flex-4/

    It may give you some hints.