Search This Blog

Tuesday, November 3, 2009

Updated: Force the SCORM 2004 3rd Edition Sample Run-Time Environment Version 1.0.2 to launch your course in a new window

The issue that was driving me crazy was that I have a course that is set up to be launched in a new window. The issue was that it was calling window.close() from FLASH and I dont have the source so the easiest fix was to make the Sample RTE launch the course in a new window. What I did was open the folder "C:\ADL\SCORM_2004_3rd_Ed_Sample_RTE_V1.0.2\Sample_RTE\apache-tomcat\webapps\adl\runtime"and made changes to the following files

mtmcode.js
pleaseWait.jsp
sequencingEngine.jsp

Here are the modified files [http://www.jcasolutions.com/codeRepository/adl_popup_plugin.zip]