Ok. Hear me out. An AVI file is uncompressed so it doesn't need plugins or codecs, correct?
Here is my problem. I embeded a AVI file in a website to play. So for instance, my source code would look like this.
<EMBED src=http://www.aunknownhost.com/~videos/VideoClip.AVI width=300 height=300 loop="false" border="10" autoload="true" autostart="true">
Well, once loaded, the sound comes out, but the picture doesn't. I tried experimenting with Windows XP and Windows 2000. The sound and video plays for WIN XP, but not for Windows 2000. Am i missing somethign here?
Realize that AVIS are not compressed and do not need additional codecs.
Here is my problem. I embeded a AVI file in a website to play. So for instance, my source code would look like this.
<EMBED src=http://www.aunknownhost.com/~videos/VideoClip.AVI width=300 height=300 loop="false" border="10" autoload="true" autostart="true">
Well, once loaded, the sound comes out, but the picture doesn't. I tried experimenting with Windows XP and Windows 2000. The sound and video plays for WIN XP, but not for Windows 2000. Am i missing somethign here?
Realize that AVIS are not compressed and do not need additional codecs.