Hi all,
This is a great tip.
If you have a main flex application and you need to load other modules (flex application), you can set this module as External attribute (Project->Properties->Flex Build Path->Library Path->Change the link type of
Framework.swc to External. Compile your application. You got now a little SWF without the framework.swc that is not work alone.
At the main application you can load this module application with LoadMovie. This little module will use the framework.swc of the main application and will work fine!!!!
Sorry my English, but I think that is a great tip!!
regards,
Gustavo Sanabio
Brazil
2006/5/27, Luís Gustavo Sanabio <[EMAIL PROTECTED]>:
Hi all,This is a great tip.If you have a main flex application and you need to load other modules (flex application), you can set this module as External attribute (Project->Properties->Flex Build Path->Library Path->Change the link type of Framework.swc to External. Compile your application. You got now a little SWF without the framework.swc that is not work alone.At the main application you can load this module application with LoadMovie. This little module will use the framework.swc of the main application and will work fine!!!!Sorry my English, but I think that is a great tip!!regards,Gustavo SanabioBrazil
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

