URLLoader progress support in html5 (and other targets)

Can progress of URLLoader be read in html5? I tested neko too, but it also did not work…

The documentation is unclear about support, but the compiler throws some errors at me, so I guess it is not supported…

Is this the best way of loading assets from server? Or am I missing some basic concepts? :smile:

Thanks!

There should be progress events:

This somehow started to work… I must have messed up something earlier. Thanks!

Ok, I can now confirm that progress on URLLoader works, but on openfl.display.Loader it does not :slight_smile: