Hi Everybody,
first of all, i'm new in here!
I have download a great video player at flashkit.

Windows Media Player HTML,

http://www.flashkit.com/downloads/mo...yer%20HTML.zip

but I got a problem.

It's only playing 1 .swf, how can i make it possible for playing more .swf

//
fscommand("allowscale", "false");
// This scripts make nex function work
_global.gotoswf = function(swf) {
MediaPlayer.LoaderMovies.loadMovie("movie1.swf") }; I think that the problem is in here somewhere.

// here is how to split the string into arrays
firstload = firstload.split(",");
if (firstload.length>2) {
gotoswf(firstload[0]);
actualmovie = 0;
} else {
gotoswf(firstload);
}