# Multiple FLV's

**URL:** https://forum.kirupa.com/t/multiple-flvs/218625
**Category:** flash
**Created:** [March 9, 2007, 9:33am UTC](https://forum.kirupa.com/t/multiple-flvs/218625 "2007-03-09T09:33:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tulling2](https://avatars.discourse-cdn.com/v4/letter/t/e19adc/32.png) [@tulling2](https://forum.kirupa.com/u/tulling2)
#### Post date: [March 9, 2007, 9:33am UTC](https://forum.kirupa.com/t/multiple-flvs/218625/1 "2007-03-09T09:33:50Z")

</div>

I have a flashplayer that uses basic html and flashvars to push FLV’s, like this:

\<param name=‘flashvars’ value=‘file=movie1.flv’ /\>  
\<embed src=‘player.swf’ FlashVars=‘file=movie1.flv’ /\>

this works fine with one movie, but is there a way to have multiple flv’s to play one after another in a sequence? My scripting capabilites are limited, so if this can be done by just editing the html, that would make my day!
