+ 13
Which tag is used to make advance video player 3GP n html and also allows to make playlist and it play next video while we slide
And it's also support multi graphic
1 Answer
+ 2
To my knowledge, there is no specific tag to do all that, I think you will need to use an API like one of the following:
The YouTube API: https://developers.google.com/youtube/
The Vimeo API:
https://developer.vimeo.com/
The Dailymotion API:
https://developer.dailymotion.com/
Or you will need to make your own API if you don't want to use a third party API, because there is no specific HTML tag to play videos, make playlists, auto slide and support multimedia options.