Hi Marcio, In iOS you typically use CameraRoll.browseForImage() to access the photos: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/CameraRoll.html#browseForImage()
You cannot use absolute url to get photos outside your app's folder. DarkStone 2013-12-01 在 2013-12-01,05:23,marcio fermino <prologicasiste...@gmail.com> 写道: > Hello friends, I no longer know where else to look, I've tried everything. > > How could I access a picture on IOS, need to pass the path at run time, eg: > > img.source = "????" > > > the pictures are in the device, I have a table with the name of the images, > but I need the path where they are stored? > > > In android would be something like / mnt / sdcard, but iOS and? > > > Any idea?