The only way I know of to get it to generate the .as files is to use the command line compiler - mxmlc.exe
That lives in the "Flex Framework 2 Alpha\bin" directory which I think is automatically added under the Flex Builder install if you use the standalone install.
Once you've found it, you can compile a file using the following from the command line:
mxmlc -keep {path_to_file}
Spike
On 11/3/05, Julian Suggate <[EMAIL PROTECTED]> wrote:
Hi all,Anyone know where/if we can get our hands on the component source for the Flex2 Alpha?Also, there's a directory underneath my FB2 project tree called "generated" but it always seems empty! Is there a way to inspect the generated as3 code in Flex2 projects? Just for interests sake more than anything else...Jules
--
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
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.
--
--------------------------------------------
Stephen Milligan
Do you do the Badger?
http://www.yellowbadger.com
Do you cfeclipse? http://www.cfeclipse.org
--
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
- 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.

