Hi,
the problem is that you are forcing the IE to behave as IE8 - see this line in your html:
|
Quellcode
|
1
|
<meta http-equiv="x-ua-compatible" content="IE=8" />
|
but the problem - the IE8 doesn't support any 'HTML5'!
Basically this would be no problem, the krpano embedding script would choose Flash in this case, but now you are also forcing the usage of the HTML5 viewer by using html5=always - and this is the result - trying to use HTML5 in IE8 - and this can't work.
That means there is no bug - either remove that 'x-ua-compatible' setting or increase it to IE=11.
Additionally the html5=always setting should be removed or replaced. The setting html5=always should be used only for internal testing, when only html5 should be used, the use html5=only - see here:
http://krpano.com/docu/html/#html5
Best regards,
Klaus