Hi,
I just started Flex2 yesterday. I am trying to make an application and
I have a few questions...
1. if i have different modules, do i make every one of them on a
separate application file and then load the swf into my main app file?
(the default)
2. if the answer to the above question is yes, then where and how do i
set up the files according to my tree organization with the bin and
html templates? (ex i have a main program called 'main.mxml' and i
want to make 'module1.mxml' but when i do that, all the associated
files such as the module1.swf, module1-debug.swf, and so on go
automatically in the bin. are they supposed to be there? can i
subdivide them into directories? like /bin/module1/... etc)
Thanx so much for the help,
Pete
--
diabetic? http://www.diabetesforums.com
Albert Einstein - "It's not that I'm so smart, it's just that I stay with problems longer." __._,_.___
--
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
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
- [flexcoders] File Organization when Loading External SWF pityr2003
- Re: [flexcoders] File Organization when Loading Externa... Clint Tredway
Reply via email to
You can make your subfiles (module1.mxml) a component and then use it in main.mxml. I can provide a simple example if you wish.
On 10/5/06, pityr2003 <
[EMAIL PROTECTED]> wrote:

