Hi All,
Below is the sample code which I am using for embeding video in Safari.
But instead of playing the file it is opening the html code as such in the Safari browser.
<!DOCTYPE html>
<html>
<body>
<video width="640" height="360" poster="poster.jpg" controls autoplay>
<source src="Screen_4.mov";type="video/mp4">
</source>
</video>
</body>
</html>
Am I am missing some settings on the server. Any help will be appreciated.
Below is the sample code which I am using for embeding video in Safari.
But instead of playing the file it is opening the html code as such in the Safari browser.
<!DOCTYPE html>
<html>
<body>
<video width="640" height="360" poster="poster.jpg" controls autoplay>
<source src="Screen_4.mov";type="video/mp4">
</source>
</video>
</body>
</html>
Am I am missing some settings on the server. Any help will be appreciated.