12-01-2012 01:16 PM - edited 12-01-2012 01:20 PM
Hello,
Just wondering how do you reference an image that located in your data folder?
The path in my app folder is data/files/photo/P0IMG_00000059.jpg
This is how I reference it in Image View (which doesn't work):
ImageView {
imageSource: "data/files/photo/P0IMG_00000059.jpg"
// "/data/files/photo/P0IMG_00000059.jpg" and "assets:///data/... do not work
horizontalAlignment: HorizontalAlignment.Center
scalingMethod: ScalingMethod.AspectFit
}
full ftp path:
12-02-2012 12:39 PM