AIR:Android 文件删除在图库中留下空占位符
我遇到了与在此处输入链接描述中的问题相同的问题。但我的应用程序不是使用 Java,而是使用 ActionScript 和 Adobe AIR 2.6。
那么问题是如何通过 ActionScript 去掉占位符。
I'm having the same problem as in this question in enter link description here. But I'm not doing my application with Java but with ActionScript and Adobe AIR 2.6.
Then the question is how to get rid of the placeholders via ActionScript.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以使用 Air3.0,请创建一个本机扩展,并使用以下代码调用 Java 函数
:http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.html
If you can use Air3.0, create a native extension, and call a Java function with this code
taken from: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.html