on 2022 Dec 09 9:45 AM
I have published few SCORM packages, I extracted the SCORM package and Launched the index.html file.
On Chrome browser. It is stuck at Loading content. Please wait..
On Edge it shows following message -
It may have been moved, edited, or deleted.
On IE it plays after allowing Javascript.
Has anyone faced this issue and is there any easy fix for this?
Thanks,
Prashant
Request clarification before answering.
Short answer: because modern browsers care about your safety. IE doesn't, and it's officially dead.
Long answer: modern browsers restrict execution of any pages that contain active content (i.e. JavaScript) from the local drive. It's only possible via opening them through HTTP protocol. So, you have to upload the active content to the web server, and run it via HTTP(S).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
8 | |
6 | |
5 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.