var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

// Handle all the FSCommand messages in a Flash movie.
function VideoQuizPlayer_DoFSCommand(command, args) {
    if (command == "showAnswers") {//showing answers
        Show(args);
    }
}
