<!DOCTYPE html>
Play Video
Play
<script>
document.getElementById('playButton').addEventListener('click', function() {
var video = document.getElementById('myVideo');
video.play();
});
</script>
<!DOCTYPE html>
<script>
document.getElementById('playButton').addEventListener('click', function() {
var video = document.getElementById('myVideo');
video.play();
});
</script>
For further actions, you may consider blocking this person and/or reporting abuse
nomi3 -
Arish Khan -
Rain9 -
Jenuel Oras Ganawed -
Top comments (0)