Playing multipl FLVs with an array

Ok I am building an array that looks like this:
[AS]
vidList = new Array[“01_001.flv”, “01_002.flv”, “01_003.flv”, “01_004.flv”, “01_005.flv”];
[/AS]

Can someone help me write a script that will play these files right after another into the MediaDisplay component named ‘vidPlayer2’

This would be greatly appreciated.
-Ronnie