I have an HTML here that I use to generate Players in My Site
But I have to keep changing the contents of the file to access Different Videos
I would like to know if there is a way to change the area:
De acordo com a url inserida Exemplo
www.site.com.br/Player.html?video=video.mp4;img=img.png
Teria que mudar o Arquivo para Php?
Por Favor me Ajude não tenho experiencia com Programação WEB
HTML:
<video id="my_video_1" class="video-js vjs-default-skin" width="640px" height="267px"
controls preload="none" poster='https://image.tmdb.org/t/p/w780/fVcZErSWa7gyENuj8IWp8eAfCnL.jpg'
data-setup='{ "aspectRatio":"640:267", "playbackRates": [1, 1.5, 2] }'>
<source src="" type='video/mp4' />
</video>