# FLV Playlist

**URL:** https://forum.kirupa.com/t/flv-playlist/223513
**Category:** flash
**Created:** [April 23, 2007, 2:44pm UTC](https://forum.kirupa.com/t/flv-playlist/223513 "2007-04-23T14:44:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nikini](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/nikini/32/225_2.png) [@Nikini](https://forum.kirupa.com/u/Nikini)
#### Post date: [April 23, 2007, 2:44pm UTC](https://forum.kirupa.com/t/flv-playlist/223513/1 "2007-04-23T14:44:00Z")

</div>

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.
