<br clear="all"><br>-- <br>┌─────────────────────────┐<br>│    Narendra Sisodiya ( नरेन्द्र सिसोदिया )<br>│    Society for Knowledge Commons<br>│    Web : <a href="http://narendra.techfandu.org">http://narendra.techfandu.org</a><br>
└─────────────────────────┘Dear all,<br>
I downloaded big buck movie in video format. when i use <br>
<br>
&lt;video src=&quot;Big_Buck_Bunny_Trailer_400p.ogg&quot; controls=&quot;controls&quot;&gt;<br>
your browser does not support the video tag<br>
&lt;/video&gt;<br>
<br>
It show me , video + audio<br>
<br>
but when I use <br>
<br>
&lt;audio src=&quot;Big_Buck_Bunny_Trailer_400p.ogg&quot; controls=&quot;controls&quot;&gt;<br>
your browser does not support the video tag<br>
&lt;/audio&gt;<br>
<br>
It only play audio..<br>
<br>
I have tested in Firefox <br>
<br>
Now my question is, <br>
If i use &lt;audio/&gt; tag with src as a video file, then<br>
<br>
1) Do firefox stream whole video file and play only audio part<br>
OR<br>
2) Do firefox stream only audio part of the file and play it.<br>
<br>
I want to know, is there any bandwidth advantage with  &lt;audio/&gt; tag over &lt;video&gt; tag ?<br>
<br>
If I am unable to explain, do let me know, I will try again...<br>
<br>
<br>
<br>