|
From: bryan h. <bry...@os...> - 2003-04-11 15:07:37
|
FYI I have been developing my stuff on a linux box and that has being going pretty ok for me .... until I got to the part where I get the javascript to talk to the applet. I have always thought that scorm was a joke of a spec but it's the bandwagon that everyone else has jumped on so I might as well get on for the ride. Anyhow I can tell you that SCORM does work with linux but only with the latest version of Mozilla ( Mozilla 1.3 ) It doesn't work with konqueror 3.1 or any earlier version of mozilla, I don't know if it even worked with Netscape Navigator. What a fantastic standard eh ? Truly cross platform ! Anyhow I have to upgrade to the latest version of Mandrake to get MOZ 1.3 so it will be after the weekend before I can check in my stuff. Here is some things that I am doing I am now using the swing based applet as the api adaptor . I have created an Interface called ISCORMApplet which my new applet is using I am using stubs in conjunction with my appletlogger class at present but am going to switch to implimentation on Monday. --B |