FLV Playlist

I need to implement somekind of flv playlist. I’ve implemented the flv playback for a movie… but what i need to do is let’s say we have an array of 3 movies and i need them to play each after the other one has finsihed playing. like let’s say array (‘1.flv’,‘2.flv’,‘3.flv’) and when i press play it should act like one movie and play all 3 of them like this… 1.flv first and when it finishes play 2.flv and so on… but the user does not know it’s loading a new movie… it thinks it’s one movie. It’s some kind of merge for the three of them. PS: I am using the FLVPlayback component for playback.