Search

 

September 2010
S M T W T F S
« Jul   Oct »
 1234
567891011
12131415161718
19202122232425
2627282930  

Tags

Archives

Archive for September 17th, 2010

AIR on Android: CameraRoll

Friday, September 17th, 2010

TweetThe flash.media.CaremaRoll class allows you to access the images stored on your Android devise. The process is clean and simple. This example shows how to browse the devise and load an image into your application. The key to this process (which is different than desktop AIR) are the MediaEvent and MediaPromise classes. Lets take a [...]