Following is the code I am using this time to run a simple SCORM package(with a index.html its working). I tried sequencing example from HERE package run - Simple Remediation SCORM 2004 3rd Edition but this package do not have any index.html file, so how do i check the entry point for running it in the below code ?
I believe I need to check something in imsmanifest.xml but unable to locate(googled a lot but unable to crack).
Let me know how to find an entry file for a SCORM2004 package to run?
<!DOCTYPE html>
<html>
<head>
<title>Play SCORM Package - </title>
</head>
<body>
This is going to play a course in an inframe.
<div id="course-show">
<iframe src="SCORM_2004_APIWrapper.js" name="API_1484_11" width="0" height="0"></iframe>
<iframe src="course/sample_SCORM2004/index.html" width="800" height="600"></iframe>
</div>
</body>
</html>
APIWrapper downloaded from - http://www.adlnet.gov/adl-releases-scorm-version-1-2-and-scorm-2004-api-wrapper-files