How to upload a picture/image from iPhone to App in ActionScript 3?

柔情痞子 提交于 2019-12-12 05:19:57

问题


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


回答1:


I believe you are looking for the CameraRoll class. It allows the user to select an image from the device's "camera roll"




回答2:


You can use this code Capture Photo using CameraUI, but picture orientation won't work properly on phone devices.



来源:https://stackoverflow.com/questions/14740323/how-to-upload-a-picture-image-from-iphone-to-app-in-actionscript-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!