Click to See Complete Forum and Search --> : External API


PAlexC
08-10-2005, 09:53 PM
Who's got more info on it? It's been kind of lost in the shuffle, gSolo, you gotta know something.

FlashGuru
08-10-2005, 10:08 PM
External API is for calling javascript functions from actionscript and vica versa. You can pass native data types between the two scripting languages.

More info from Mike Chambers at:

http://www.osflash.org/doku.php?id=flashcoders:undocumented:flash8

gSOLO_01
08-10-2005, 10:26 PM
Ya, the external interface stuff is pretty straight forward. Very good stuff.

http://www.osflash.org/doku.php?id=flashcoders:undocumented:flash8#extern alinterface_api

PAlexC
08-10-2005, 10:48 PM
Excellent, this should make SCORM API <-> content communication much simpler.