How to connect Flex app (View) to Controller

I have a Flex app with a centralized event controller. What’s the best way to connect the app to the controller? Right now the View instantiates an instance of the Controller but the controller isn’t aware of the view.