English 中文(简体)
Suggestions for SCORM player + API or Library in Java and player in Flash
原标题:

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

最佳回答

Try open source project http://code.google.com/p/celine-scorm/ I have no experience with it, I just know it s actively developed.

问题回答

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.

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.





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签