I would like to know how to store and access components in more than one directory. I have a directory called "components" that holds my navigation components that I referr to in my main.mxml file as such "xmlns:nav="Navigation_Components.*".
What I want to do is create another directory with my form components, so the directory will be called "form_Components". I tried referring to this directory in main.mxml as such "xmlns:form="form_Components.*", but get a "no property with 'componentName'" error. It seems that I can only have one diretory with all components. That doesn't seem right. Does anyone know how to call multiple components in multiple directories? Thanks in advance. ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- 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/ <*> 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/

