I swear I had includes working earlier but now it seems they aren't. Here is what I did..
Created a new Flex Project Dragged a few components onto the Application Set all the default SWC references to Link Type: External Created an empty compiler config XML file Added -load-config to additional compiler args Added -link-report to compiler args Opened the link report XML and copied all the <ext> nodes Added an <includes> node to my config XML Pasted all the <ext> nodes from the link report into the <include> node Changed the <ext> nodes to <symbol> nodes removing the id and making it the text of the symbol node Removed all the references to internal Flash Player objects Cleaned Debugged... ...Runtime exception... "mx.core::Application could not be found" Why?? ...Seriously frustrating. Shouldn't the <includes> have pulled in the code? <symbol>mx.core:Application</symbol> is right there along with a slew of others. Am I totally misunderstanding things here... is that not how <includes> is supposed to work? -- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

