dadscookies
New Member
I am trying to play video with different browser \[code\]<video Controls> <source src="http://stackoverflow.com/questions/12726831/Videos/2.ogv" type="video/ogv"> <source src="http://stackoverflow.com/questions/12726831/Videos/2.mp4" type="video/mp4"> </video>\[/code\]but the \[code\]google chrome\[/code\] plays the video but \[code\]firefox\[/code\] doesn't play it. it shows an error that \[code\]perticuler MIME type is missing\[/code\] after registering in IIS for \[code\]ogv extension\[/code\] it still shows an error. is there any format that all browser support?