There is not errors in the console & all loaded files at Network have status 200.
I am on openFL 4.7, how would I know which file that does not load? and works in Chrome but not in Safari I see this problem?
Loader inside asset library (most projects has only one asset library):
loadXXX() methods inside AssetLibrary used to load each individual asset.
Font loader:
About Safari: it looks like that Safari supports font loading events, but actually not. It reports that font is loaded when font isn’t actually loaded, so for Safari we use old-school font loader. I see that vizanto fixed it for system fonts (like Arial), so now it should work correctly for any font.
Thanks for detailed answer, I have found the font that failed to load ini Safari, it was StrVar.ttf I have removed it from project, and now its loading fine in Safari
Using openfl test html5 -v will now print verbose console messages to help give better information about what has loaded, and what has not, so we won’t be so confused if this occurs in the future