var swf = '/flash/banner.swf'; var width = '517'; var height = '284'; var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { // if we've detected an acceptable version var oeTags = '' + '' + '' + '<\/embed>' + '<\/object>'; document.write(oeTags); // embed the flash movie } else { // flash is too old or we can't detect the plugin var alternateContent = 'Seu navegador não tem plugin Flash, necessário para exibir essa área' + 'Baixe o Flash'; document.write(alternateContent); // insert non-flash content }