Okay, I am having a problem where locally, the video on the site I am making will load. However, when pushed to my school server, and accessed over the internet, the video will not play except in Safari??
Heres what it looks like.
And just in case anyone is wondering, yes I have uploaded the videos to the server
It will just display an empty player in Safari/Chrome.
What am I doing wrong?
EDIT:
It wont even load in safari from the server.
It loads across all my browsers except Firefox locally, however.
Heres what it looks like.
Code:
<video controls width="350" autoplay="yes">
<!-- if Firefox -->
<source src="media/intro.theora.ovg" type="video/theora.ogv" />
<!-- if Safari/Chrome-->
<source src="media/intro.mp4" type="video/mp4" />
<!-- Fallback -->
<embed src="media/intro.flv" type="application/x-shockwave-flash" width="350" height="250" allowscriptaccess="always" allowfullscreen="true"></embed>
</video
And just in case anyone is wondering, yes I have uploaded the videos to the server
It will just display an empty player in Safari/Chrome.
What am I doing wrong?
EDIT:
It wont even load in safari from the server.
It loads across all my browsers except Firefox locally, however.
Last edited: