# Playing multipl FLVs with an array

**URL:** https://forum.kirupa.com/t/playing-multipl-flvs-with-an-array/190242
**Category:** flash
**Created:** [June 9, 2006, 6:10pm UTC](https://forum.kirupa.com/t/playing-multipl-flvs-with-an-array/190242 "2006-06-09T18:10:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rondog](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/rondog/32/2478_2.png) [@rondog](https://forum.kirupa.com/u/rondog)
#### Post date: [June 9, 2006, 6:10pm UTC](https://forum.kirupa.com/t/playing-multipl-flvs-with-an-array/190242/1 "2006-06-09T18:10:45Z")

</div>

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
