Marmita
11-19-2006, 01:16 PM
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/movies/zip/8996/Windows%20Media%20Player%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);
}
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/movies/zip/8996/Windows%20Media%20Player%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);
}