var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function hgcavideo_DoFSCommand(filename) {
	var hgcavideoObj = isInternetExplorer ? document.all.hgcavideo : document.hgcavideo;
}
//
function sendfilename(file){
	window.document.hgcavideo.SetVariable("filename", file);
} 

