On my PHP site this works successfully (example) - 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> Code (markup): But when I changed it to the same video file, but with the path to video in the cloud like this (example): <video width="135" height="130" type="video/mp4" poster="../img/test1.jpg" src="https://www.amazon.com/clouddrive/share/2Jnwz78Zs6ItJ-is2Z5GSX_TLSb3z9KxmznK0y3x"></video> Code (markup): 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.