as3 在“完成”事件之前获取 URLLoader 的“数据”属性?
as3 get URLLoader's `data` property before the `COMPLETE` event?
Adobe 说 This property is populated only when the load operation is complete
。
有什么方法(我的意思是真的有)在下载状态下获取下载数据吗?
例如,在 onprogress
事件中。
可能还有另一种方法可以下载文件并在下载完成之前获取数据。
Adobe 说 This property is populated only when the load operation is complete
。
有什么方法(我的意思是真的有)在下载状态下获取下载数据吗?
例如,在 onprogress
事件中。
可能还有另一种方法可以下载文件并在下载完成之前获取数据。