Results 401 comments of Ian Harrigan

hmmm, that seems odd - i wonder if something has changed internally in lime or hxcpp or something... bear with me, ill try this end (i would have expected webp...

OK, so can repro with the webp, which i think is probably valid because im guessing it doesnt support webp... although the error seems a little odd... (ill look into...

![image](https://user-images.githubusercontent.com/3024242/234360743-4b493c3e-0d44-4e81-975d-72f0242f5e13.png) Seems fine this end... ill update all my libs, something must have changed? What versions of openfl, lime, haxe, etc are you running?

right, that also makes sense i think the browser is preventing haxe (not haxeui) from making that http request becuase the requested resources has said (CORS): ``` Access to XMLHttpRequest...

well, `Access-Control-Allow-Origin` comes from the server, not the browser, so the short answer is nope, it aint gonna happen. Maybe the http server you _actually_ want to get images for...

> Generating run.n is no longer completely automatic, array returns break and a few places with strings. So need to hand correct those. Can you expand on this? Are you...

Alright, sounds like a bug in the generator... ill merge this over the weekend and fix the generator, hand editing the generated .hx file isnt right, and defeats the purpose...

its an interesting concept... i presume openfl by itself is fine with 2 windows? No crashes? Also, i dont think it will fix your issue, but can you update to...

Do you have an example app i can mess with?

Will defo help - its a very non standard use case, but it would be interesting to see what could be done since it already kinda works anyway