Flex: -frames.frame
        Posted  
        
            by Michael Brewer-Davis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael Brewer-Davis
        
        
        
        Published on 2010-04-12T18:36:35Z
        Indexed on 
            2010/04/12
            21:02 UTC
        
        
        Read the original article
        Hit count: 237
        
Has anyone used this successfully or found further documentation than just the below (from the Adobe site):
frames.frame label class_name [...]
Specifies a SWF file frame label with a sequence of class names that are linked onto the frame.
This option lets you add asset factories that stream in after the application that then publish their interfaces with the ModuleManager class. The advantage to doing this is that the application starts faster than it would have if the assets had been included in the code, but does not require moving the assets to an external SWF file.
This is an advanced option.
© Stack Overflow or respective owner