I have a composition called 'outer' into which I load a composition called 'inner'. Can I get the composition 'inner' to call a function on the stage of the composition 'outer'?
something like:
sym.getComposition().getStage().myFunction(); //doesn't work
any help would be greatly appreicated!