Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Graphics, Flash and Multimedia _ HTML code for video on Safari

Posted by: DS92 Oct 5 2016, 03:17 AM

Good morning, I'm creating a website and in one page I put the following code

CODE
<video width="450" height="450"controls>
    <source src="Video/Video1.mp4" type="video/mp4">
    </video>


or using youtube:

CODE
<iframe width="560" height="315" src="https://www.youtube.com/embed/NGrLb6W5YOM" frameborder="0" allowfullscreen></iframe>


I can see the videos in chrome, firefox, explorer and so on, except SAFARI. Can someone help me to solve these problems? or can someone send me an example code, which works correctly on all browers?

Thank you really much
Best Regards
Denis


Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)