Custom HTML5 video player controls with AngularJS

后端 未结 4 1552
死守一世寂寞
死守一世寂寞 2021-02-04 18:49

I\'m new with AngularJS. I must create customs controls for a video player (HTML5 ). Basically, I would use getElementById(\'myvideotag\')

4条回答
  •  无人共我
    2021-02-04 19:08

    You could also take a look to my project Videogular.

    https://github.com/2fdevs/videogular

    It's a video player written in AngularJS, so you will have all the benefits of bindings and scope variables. Also you could write your own themes and plugins.

提交回复
热议问题