|
When setting a new
objective, is it possible to do next thing : SetValue(“cmi.objectives.12344.id”,
“12344”); Of do I need to begin
with SetValue(“cmi.objectives.0.id”,
“12344”); With the first SetValue,
next time the SCO is started, I can easily go and look if an item in my ‘flash
player’ is completed in a previous session. With the second SetValue,
I would have to go and iterate trough all the objectives until I find one with
Id “12344”. Lieven lieven cardoen indiegroup From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Hi, Aaron, I started
using the Flash/Js integration Kit instead of the SCORM2004Obj.as class
(example from ADLnet.org). When calling proxy.call("initialize"); How can I know that this
was successful? Example : proxy.call("initialize"); var
max_time_allowed:Sring = proxy.call(“GetValue”, “cmi.max_time_allowed”); In the scorm-manifest the
max_time_allowed is set for the SCO. Will this example work,
or do I need to wait for the initialization to be done. I guess that working with
the proxy is asynchronous or am I wrong? Thx, Lieven Cardoen lieven cardoen indiegroup From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen It is home-grown. lieven cardoen indiegroup From:
I think a lot of that
depends on your LMS. What LMS are you using (or is it home-grown)? On 4/30/06, Thx Aaron, this was all very clear. I have
started to implement SCORM in our Flash-Player, and it looks great. Another challenge will be to let our LMS read SCORM-packages.
It seems more difficult. How do other companies do this? I've seen some
open-source SCORM-players. Can you plug these in your LMS or do you need to
implement your LMS to read the packages. I'll keep you updated on my efforts. lieven cardoen
|
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
