SCORM Adob​​e Presenter 7内容未在LMS中调用doInitialize

时间:2012-11-12 08:13:16

标签: javascript asp.net adobe scorm

我正在开发一个使用Adobe Presenter 7 SCORM内容的基于ASP.NET的LMS。 根据SCORM 2004 RTE文档,SCO将自动搜索SCORM API并初始化通信。 我在一个页面中包含了SCORM内容和API包装器。 当我尝试运行代码时,SCO确实找到了API,但它没有在API中调用doInitialize()函数。 我做错了什么?我非常感谢您的回复。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <iframe src="JS/SCORM_2004_APIWrapper.js" name="API_1484_11" width="0" height="0"></iframe>
        <iframe src="SCORM2004Sample/SCORM.htm" width="800" height="600"></iframe>
    </div>
    </form>
</body>
</html>

0 个答案:

没有答案
相关问题