Welcome to the world of Flex.  In Flex the loadMovie functionality is 
basically encapsulated within the mx:Loader component.

You should be able to have a base MXML file with an mx:Loader in it 
and pass in other MXML files for the Loader to load


--- In flexcoders@yahoogroups.com, "chris.alvarado" 
<[EMAIL PROTECTED]> wrote:
> Good morning everyone,
> 
> So it looks like I will be rebuilding a year long project that I
> originially developed in Flash, with Flex.
> 
> The current structure is that i have a "controlling" movie that acts
> as the skeleton. if a user is not logged in they are presented with 
a
> login box and that is all. once the user logs in successfully they 
are
> presented with various navigation icons based on whatever 
permissions
> they have. when they select a particular navigation item, the
> subsequent interface is loaded into the conrolling movie using the
> loadMovie() method. (each interface is a separate .swf).
> 
> so my question is, how would i replicate this structue in Flex? 
would
> i make each interface it's own MXML file? and if so how would i call
> those files into the main MXML file?
> 
> any suggestions would be greatly appreciated, as would any urls to
> some examples of similar scenarios.
> 
> thanks all!
> 
> -- 
> -chris.alvarado
> [application developer]




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to