I've been reading up on MVC as I've heard that is the "Best Practice" for
building an RIA with Flash. Can someone provide me an example of how that might
be implemented?

Is this correct?

Model: Database with Stored Procedures
View: Flash Interface, Movie clips etc.. no code or methods
Controller: Movie Clip methods stored in .AS files?

I'm I way off on this? I've seen quite a few articles on MVC as it applied to
Java, but I'm curious the best way to implement this design pattern in Flash.

Thanks