I have a video in html (the format is webm) and it works but, I want to appear the video title in the html (without writing it).
PS: To put the video, I used Media Element.
I have a video in html (the format is webm) and it works but, I want to appear the video title in the html (without writing it).
PS: To put the video, I used Media Element.
I suggest you to use JavaScript. You should read attributes of html element
to get title of your video. To do that, read more about it here. You can also try to use jQuery and it's method called .attr().