How to insert(use) images ?

hey guys is there a way to use an image from our sdcard in our app? 

If you can form a path to the file, you should be able to use system.pathForFile() and you could do a binary copy to a temporary directory like system.TemporaryDirectory and then use Corona API calls to load the image.

Rob

If you can form a path to the file, you should be able to use system.pathForFile() and you could do a binary copy to a temporary directory like system.TemporaryDirectory and then use Corona API calls to load the image.

Rob