Imports video in extrnal class

Hi,

I pulled the flvplayback component into my library and got the video playback working loading an external FLV in.

Now I want that code in an external class, the problems I am getting with the video and video events

1046: Type was not found or was not a compile-time constant: VideoEvent.
1046: Type was not found or was not a compile-time constant: Video.

How do I import the video component into my external class