So I'm trying to make a 3 tier flash application where the main.as calles all the movieclips and addChild()'s them. those movieclip classes are situated in the com.ui package but somehow my app can't load them, they only load is I move my movieclip classes to the default package (the root folder).
How can I import those movieclips like this -> import com.ui.myMovieClip;
I'm using Flash CS5 and Flash Builder