Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Now that you have created a separate project with a copy of your Model tier and it is successfully building a SWC file, you are ready to use that library in your applications (main app, unit test app, mobile version, etc).
Remove the model package
from your application; you are going to reference the library
project now.
Add the library project to the application project Build Path.
In FlashBuilder: Project➝Properties➝Flex Build Path➝Add
Project➝StoryArchitect
Compile the application and see that it builds a StoryArchitectModel.swf file in the
bin-debug folder.
In FlashBuilder: Project➝Clean...➝StoryArchitect