-1

Adobe says This property is populated only when the load operation is complete.

Is there any (I mean really any) way to get the downloading data while it's in downloading state? In the onprogress event, for example.

Probably there is another way to download the file and get the data before downloading is complete.

el Dude
  • 5,003
  • 5
  • 28
  • 40

1 Answers1

2

Yes, that's possible but with URLStream rather than URLLoader. You can take a look at example on live docs.

fsbmain
  • 5,267
  • 2
  • 16
  • 23