Hi,
I’ve built a web based flash piece with video tutorials. It’s a very simple application. There’s a menu and when you click a menu item it loads the respective video into the video player. All the videos are external .flvs and the videos to be used are defined by an XML file. There are no quiz questions and the user can view the videos in any order they want.
We now need this video training application to be SCORM compliant. I am using flash CS3 and AS3. I understand that the two main things I need to do are standardize the client/server communication and define how the application assets can be packaged up for use elsewhere. So here are my questions:
-
Should I use SCORM 1.2 or SCORM 2004
-
Considering my simple video viewing application, what does my client/server communication entail? I know it has to use javascript. Does the flash call the javascript which then makes ajax calls to the backend to store the videos the user has completed? What are the minimum requirements here? Can I use PHP/MySQL? What are the minimum requirements for the server backend?
Thx, Ill probably have more questions.