I have this flex project.And the below mentioned is my directory structure (List1).Now if i want to use an external package which has the following directory structure as mentioned in List2 Where should i include it and how am i suppose to use it in the code
List1:Projectname : Dirtest
.settings
bin-debug
html-template
libs
src
.actionScriptProperties
.flexProperties
.project
List2: External project directory structure.
loyui/assests
loyui/bin
loyui/lib
loyui/src/fr/lab/test.as
Where to copy the above external project and how to use it in List1
import mx.controls.Alert;
import flash.events.SampleDataEvent;
import flash.media.Microphone;
import flash.net.FileReference;
import mx.controls.Alert;
import flash.net.FileReference;
import flash.display.Sprite;
//How to execute this statement successfully
import fr.lab.test;