\n');
}
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function menu1_DoFSCommand(command, args) {
var menu1Obj = InternetExplorer ? menu1 : document.menu1;
var menu1Obj = document.getElementById('menu1');
//
if (command=="myvideo"){
if (navigator.appName == "Netscape") {
document.VideoObjName.DoStop();
document.VideoObjName.SetSource(streams[args]);
document.VideoObjName.DoPlayPause();
} else {
document.VideoObjName.DoStop();
document.VideoObjName.SetSource(streams[args]);
document.VideoObjName.DoPlay();
document.all.aCell.background="images/pic2s.gif";
}
}
if (command=="stopvideo"){
if (navigator.appName == "Netscape") {
document.VideoObjName.DoStop();
} else {
document.VideoObjName.DoStop();
}
}
if (command=="videob1"){
if (navigator.appName == "Netscape") {
document.VideoObjName.DoStop();
document.VideoObjName.DoStop();
document.VideoObjName.SetSource(streams[args]);
document.VideoObjName.DoPlayPause();
} else {
document.VideoObjName.DoStop();
document.VideoObjName.Source=streams[args];
document.VideoObjName.DoPlayPause();
}
}
}
//-->