File manager - Edit - /home/autoph/public_html/ltms-upload/plugins/dropzone/min/video.html.tar
Back
home/autoph/public_html/portal/video.html 0000644 00000000717 15025221514 0014575 0 ustar 00 <video id="myVideo" width="500" height="280" controls autoplay poster="image/poster.png"> <source src="" type="video/mp4" /> <em>Sorry, your browser doesn't support HTML5 video.</em> </video> <?php $videos="test.mp4"; //$videos[1]="http://somedomain2.com/video2.mp4"; //put your code here to convert $vid to $url of the video, e.g. $url=$videos; ?> <script> var vid=document.getElementById('myVideo'); vid.src='test.mp4'; </script>