    if(swfobject.hasFlashPlayerVersion("15.0.0")){ 
	swfobject.embedSWF... 
	} else { 

	window.location = "http://www.google.com"; 
	}

