PHP Classes

<Video> is not working

Recommend this page to a friend!

      PHP Classes blog  >  HTML 5 for a better Web  >  All threads  >  <Video> is not working  >  (Un) Subscribe thread alerts  
Subject:<Video> is not working
Summary:<Video> is not working for me
Messages:2
Author:nad
Date:2009-07-18 07:01:21
Update:2009-07-18 07:30:49
 

  1. <Video> is not working   Reply   Report abuse  
Picture of nad nad - 2009-07-18 07:25:58
i have tried <Video> tag. But it is working for me.
My browser is Firefox 3.5

here is the sample code
-----------------------
<Video src="file.wmv">
</video>

  2. Re: <Video> is not working   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-07-18 07:30:49 - In reply to message 1 from nad
Windows media is not a format that is expected to be supported by HTML 5. I suppose it only supports OGG Theora format.

Actually, the initial intention was that all browsers should support Theora (OGG) and H264 (MPEG4) codecs. However, there was no agreement between browser vendors about a minimum set of formats that the video tag should support.