I'm working on an AS3 project, using FB2. It's a library. I want to include a separate "demos" folder within the project. The demos would use the library, for testing as I write it, and later as examples for people who will use the library. I can't seem to figure out how to have my application classes in the demo folder properly access the source of my library. My directory structure is:
myproject --demos --com ----mysite ------projectname All my library source files are in "projectname". I can only seem to get demo/test classes to work when they are at the top level within the myproject directory. Basically I would like to import com.mysite.projectname.* into the various test and demo classes within the demo folder. TIA ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/3EuRwD/bOaOAA/yQLSAA/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/

