Hi,
I'm having a hard time debugging this and would appreciate guidance.
In Captivate 8, upgraded to the latest version with fixes, Publishing to HTML5 works find viewing locally. However, when I load it to my server the Loading screen spins, never loading the first slide.
Upon further investigation, the console is showing a Javascript error I believe causing the issue:
'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
CPXHRLoader.js:36 SyntaxError: Unexpected token ILLEGAL
at eval (native)
at b (http://sgyapps.com/planceibal/Bienvenido-a-Crea2-v14-small/assets/js/CPXHRLoader.js:36:374)
at XMLHttpRequest.<anonymous> (http://sgyapps.com/planceibal/Bienvenido-a-Crea2-v14-small/assets/js/CPXHRLoader.js:37:45)
CPXHRLoader.js:36 ReferenceError: cp is not defined
at eval (eval at b (http://sgyapps.com/planceibal/Bienvenido-a-Crea2-v14-small/assets/js/CPXHRLoader.js:36:374), <anonymous>:1:1)
at eval (native)
at b (http://sgyapps.com/planceibal/Bienvenido-a-Crea2-v14-small/assets/js/CPXHRLoader.js:36:374)
at XMLHttpRequest.<anonymous> (http://sgyapps.com/planceibal/Bienvenido-a-Crea2-v14-small/assets/js/CPXHRLoader.js:37:45)
(index):41 Uncaught ReferenceError: cp is not defined
This is a preview of exactly what I'm seeing: http://sgyapps.com/planceibal/Bienvenido-a-Crea2-v14-small/
I'm not using any scorm or interactive features more advanced than buttons.
There is a TOC and lots of MP4 videos.
Has anyone seen this? I haven't found anything related to this error in the forums, although some posts mention issues with quotations and questions pools (by @twsheffield). Neither should impact this project.
Thank you!
-- UPDATE --
I've discovered that CPM.js and jQuery are not loading when the package is loaded to the server. The files are there, but they aren't getting loaded. The function 'cp' is defined in CPM.js. Haven't solved this, but progress is being made.
Message was edited by: Bradley Kemp