Using this sample:
Code: Select all
on mouseUp
mobilePickPhoto "library", 212, 122
if the result is text then
put the result into image "The_Image"
else
put the result into field "The_Result"
end if
end mouseUp
It seems the result only contains errors if any. Is that correct..?
Once the image is placed on the card then. How do i capture it into a variable..?
I believe it is placed in a templateimage object, but how can i get at it..?
PS: this in in the simulator.. does it make a difference..?