Hello,
I want to embed a wmv-file. Now I'm trying to embed the WMP9. The clip should be displayed in an embedded WMP, I don't want to show it in the big WMP. I tried many things, but nothing worked. This is the code, I thought it should work:
Code:
<object id="player" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="240" height="200">
<param name="AutoStart" value="true">
<param name="uiMode" value="full">
<param name="URL" value="../../videos/mi.wmv">
</object>
Why doesn't it work?
And how can I embed the WMP9 into Gecko-based Browser?
I found something which said, that I should embed WMP as an applet, but that didn't work, too.