NIPO ODIN Version 5.17

Previous Topic

Next Topic

Adobe Flash Application

As can be deducted from the previous paragraphs, the Adobe Flash application must make a call to the JavaScript function SendDataToJS():

SendDataToJS([123,'ABC']);

In the previous examples we assumed a question where 2 items were needed, so the call to the function should provide an array of elements. If less or more items are used, all items need to be adjusted accordingly.

Refer to your Adobe Flash documentation for Action Script 2 or Action Script 3 for information on how to call Javascript functions from within Adobe Flash.

See Also