Just tried my games on Windows8 IE11, and they didnt start.
Tried the NyanCat example, and it doesnt work either.
DisplayingABitmap does work, but there are no assets used.
The loading stops with
“Access Denied”
at “lime__$internal_backend_html5_HTML5HTTPRequest.prototype = {”
for “this.request.open(Std.string(this.parent.method),uri,true);”
-.- Should have tested that ..
As it turns out, NyanCat does work “from web”.
And my games do work if i remove ‘library name=“default” type=“pak”’,
else it crashes on the sound files.
Misunderstanding - the sound files are not in the pak.
The pak loads fine and the assets are loaded, after that when it starts to load the sound files it crashes.
Still i have to run some tests to see if it is specific to wav-files,etc