Changing the folder path to the cloud path

On my PHP site this works successfully (example) – showing/playing the video file on the web page:

Code (Text):

<video width="130" height="125" type="video/mp4" poster="../img/test1.jpg" src="../video/testvid1.mp4"></video>

But when I […]

See original post by invalid@example.com (chrisj)

Leave a Reply