Modules in Flex
        Posted  
        
            by theband
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by theband
        
        
        
        Published on 2010-05-19T13:30:34Z
        Indexed on 
            2010/05/19
            19:30 UTC
        
        
        Read the original article
        Hit count: 293
        
flex
 <?xml version="1.0"?>
  <!-- This module loads an image. -->
  <mx:Module  width="100%" height="100%" 
       xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Image source="trinity.gif"/>
  </mx:Module>
I have such 10 modules. Is there any Method in Module Class where i can hide and show based on user login.
© Stack Overflow or respective owner