I'm building an App with actionscript 3.0 in my Flash builder. but I'm having trouble finding code to use to upload an image in my phone to the app? can you link me/or post to sample code to achieve this task?
Thanks!
~Myy
I'm building an App with actionscript 3.0 in my Flash builder. but I'm having trouble finding code to use to upload an image in my phone to the app? can you link me/or post to sample code to achieve this task?
Thanks!
~Myy
I believe you are looking for the CameraRoll
class. It allows the user to select an image from the device's "camera roll"
You can use this code Capture Photo using CameraUI, but picture orientation won't work properly on phone devices.