0
i have main Application which is Spark component
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
minWidth="955" minHeight="600" initialize="initApp();" xmlns:layout="com.zycus.workflow.editor.view.layout.*">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<layout:LeftPanel id="leftPanel">
</layout:LeftPanel>
</s:application>
What i need is i want to access leftpanel of mail application in Asction Script class
How can i do it?