对 SCORM 播放器的建议 + Java 中的 API 或库以及 Flash 中的播放器
我希望我能被引导到正确的方向。
我被要求帮助开发一个网络电子培训软件。基本上是视频和问题交替出现。提出了能够处理和播放 SCORM 课程的请求。
我已经阅读了一些内容并熟悉了它的工作原理,并发现了一些精彩且价格实惠的 SCORM 课程创建软件。
我遇到的问题是:我需要一个用于 SCORM 集成的 Java(.NET 是第二选择,也可以)库,我可以将它包装在一个基于 Flash 的 SCORM 播放器(我也需要找到它)
如果我错过了这里已经有它的某个地方。我正在寻找名字,并希望能在这样的库/API 中找到一些经验/意见/需要注意的内容。
谢谢
I'm hoping I can be guided in the right direction.
I have been asked to help with a web eTraining software. Basically videos, and questions alternating. A request has come up to be able to handle and play SCORM courses.
I have done some reading and gotten familiar with how it works, and discovered some wonderful and affordable SCORM course creation software.
The question I'm stuck with is this: I need a Java (.NET is 2nd choice and okay too) library for SCORM integration that I can wrap a Flash based SCORM player around (which I also need to find)
Apologies in advance if I missed somewhere on here that already has it. I'm looking for names, and hopefully some experiences/opinions/what to look out for in such a library/API.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我们公司 Rustici Software 提供了一款名为 SCORM Engine 的产品,它是正是您正在寻找的。它是一个 SCORM 播放器,可以轻松集成到任何系统中。 SCORM 引擎可用于 Java 和 .Net。我们还提供了一个名为 SCORM Cloud 的托管版本,该版本更容易使用集成并开始使用。
Our company, Rustici Software, offers a product called the SCORM Engine that is exactly what you are looking for. It is a SCORM player that can easily be integrated into any system. The SCORM Engine is available in both Java and .Net. We also offer a hosted version called the SCORM Cloud that is even easier to integrate and get started with.
尝试开源项目http://code.google.com/p/celine-scorm/ 我没有这方面的经验,我只知道它正在积极开发。
Try open source project http://code.google.com/p/celine-scorm/ I have no experience with it, I just know it's actively developed.
对于 Flash 方面,您可以查看:
http://pipwerks.com/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/
获取完整教程以及将 Scorm 1.2 和 2004 集成到 Flash 播放器/引擎中的开源代码。
For the Flash side of things, you could check out:
http://pipwerks.com/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/
for a complete tutorial and opensource code on integrating Scorm 1.2 and 2004 into your Flash player/engine.