> 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,

It's been awhile since I used the JavaScriptProxy but I seem to recall
having to build a small JavaScript method that wraps the apiCall and
returns SCORM results to a callback in my swf.

I could dig it up for ya if you like. Refresh my memory, where does the
multiAPIWrapper originate? Was it flashforlearning.com?

Cheers,
Andrew







_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to