Hi,
at first I want to thank you for great ANE. It helped me to solve known problem with CameraRoll on iOS. I'm using your ANE in my latest iOS app and sometimes during loading of thumbnails I'm getting this error:
Error: Error #3503: The extension was left in an invalid state.
at flash.external::ExtensionContext/_call()
at flash.external::ExtensionContext/call()
at com.vlabs.ane.cameraroll::CameraRollExtension/onStatusHandler()[/Users/valley/Development/flex/ANE-CameraRoll/ActionScriptLibrary/src/com/vlabs/ane/cameraroll/CameraRollExtension.as:87]
I'm using Starling framework 1.4.1, Feathers 1.2 and the latest beta AIR 13 (released on Feb 25, 2014)
For loading thumbnails I'm using this method:
_roll.loadThumbnailPhotoAssets(_pageCounter * _thumbsPerPage,_thumbsPerPage,CameraRollExtension.LOAD_PHOTO_TYPE_ASPECT_RATIO_THUMBNAILS);
Thanks
Hi,
at first I want to thank you for great ANE. It helped me to solve known problem with CameraRoll on iOS. I'm using your ANE in my latest iOS app and sometimes during loading of thumbnails I'm getting this error:
Error: Error #3503: The extension was left in an invalid state. at flash.external::ExtensionContext/_call() at flash.external::ExtensionContext/call() at com.vlabs.ane.cameraroll::CameraRollExtension/onStatusHandler()[/Users/valley/Development/flex/ANE-CameraRoll/ActionScriptLibrary/src/com/vlabs/ane/cameraroll/CameraRollExtension.as:87]I'm using Starling framework 1.4.1, Feathers 1.2 and the latest beta AIR 13 (released on Feb 25, 2014)
For loading thumbnails I'm using this method:
_roll.loadThumbnailPhotoAssets(_pageCounter * _thumbsPerPage,_thumbsPerPage,CameraRollExtension.LOAD_PHOTO_TYPE_ASPECT_RATIO_THUMBNAILS);
Thanks