|
I’ve searched, and
searched, and I don’t seem to figure out how to get a value… proxy.call( "apiCall", "getValue",
"_DataModelElement_" ); This should go and get a value, but where is the value
stored in??? Lieven From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen No apoligizes needed, but
how do I get this “getValue” working, Aaron? Should we use
fscommands? Or something else? This multi api wrapper is also provided by Adobe
so doesn’t it work or… I’m having lots of problems
finding answers on the internet. Setting values is no problem, but getting
values seems to be harder. Lieven Cardoen From:
Hi Lieven, A couple of things: 1) I'm assuming that you understand that "_DataModelElement_"
is not really a valid parameter. You need to pass something akin to
"cmi.score.raw" 2) I'm also assuming you're attempting to run it in a hosted LMS, and
not in the Conformance Test Suite with Flash player 8 or later. The answers to those assumptions are probably irrelevant,
unfortunately. I was able to get decent results from the 1.2/2004
template in both versions (at the time, 11/2005) of the Run Time
Environment. However, I've had mixed reports in the field that there were
errors (mostly with getting the API) which I've not had time to resolve in the
past couple of months. So I apologize for not keeping it up to date, and will try to document
more of what's working (or not) on flashforlearning.com. my apologies, -a- On 10/25/06, Lieven
Cardoen <[EMAIL PROTECTED]>
wrote: Guys, sorry for posting on both mailing lists, but I don't know where it
belongs. With the SCORM Version 1.2/2004 Template for Flash , if you do following
: proxy.call( "apiCall",
"getValue", "_DataModelElement_" ); how can you access the value???? proxy.call doesn't return anything, and if you do following : var value:String = proxy.call(
"apiCall", "getValue", "_DataModelElement_" ); Mtasc gives an error, because proxy.call has no return value. Lieven Cardoen Ps : I've searched for this on flashforlearning.com, on adobe sit, google, … and
found nothing Lieven Cardoen
|
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
