How to create our own video player | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to create our own video player

I want to create my own player with the specification that I want. So that I can specify more attributes such as sound and others. HTML or others Thank you.

5th Jan 2017, 3:28 PM
NEVEN RAJ KAUNDER A/L SIVA RAJA -
NEVEN RAJ KAUNDER A/L SIVA RAJA - - avatar
2 Answers
+ 1
To create your own html video player you have to know JS and html/css JS : manipulate player (sound, volume, play/pause, go forward etc...) Html : to integrate the player in your page Css : to design your own player (buttons, timebar, volumebar ...)
5th Jan 2017, 3:34 PM
The Hardworker
The Hardworker - avatar
0
I know the basics but more specific attributes to create the buttons,timebar,volumebar... :)
29th Jan 2017, 7:52 AM
NEVEN RAJ KAUNDER A/L SIVA RAJA -
NEVEN RAJ KAUNDER A/L SIVA RAJA - - avatar