Important file modification for Cornerstone users
After having problems with HTML5 files not loading in Internet Explorer in Cornerstone, I asked Cornerstone to look at one of my HTML5 published zip files. The issue I was having with this particular file was that the course wouldn't load in Internet Explorer but would load in any other browser. They found that there was an error message with the DoFinish command.
I did some digging and found that since the file SCORM_utilities.js wasn't being referenced in the index_SCORM.html file that Cornerstone wasn't loading the SCORM_utilities.js file at all. I added the line <script type='text/javascript' src="SCORM_utilities.js"></script> in the header section of my index_SCORM.html file and was able to open the file correctly in Cornerstone. I also found that having this in my index file also fixed other problems I was having in Cornerstone with swf published files not working correctly, such as the close/exit button of the playbar being non-functional.
You can modify the default html files and add the line to them so that every time you publish a file the fill will always be referenced. The following directories are where the html files are located.
FOR HTML5
<install path>\Adobe Captivate 8 (64 Bit)\Adobe Captivate 8 x64\HTML
FOR SWF SCORM 1.2
<install path>\Adobe Captivate 8 (64 Bit)\Adobe Captivate 8 x64\Templates\Publish\LMS\Standard\SCORM\Default\1_2
FOR SWF SCORM 2004
<install path>\Adobe Captivate 8 (64 Bit)\Adobe Captivate 8 x64\Templates\Publish\LMS\Standard\SCORM\Default\2004
