View Single Post
  #1 (permalink)  
Old 01-01-2004, 01:53 PM
fabter fabter is offline
Registered User
 
Join Date: Jan 2004
Location: Germany
Posts: 36
Send a message via AIM to fabter Send a message via Yahoo to fabter
Question embed Windows Media Player 9

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.
Reply With Quote