from EdgeCommons I'm using EC.loadComposition to load another website into a container within EA.
Now, from a button inside this loaded composition I would like to call a stop function to target a label on the main stage of the EA file.
sym.getComposition().getStage().stop("scene4"); does not work.
It think it has to go outside of sym because the composition container is actually an iframe.
Thank you