RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Thanks for the response, I have tried this but the camera view is too sluggish! From: Javier Guerrero García [via Apache Flex Users] [mailto:ml-node+s246n5550...@n4.nabble.com] Sent: Saturday, March 15, 2014 6:37 AM To: Kwolbert Subject: Re: Delete image from camera roll Just

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
+s246n5539...@n4.nabble.com] Sent: Friday, March 14, 2014 7:13 PM To: Kwolbert Subject: Re: Delete image from camera roll Kwolbert, Have you looked at one of the ANEs available? Perhaps this one has the feature you are looking for: http://distriqt.com/native-extensions#camera Thanks, Om

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Thanks for the reply, I will give this a try and let you know, thanks From: Lee Burrows [via Apache Flex Users] [mailto:ml-node+s246n5542...@n4.nabble.com] Sent: Friday, March 14, 2014 7:41 PM To: Kwolbert Subject: Re: Delete image from camera roll I havent tested, but this code

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Yes, I download that app, just what I am looking for! Going to try to give it a go. Will keep you posted. Thanks Again ! From: Javier Guerrero García [via Apache Flex Users] [mailto:ml-node+s246n5583...@n4.nabble.com] Sent: Monday, March 17, 2014 1:02 PM To: Kwolbert Subject: Re: Delete

Delete image from camera roll

2014-03-13 Thread Kwolbert
I need to use the CameraUI class call to take a picture. But the picture is of members check stubs which is sensitive information, so I don't want to stored that image on the device itself. However android saves all images using the the cameraUI class. Is any way to prevent android from saving the

Cant seem to get the raw camera to work

2014-03-12 Thread Kwolbert
When I run the following code, the screen flashes black but then nothing happens. Any ideas ?? private function CameraInit():void { var camera:Camera = Camera.getCamera(0); if(camera) { var ui:UIComponent = new UIComponent(); var video:Video

Re: Cant seem to get the raw camera to work

2014-03-12 Thread Kwolbert
Sorry it was an issue with the permissions -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Cant-seem-to-get-the-raw-camera-to-work-tp5404p5436.html Sent from the Apache Flex Users mailing list archive at Nabble.com.