+ 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.
2 Respostas
+ 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 ...)
0
I know the basics but more specific attributes to create the buttons,timebar,volumebar... :)