Loading FLVs in new movie clip within main window

I hope my title is accurate. Here’s what I want to do:

I am making an interactive CD. On my main stage, I have a list of videos that I want the user to watch. Like so:

[1] Video A
[2] Video B
[3] Video C

When a user clicks on one of the movie titles, I want a new movie clip to load on top of everything else that makes the stage get darker (an alpha tween to something like 20% transparency) and then loads the appropriate movie clip into an instance of the FLVPlayback component.

Any suggestions? Does my request make sense?