I am developing a mobile application in Adobe Flash builder 4.5.
I want to save an image in mobile memory at run time.
Please help me,
how can i save image in mobile’s sdcard or in mobile memory?
and after that i also have to show all images in this directory.
Please help me i dont know how can i access mobile directories or interact with mobile directories in Flex 4.5.
I have solved this problem.
2.Encode this bitmap data into byte Array using png encoder.
3.Then use File Class to save this byte Array.
here is the code of saving image byte array into sd card
trace command will show this path
/mnt/sdcard/savedLogos/Logo_2011430225732663.png
Image is saved in mobile sdcard and you can see this.