for eg:
Main.mxml, is trying to display a title window in the mxml TtlWindow.mxml.
the show effect (myEffect) that is defined in TtlWindow.mxml (showEffect="myEffect"), should be declared in Main.mxml and not TtlWindow.mxml.
If you declare the effect in TtlWindow.xml the effect will not take effect.
Hope this will help someone ....
Please let me know your thoughts.