The Elearning Community • [FIXED] iSpring scrom error in internet explorer
Page 1 of 1

[FIXED] iSpring scrom error in internet explorer

Posted: Wed Nov 14, 2012 12:18 am
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>


Re: iSpring scrom error in internet explorer

Posted: Wed Nov 14, 2012 7:44 am
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?

Re: iSpring scrom error in internet explorer

Posted: Sat Nov 17, 2012 10:59 pm
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)

Re: iSpring scrom error in internet explorer

Posted: Sun Nov 18, 2012 11:24 am
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... :-(

Re: [FIXED] iSpring scrom error in internet explorer

Posted: Mon May 20, 2013 2:58 pm
by murat
Error solved.Subject has been changed.

Thank you!

Re: [FIXED] iSpring scrom error in internet explorer

Posted: Tue May 21, 2013 6:57 am
by alberto
Hi Murat, thanks for updating us, what was wrong?

Re: [FIXED] iSpring scrom error in internet explorer

Posted: Tue May 21, 2013 11:17 am
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.