Copy link to clipboard
Copied
Hello,
I have an issue with seeing html 5 canvas objects in Internet Explorer 11, these have
been produced in Adobe Animate and inserted into Captivate 9 as a OAM file. The
published Captivate project with the OAM file inserted works in Chrome, Firefox, Opera etc,
but when I view it in IE 11 the area where the html 5 animation should be is blank.
Has anyone got any ideas how to solve this issue.
OK, I'm still fairly steamed up about this... but there seems to be a simple way of addressing this.
In the index page
replace
<meta http-equiv="x-ua-compatible" content="IE=10">
with <meta http-equiv="x-ua-compatible" content="IE=11">
OR
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Copy link to clipboard
Copied
I seem to be having the same problem. I can't test with the other browsers because I am working in a "locked down" IT environment. A simple animation produced with Animate CC isn't working when imported to Captivate as an OAM file. The OAM does animate in the Captivate authoring environment but fails when previewing the HTML5 output in IE 11.
Copy link to clipboard
Copied
OAM files and HTML5 output in general is best previewed from a web server environment. If you were trying to play this content from your hard drive you will often have issues with HTML5 not displaying correctly. So upload it to a web server and test from there.
Copy link to clipboard
Copied
OK, I'm still fairly steamed up about this... but there seems to be a simple way of addressing this.
In the index page
replace
<meta http-equiv="x-ua-compatible" content="IE=10">
with <meta http-equiv="x-ua-compatible" content="IE=11">
OR
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Copy link to clipboard
Copied
Following Rod's advise, I uploaded to my Captivate Prime LMS site a test module built with Cap 9 that contains my test OAM file.
In that environment it works under IE11 as expected.