play mutiple .flv locally
hi, video noob here.
I just open the source code for a flvplayer (made by someone else) first time today
Does anyone know how alter the code so that it will play several .flv one after another (sort a like a playlist)?
Here is the source code:
Quote:
// toggle for which file to play if none was set in html
// you can change the 'test.flv' in your filename
if(!_root.file) { file = 'video.flv' } else { file = _root.file; }
Sorry if this is a dumb question. I am both noob on Video AND Coding
Thanks