I found a strange issue with latest OpenFL + Lime combination: I want to load an XML file from a remote URL with URLLoader, but do it in URLLoaderDataFormat.BINARY (this is what Starling's new ...
I was able to reproduce on HL initially, but not after I changed the code. Did you switch to calling load (), or do you still pass the URLRequest to the URLLoader constructor? It works for me using ...