On Jun 21, 12:10 am, "Neil Smith [MVP Digital Media]" <n...[ at ]nospam.com> wrote:
[Quoted Text] > On Wed, 20 Jun 2007 12:36:19 -0700, "makc.the.gr...[ at ]gmail.com" > > <makc.the.gr...[ at ]gmail.com> wrote: > >Hello. I have this HTML code: > > ><OBJECT ID="Player" > > HEIGHT="120" WIDTH="160" > > CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> > > <param name="mute" value="true"> > > <param name="uiMode" value="none"> > > <param name="URL" value="bear.mpg"> > > <param name="windowlessVideo" value="true"> > ></OBJECT> > > >When I open the page, I hear sound, but no picture. If I omit > >windowlessVideo=true, picture is hown fine. Same thing does NOT happen > >with asf file, for example. Any ideas as to why could this be? > > I'm not sure - I'll check it out tomorrow. Which media player version?
11.0.5721.5212 > > First thought - if it's reproducible - is that the MPEG playback is > going through a decoder which doesn't use overlays to display the > video.
How do I verify that? Or intercept the situation from JScript?
|