25 Novembre 2024 05:37:08
Notizie: VOLONTARI CERCASI — Nuova Guida di localizzazione per Mozilla Italia
0 Utenti e 1 Visitatore stanno visualizzando questo topic.
<script>function getKeycode(e){ var msg=" pause sarà disattivato tra 5 secondi"; var blnkey = e.which document.frmMain.txtShowKey.value = "Keycode2 = " + blnkey; if (blnkey=='32'){ document.video1.pause(); window.setTimeout("doRedirect()", 15000);}}document.onkeydown = getKeycode;</script> <embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="no" hidden="no" fullscreen=no ShowTracker=0 target="http://192.168.168.111/cond/talos.ts";></embed><br > <a href="javascript" </a><input type=button value="Play/Pause" onClick='document.video1.pause();'> <input type=button value="Stop" onClick='conferma();'><input type=button value="Fullscreen" onClick='document.video1.fullscreen();'> <br><form name="frmMain"> <input type="text" name="txtShowKey"><br><br>
visualizzazione migliore del codice