as3 在“完成”事件之前获取 URLLoader 的“数据”属性?

as3 get URLLoader's `data` property before the `COMPLETE` event?

A​​dobe 说 This property is populated only when the load operation is complete

有什么方法(我的意思是真的有)在下载状态下获取下载数据吗? 例如,在 onprogress 事件中。

可能还有另一种方法可以下载文件并在下载完成之前获取数据。

是的,这是可能的,但是 URLStream rather than URLLoader. You can take a look at example 在实时文档上。