right, well i was only referring to as3 files, but i built a simple test 
following the same technique and using mxml files and it works fine.

I had this setup

Project : Test (The 'library project')

        Image.mxml

        com/test/Image2.mxml

both mxml files are just simple image tags

Project : Test2 (The main project)

        Test2.mxml

In Test2 I right clicked the project node, selected properties then in 
the classpath tab in the build path section I added the Test project as 
a folder (it showed up as ${DOCUMENTS}\Test)

Then in the Test2.mxml I could access both Image and Image2 from Test.

for Image I just declared

<Image/>

and to access image 2 i added another xmlns declaration to the 
application tag :

xmlns:test2="com.test.*"

and the component was declared like :

<test2:Images2/>

all worked fine, the image component appeared with the image inside.

dont know if thats useful, but i'll do what i can to help

thanks,

Martin


--
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/
 


Reply via email to