摘要: 首先需要一个容器 AS代码:先添加侦听container.addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, nativeDragEnterHandler);container.addEventListener(NativeDragEvent.NATIVE_DRAG_DROP, nativeDragDropHandler); 1 private function nativeDragEnterHandler(e:NativeDragEvent):void 2 { 3 ... 阅读全文
posted @ 2013-09-22 11:52 jackyLe 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 很多时候需要清除图片缓存 经常的做法有两种 1 将 image里的cachePolicy 设为off 2 通过改变HTTPService方式 getInfoServive.url = Properties.IP_valuse + serviceURL; getInfoServive.resultFormat="e4x"; getInfoServive.addEv... 阅读全文
posted @ 2013-09-18 23:02 jackyLe 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 记住今天的日子,看看一年后的自己 阅读全文
posted @ 2013-09-18 22:44 jackyLe 阅读(91) 评论(0) 推荐(0) 编辑