<event>

Allows an event defined externally in a Flash project (see Embedding Your Applicationto be executed and defines the node to proceed to upon completion of the event.

Because the application will execute the external function defined within the <type> tag and will not return until the external resume() API is called, no tags that automatically advance the experience (e.g., <next_node>, <media_custom_event node=""/>, etc.) should be used in the same node as an <event> tag.

Only one <event> tag should be defined within a single node.

Child of: <node name="">
Parent of: <type>, <resume_node>
See also: <metric>

Example:

<event>
            <type>EVENT</type>
            <resume_node>RESUME_NODE</resume_node>
</event>