How to upload mp4 video to website?
Problem Summary
I'm trying to figure out why IE9 insists on employing the Flash fallback for mp4 files when using MediaFront 7.two.x. IE9 plays the mp4 file fine when used in the following HTML5 construct
<video>
<source src='test3.mp4' type='video/mp4'>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="640" height="480" id="myMovieFlashObject">
<param name="movie" value="test3.mp4">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed href="test3.mp4" quality="high" bgcolor="#FFFFFF" width="640" height="480" name="myMovieFlashEmbed" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</video>
Yet when I attempt to play the mp4 file from a file field using MediaFront 7. 2.x-beta1, IE9 uses the Flash fallback instead of the HTML5 video tag, resulting in audio only and no video. Safari correctly gets the video tag.
I am unable to see where in the code MediaFront determines to use the Flash fallback for a given file. If MediaFront is not making this choice, where is it made? thanks for any help.
How to solve this problem?
MP4 to SWF Converter mac can convert mp4 to SWF (Adobe Flash Movie) quickly and easily. MP3 to SWF Converter supports streaming and event sounds. The software also supports batch conversion.
The remaining work is as easy as a piece of cake. When you finished the conversion, you will find four files(.flv, .swf, .html, .jpg) in your output folder. Upload FLV and SWF files to your server host. Open .html file with Dashcode and copy codes(from "") to your website.