<html> <head> <title>gmPlayer Installer</title> <script LANGUAGE="JavaScript"> // will redirect to this page var gmPlayerURL = "setupvhsnotes.html" // Esta variable es cambiada a false en gmPlayerTest.html // cuando el evento onerror ocurre en el objeto de gmPlayer var loadedGmPlayer = true; var isOK = true; var sBrowser; var sVersion; function setBrowserType() { var aBrowFull = new Array("opera", "msie", "netscape", "gecko", "mozilla"); var aBrowVers = new Array("opera", "msie", "netscape", "rv", "mozilla" ); var aBrowAbrv = new Array("op", "ie", "ns", "mo", "ns" ); var sInfo = navigator.userAgent.toLowerCase(); sBrowser = ""; for (var i = 0; Math.min(i , aBrowFull.length-1)==i; i++) { if (sBrowser == "") if (sInfo.indexOf(aBrowFull[i]) != -1) { sBrowser = aBrowAbrv[i]; sVersion = String(parseFloat(sInfo.substr(sInfo.indexOf(aBrowVers[i]) + aBrowVers[i].length + 1))); } } } function getBrowserName() { return sBrowser; } function getBrowserVersion() { return sVersion; } function changeGmPlayerMsg() { if(isOK) { if (loadedGmPlayer) { gmp.src="setup/yes.gif"; } else { gmp.src="setup/no.gif"; isOK = false; gmpCheck.innerHTML = gmpCheck.innerHTML+'<br/><br/><div class="inst-error"><b>gmPlayer AvtiveX not installed</b><br/>To install it automatically, go to the "Tools" menu and select "Internet Options...". ' + 'Go to the "Security" tab, select "Internet" zone and apply a default level of "Medium".<br/><br/>'+ 'If you were asked to trust an ActiveX signed by Infolib S.A. and you clicked on "no", please reload this page and click on "yes".'+ '<br/><br/><strong>Or</strong><br/><strong>Manual Installation:</strong><br/>Setup instructions: '+ '<ol><li><strong><a target="_blank" href="http://www.glifos.com/media/installer/gmnotessetup.exe">Click here</a></strong> to download an installer.</li><li>Click '+ 'on save and select a temporary file to save the "gmnotessetup.exe".</li><li>When the download is over, click on open, or double click on it manually.</li></ol></div>'; } } redirect(); } function checkSettings () { hasjava.innerHTML=""; // Revisamos Navegador setBrowserType(); if (getBrowserName() == "ie") {if (Math.max(getBrowserVersion() , 5.5)==getBrowserVersion()) { ie.src="setup/yes.gif" if( fHasWMP7 ) { wmp.src="setup/yes.gif"; } else { wmp.src="setup/no.gif"; wmpCheck.innerHTML = wmpCheck.innerHTML+'<br/><br/><div class="inst-error">If you already have any of the supported Windows Media Player versions follow these steps to enable ActiveX. Go to the "Tools" menu and click on "Internet Options...", select the "Security" tab and choose "Internet" zone, click on "Custom Level..." and enable in the "ActiveX controls and plug-ins" section: "Download signed ActiveX controls", "Run ActiveX controls and plug-ins", "Script ActiveX controls marked safe for scripting". If you do not have Windows Media Player 7, 8, 9, or 10 <strong><a target="_blank" href="http://www.microsoft.com/windowsmedia/">click here</a></strong> to install.</div>' isOK = false; } } else { ie.src="setup/no.gif" browserCheck.innerHTML = browserCheck.innerHTML+'<br/><br/><div class="inst-error"><b>Internet Explorer 5.5 or 6.0 required</b><br/>Internet Explorer 5.5 or 6.0 is required to play Media. <strong><a target="_blank" href="http://www.microsoft.com/ie/">Click here</a></strong> to download and get more information.</div>' isOK = false; } } else { ie.src="setup/no.gif" browserCheck.innerHTML = browserCheck.innerHTML+'<br/><br/><div class="inst-error"><b>Internet Explorer 5.5 or 6.0 required</b><br/>Internet Explorer 5.5 or 6.0 is required to play Media. <strong><a target="_blank" href="http://www.microsoft.com/ie/">Click here</a></strong> to download and get more information.</div>' isOK = false; } document.all.gmplay.src = "setup/gmplayertest.html"; } function redirect() { // Revisamos que todo este bien if (isOK) { error.innerHTML = '<strong>All requirements fulfilled</strong><br/><br/><strong>Moving on to the Media...</strong><br/><span style="font-size:8pt">If you are not redirected please <strong><a href="setupvhsnotes.html">click here</a></strong></span>'; setTimeout("window.navigate('"+gmPlayerURL+"')", 1000); } else { } } </script> <style> body { margin: 0px; background-image: url(setup/bkg-gmplayer-01.jpg); background-repeat: repeat-y; background-position: center top; } .tit-gmplayer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #666666; text-decoration: none; } .tit-step-01 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #333333; text-decoration: none; } .txt-comment-01 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; text-decoration: none; } .table-border-top-01 { border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: dotted; border-top-color: #c0c0c0; border-right-color: #c0c0c0; border-bottom-color: #c0c0c0; border-left-color: #c0c0c0; } .table-border-top-02 { border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: dotted; border-top-color: #FF9900; border-right-color: #FF9900; border-bottom-color: #FF9900; border-left-color: #FF9900; } .inst-error { color:#238404; } a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; color: #cc6633; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: underline; color: #FF9900; } </style> </head> <body onLoad="checkSettings()"> <div align="center"> <table width="500" border="0" cellspacing="20" cellpadding="0"> <tr> <td width="96"><img src="setup/gmplayer.gif" alt="gmPlayer" width="96" height="23" style="position:relative; top:-10px;"/></td> <td width="374"><font class="tit-gmplayer" style="position:relative; top:10px; left:20px;"> Configuration Checklist</font></td> </tr> </table> <table width="500" border="0" cellpadding="0" cellspacing="20" class="table-border-top-01"> <tr align="left" valign="top"> <td width="30"><img src="setup/no.gif" alt="screen shot" width="30" height="18" id="ie"/></td> <td width="67" class="tit-step-01">Step 1</td> <td class="txt-comment-01" id="browserCheck"> <strong>Web browser and JavaScript </strong><br/> Internet Explorer 5.5 or 6.0 is required and JavaScript must be enabled <div class="inst-error" id="hasjava"><br/><b>JavaScript disabled or not supported</b><br/>Your current web browser has JavaScript disabled or does not support it. <br/>To activate it in Internet Explorer, go to the "Tools" menu and click on "Internet Options...", select the "Security" tab and choose "Internet" zone, click on "Custom Level..." and enable "Scripting / Active Scripting".<br/><br/>If you do not have Internet Explorer please <strong><a target="_blank" href="http://www.microsoft.com/ie/">click here</a></strong> to download the newest version.</div> </td> </tr> </table> <table width="500" border="0" cellpadding="0" cellspacing="20" class="table-border-top-01"> <tr align="left" valign="top"> <td width="30"><img src="setup/box.gif" alt="screen shot" width="30" height="18" id="wmp"/></td> <td width="67" class="tit-step-01">Step 2 </td> <td class="txt-comment-01" id="wmpCheck"> <strong>Windows Media Player </strong><br/> Windows Media Player 7, 8, 9, or 10 required and ActiveX must be enabled.</td> </tr> </table> <table width="500" border="0" cellpadding="0" cellspacing="20" class="table-border-top-01"> <tr align="left" valign="top"> <td width="30"><img src="setup/box.gif" alt="screen shot" width="30" height="18" id="gmp"/></td> <td width="67" class="tit-step-01">Step 3 </td> <td class="txt-comment-01" id="gmpCheck"> <strong>gmPlayer </strong><br/> Attempting to install gmPlayer ActiveX... <br/> If you are asked to trust an ActiveX by Infolib S.A. please click on "yes".</td> </tr> </table> <table width="500" border="0" cellpadding="0" cellspacing="20" class="table-border-top-01"> <tr align="left" valign="top"> <td width="120"> </td> <td class="txt-comment-01" id="error"></td> </tr> </table> </div> <object ID="WMP7" WIDTH="1" HEIGHT="1" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" CODEBASE="#Version=7,0,0,1954"></object> <SCRIPT LANGUAGE="VBScript"> On error resume next fHasWMP7 = false fHasWMP7 = (WMP7.URL = "") </SCRIPT> <div style="visibility:hidden; display:none"><iframe name="gmplay" id="gmplay" width="0" height="0"></iframe></div> </body> </html>