02-20-2012 01:21 PM
Hi guys,
Im currently developing an app in which the users can save their created work in the form of a png. Im saying that because it is possible on a computer (SWF). Is the playbook capable of saving an image in png format? Will it show a pop up message saying do you wish to save this file etc?
Regards,
Flow
02-20-2012 06:14 PM
Image Library > img_write_file(..) can be used fom native code. and you need to write a your own UI dialog for it.
PS. is you application is a AdobeAIR(SWF) or Native(C/C++) ?
02-21-2012 01:09 PM
Ah Thank you, and im using AdobeAir(SWF). Well I guess this is the wrong section. But thanks for your help.