0

I am building an android mobile application in Flex 4.5, Which will read some data from SD card and display data in container like image. But i am not able to access SD card in flex mobile application. Please provide me solution for, how can i access SD card data in flex mobile application?

Any web link or code sample would be appreciated.

Vivek
  • 663
  • 2
  • 13
  • 40

1 Answers1

1

I believe that this is what you are looking for. Write to SD

However before checking the code you should make sure that you have setted the needed permitions correctly.

leokan
  • 662
  • 5
  • 22
  • Many thanks for reply leossmith, i have followed article but it is writing in tablet internal memory not in external SD card. Still i am waiting for, how can i do it. – Vivek Jun 07 '12 at 05:53