M
M
massef2015-09-14 13:02:18
HTML
massef, 2015-09-14 13:02:18

Why is video not playing in IE9 via tag?

Subject.
The code is like this:

<video id="video_bg" width="100%" autoplay="true" loop="loop" preload="auto">
    <source src="video/MANGO_FON-WEB-3_2015-09-02.mp4" type='video/mp4'>
    <source src="video/MANGO_FON-WEB-3_2015-09-02.webm" type='video/webm'>
    <source src="video/MANGO_FON-WEB-3_2015-09-02.ogv" type='video/ogg'>
</video>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2015-09-14
@massef

Try to find out why
blogs.msdn.com/b/thebeebs/archive/2011/07/20/html5...

D
Denis Ineshin, 2015-09-14
@IonDen

Not sure if IE9 supports nested sorts. videoTry to add next to the tagsrc="video/MANGO_FON-WEB-3_2015-09-02.mp4"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question