in this example the User needs to select the photo. In my case I need to say that he will show picture because the file names have in a database, so I need the url or path. I need something like img.source = "???"
2013/11/30 周 戈 <darkst...@163.com> > 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? > > >