Difference between revisions of "Flash Applets Interface"

From WeBWorK_wiki
Jump to navigation Jump to search
m (simplified redirect)
Tag: Redirect target changed
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Introduction==
 
  +
#REDIRECT [[Flash_Applets_Tutorial]]
The communication between the applet and the JavaScript code in the WeBWork page uses the ActionScript class [http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/external/ExternalInterface.html <code>ExternalInterface</code>]. Using this class, the developer can define ''callbacks'' in the ActionScript code to be called by JavaScript, and also directly call JavaScript code from ActionScript.
 
 
In this page we do not discuss the details of the <code>ExternalInterface</code> class, but describe the methods that WeBWork expects to be made available by the applet. The details of how to implement these functions is show in the examples that follow.
 
 
==Functions Expected by the Interface==
 

Latest revision as of 19:16, 16 June 2021