I need your help one more time :D In my website I have:
<a href="test1.mp3" target="iframe">test 1</a>
<a href="test2.mp3" target="iframe">test 2</a>
<a href="test3.mp3" target="iframe">test 3</a>
When I click on url it open this song on this iframe ussing <video>
tag.
It's possible edit video buttons? I mean, for example the style of play/pause button.
I know that it's possible but I don't know the ID of each element for edit it :D
Someone can help me?
Thanks so much.