Skip to content Skip to sidebar Skip to footer

How To Embed An .avi In Html?

I've found some examples of .AVI in html on the web. But my page http://pianocheater.com/VIDEO.html is problematic. It's fine with chrome on my pc. In IE, you get that dang bar at

Solution 1:

Have you tried just using by itself?

<embedsrc="img/adg.avi"/>

…but you might be better off just using YouTube or something similar.

Solution 2:

This is done a lot easier in flash.

Convert the video to FLV and use the open source JW player to play it. You can convert the video using the open source ffmpeg. (There are a lot of free GUI front-ends to ffmpeg)

Post a Comment for "How To Embed An .avi In Html?"