I have a list of items and and would like to after the ng-click on selected item play videofile with given URL.
It means that player instance for view should be hidden and after the click on the list item should be played given video file in fullscreen, loop and without sounds.
How can i do it please?
I tried to to do via API.play() method from:
http://www.videogular.com/tutorials/videogular-api/
But without the luck.
Many thanks for any advice.
You can use
API.toggleFullScreen()
method.HTML
JS