[FIXED] iSpring scrom error in internet explorer

Anything about what happens on the user and teacher side
Post Reply
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

[FIXED] iSpring scrom error in internet explorer

Post by murat »

hello to everyone,

My problem is iSpring scrom error in internet explorer.

when I opened scorm in the browser ,later i saw white, blank page opened.

What should I do to open internet explorer scorm?
(Foot note: I use the docebo 4.5)

a solution method;

1)open 'res' folder in ispring scorm package.
2)open 'index.html' file
3) add to fixed ispring ie code <head> between the </ head>
4)save index.html file and refresh your browser!

or

Download attachment (lms.js) after copy-paste in ispring scorm folder.

fixed ispring ie code;

Code: Select all


<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js. In Flash, run \"Apply Active Content Update\" in the Commands menu to copy AC_RunActiveContent.js to the HTML output folder.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '983',
'height', '614',
'src', 'movie',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'movie',
'bgcolor', '#ffffff',
'name', 'movie',
'menu', 'true',
'allowScriptAccess','sameDomain',
'movie', 'movie',
'salign', ''
); //end AC code
}
</script>

Attachments
lms.js.zip
ispring scorm package-change files
(9.4 KiB) Downloaded 235 times
Last edited by murat on Mon May 20, 2013 9:18 pm, edited 4 times in total.
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: iSpring scrom error in internet explorer

Post by max »

Hi shinemagin, do you have the same problem also with other browsers (chrome, firefox) or only with IE?
Without knowing what kind of L.O. you published I can only make some guesses:

- are you sure the scorm is ok? By the way, you can try scorm compliance of your courses for free with this excellent service:
https://cloud.scorm.com/sc/guest/SignUpForm

- maybe the scorm opens in a pop-up and your pop-ups are blocked?
- maybe your Flash Player needs to be updated?
- maybe you can try with compatibility view?
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Re: iSpring scrom error in internet explorer

Post by murat »

This problem is only with IE

and others is not the answer to my problem (popup,flash,compatibility view)

IE browser plays the normal video but not play scorm (only ispring)
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: iSpring scrom error in internet explorer

Post by max »

Have you tried with cloud.scorm.com to see if your object is fully scorm-compliant?

I also tried to take a look at the iSpring community and knowledge base to see if this problem was reported, but found nothing.

Without seeing the object myself I don't know what else I could suggest, a blank page can appear in the 3 cases I quoted... :-(
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Re: [FIXED] iSpring scrom error in internet explorer

Post by murat »

Error solved.Subject has been changed.

Thank you!
Hello,I'm Murat. If you need me, you can contact my mail
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: [FIXED] iSpring scrom error in internet explorer

Post by alberto »

Hi Murat, thanks for updating us, what was wrong?
User avatar
murat
FormaLms User
Posts: 114
Joined: Fri Oct 12, 2012 6:28 pm
Version: forma.lms 2.0

Re: [FIXED] iSpring scrom error in internet explorer

Post by murat »

Wrong arising from ispring scorm package.

I saw white, blank page ,(error message ; "movie is not loaded") when I opened docebo scorm player (with only ispring scorm package ) in the internet explorer browser.
Hello,I'm Murat. If you need me, you can contact my mail
Post Reply