How do I use the video tag in Firefox or Chrome

0

I'm trying and can not see the video on my system, by taking% of it, it's working only on Internet Explore. Here is the code:

<video width="320" src="C:\video\ninguemFerro.mov" height="240" controls="controls" type="video/mov; codecs=dirac, speex">< /video>
    
asked by anonymous 07.04.2017 / 21:33

1 answer

1

I believe this video format (.mov) is not supported.
Each browser supports a specific video format, but basically they are 3:

  • .ogg
  • .WebM
  • .mp4

The relationship between the video format and the browser can be found in the "HTML Video - Browser Support" section in w3c < a>.

    
07.04.2017 / 21:42