Problems when importing fl.video

I have no problems if I add that line in the main frame, but if I try to add that into my custom classes like…

package common{
import fl.video.*;
}

It gives me a error in Definition not found… anyone knows why?