Search
 
SCRIPT & CODE EXAMPLE
 

HTML

stop video javascript

<video id="video">
  <source src="movie.mp4" type="video/mp4">
</video>
<script>
  const video = document.querySelector("#video");

video.pause();
video.currentTime = 0;
</script>
Comment

PREVIOUS NEXT
Code Example
Html :: html code æøå 
Html :: js onclick redirect 
Html :: html display only on desktop 
Html :: bootstrap 4 center div 
Html :: sample html file 
Html :: javascript generate pdf from div content jquery 
Html :: how to change font size in html 
Html :: html skype chat link 
Html :: html space between characters 
Html :: comment in html 
Html :: html pi symbol 
Html :: ngclass else 
Html :: target blank rel 
Html :: react html mouseover 
Html :: html year input 
Html :: htaccess code to remove .php extension 
Html :: a tah 
Html :: drop down onchange javascript 
Html :: autocomplete html off 
Html :: how to center h1 i nhtml 
Html :: angular innerhtml 
Html :: action button dropdown 
Html :: making rectangle in css 
Html :: Can I customize the Work Order Tablet View? I want all the buttons at the top. odoo 
Html :: how to break between characters in html 
Html :: what file extension sould you use to save a website 
Html :: table align 
Html :: how to set a default value for a dropdownlist in html with thymeleaf spring 
Html :: insert image html 
Html :: html required checkbox 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =