HTML5 Video Player with Controls Part - 2

HTML5 Video Player with Controls Part - 2

FrontEndFunn

5 лет назад

2,649 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@filmyfun9523
@filmyfun9523 - 02.08.2019 17:12

but how to place auto,144p,240p,360p setting option on video

Ответить
@kangmai8043
@kangmai8043 - 23.07.2019 14:42

can u give me your code dude ... ?

Ответить
@EduardoMunguiaMusic
@EduardoMunguiaMusic - 15.11.2018 11:40

great video.
i dont understand the math for
var seconds = parseInt(duration % 60);
var minutes = parseInt((duration %3600) / 60);
var hours = parseInt(duration / 3600);
and the math for
video.currentTime = (seekPosition * completeDuration) /$(playerSeekBar).outerWidth();
can someone explain it to me?

Ответить
@sayedakbarali5650
@sayedakbarali5650 - 14.08.2018 08:22

Thank-you Boss, If possible Please make a full layout Series and if you don't mind can the Channel be rename to Content Specific, as it become hard for people to search for your channel for example DEVTIPS, NET NINJA to name a few as it will help you to get more subscription you truly deserve, sorry if I have commented unnecessarily, as always content is the king and you are one of that.

Ответить
@arsalanshaikh3763
@arsalanshaikh3763 - 14.08.2018 06:30

Thank you for this 2part series

Ответить