This question is a mouthful... so I'll try to be brief:
SETUP:
HTML Page Wrapper
Flex SWF with iFrame
HTML Page
SWF File (SCORM Object)
/HTML Page
/Flex SWF with iFrame
/HTML Page Wrapper
PROBLEM:
Is it possible to make a Javascript call from the embedded HTML page
within Flex 3 to the HTML Page Wrapper? For example, an event happens
within the SWF SCORM file; upon ending of the event, the HTML Page
should be informed; at this point, a Javascript would be fired off to
the HTML Page Wrapper for additional actions.
Is this possible?
Thanks.