Does adobe flash player support .mp4 file
Hi,Does adobe flash player (play)support .mp4 file format, i try to play a .mp4 file through adobe flash, below is my code but it was saying plugin missing but when i give a .swf file it was working fine.
<object width="320" height="240">
<param name="movie" value="web_upload_video.mp4" />
<embed src="web_upload_video.mp4" width="320" height="240" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>
</object>
Thanks in Advance.