Changing the folder path to the cloud path

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

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

But when I changed it to the same video file, but with the path to video in the cloud (example) like this:

<video width="135" height="130" type="video/mp4" poster="../img/test1.jpg"    src="https://www.amazon.com/clouddrive/share/2Jnwz78Zs6ItJ-is2Z5GSX_TLSb3z9KxmznK0y3x"></video>

the video doesn’t show on the web page (but it is a valid path when I copy to the browser bar).

Any help with getting the video to show/play from the cloud to the web page will be appreciated.

I get a 404 when I put this link in to amazon.

https://www.amazon.com/clouddrive/share/2Jnwz78Zs6ItJ-is2Z5GSX_TLSb3z9KxmznK0y3x

Yes, that link is an example. But the actual link is working successfully when I copy it to the browser bar. Any help with getting the video to show/play from the cloud to the web page will be appreciated.

Could you give us your test page that shows this not working? With the actual code.

Everything works successfully on the page until I add the cloud path

If you don’t give us a page to work with how can you expect us to help you?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.