I am creating an AIR application, The mainapp.mxml has a button and VBOX. When clicked on button, child.mxml should be displayed in VBOX.
Would appreciate if the code is in flex also , as it would be easy for me to modify the tags.
can anyone help me how to do it please! Thanks in advance
Add a click handler to the button, in that handler create an instance of child and add it to the VBox:
And the handler: