Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

185
Vistas
How to load the video at a specific time?

Edit: I have reviewed the other posts with a similar question and those do not resolve this issue. The #-t open just gets passed as a GET variable to my proxy script.

The following is to load a video. The source of the video is a php script that checks to ensure user is logged in then outputs the video. This is to ensure that only people logged in can download the video. How do I specify a time to start the video position at?

<video id="test" width="640" height="360" controlsList="nodownload" controls>
  <source src="vidRedir.php?v=video" type="video/mp4">
Your browser does not support the video tag.
</video>

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Append #t=<time in seconds> to the URL. For example, setting src to vidRedir.php?v=video#t=30 will start the video at 30 seconds.

See this MDN article.

about 4 years ago · Juan Pablo Isaza Denunciar

0

const video = document.querySelector('video');
video.currentTime = <Your time here>

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda