Video clips

I am having difficulty getting a video to play. It works correctly on my PC (localhost etc…) and it worked on another web hosting site (which I am transferring from) so what is the problem here please…?

<video id=vid controls style=width:700px; margin-left:auto; margin-right:auto; display:block>

The clip is about 35Mbytes.

I have found the answer myself!

There is a limit on the size of files that can be uploaded, and that effectively prevents video clips. The workaround is to upload the video to YouTube, where the video can be public, unlisted or private. The following code then accesses Youtube:-

Thank you. The youtube idea works well, since I don’t need to degrade the video quality.