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!