在 SCORM 内容中使用 Silverlight
我正在使用 Sharepoint (WSS 3.0) 和 Sharepoint Learning Kit (SLK) 构建 LMS 系统。要求之一是能够在 SCORM 包中托管 Silverlight 内容。以前有人这样做过吗?我在网上找不到太多(任何内容)谈论如何做到这一点。 SCORM 现有的大多数内容工具都能够处理 Flash,但我还没有遇到任何可以处理 Silverlight 的工具。
如果所有其他方法都失败,我将尝试手动构建 SCORM 包,但我真的很想首先找到一些使用 Silverlight 执行此操作的示例或方法。
以前有人这样做过吗?
I'm building a LMS system using Sharepoint (WSS 3.0) with the Sharepoint Learning Kit (SLK). One of the requirements is to be able to host Silverlight content within the SCORM package. Has anyone done this before? I haven't been able to find much (anything) online that talks about how to do this. Most of the content tools that exist for SCORM are able to handle Flash, but I haven't come across anything that will do Silverlight.
If all else fails, I'll try to manually build a SCORM package, but I'd really like to find some examples or howtos of doing this with Silverlight first.
Has anyone done this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我以前没有亲自做过,但从 SCORM 的角度来看,内容是一个黑匣子。如果它是在 Flash、Silverlight 或其他语言中实现的,那应该不重要。将插件技术与 SCORM 结合使用的复杂部分是通过 JavaScript 与 SCORM API 建立通信。在 Flash 中,在 Flash 影片和浏览器中的 JavaScript 之间建立通信链接可能很棘手。看起来这是一个 Silverlight 中的直接流程。
I haven't done it personally before, but from a SCORM perspective the content is a black box. It shouldn't matter if it is implemented in Flash, Silverlight, or whatever. The complex part about using plug-in technologies with SCORM is establishing communication with the SCORM API via JavaScript. In Flash, it can be tricky to communicate establish a communication link between the Flash movie and JavaScript in the browser. It looks like this is a straightforward process in Silverlight.
查看 SCORM CLOUD,然后构建一个 API 与之对话。 http://www.scorm.com/
希望这有帮助,
丹·林斯特
http://danLinstedt.com
Check out SCORM CLOUD, and then build an API to talk to it. http://www.scorm.com/
Hope this helps,
Dan Linstedt
http://danLinstedt.com