[FIXED] iSpring scrom error in internet explorer
Posted: Wed Nov 14, 2012 12:18 am
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;
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>