0

I am calling a COM component in IE. Here is the code

<object align="left" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" 
        id="Winvideo-Silverlight2RTW-Hypervideo-Part1-WMVa.wmv">

    <param name="FileName" value="Winvideo-Silverlight2RTW-Hypervideo-Part1-WMVa.wmv">
    <param name="AutoRewind" value="true">
    <param name="AutoStart" value="false">    
    <param name="ClickToPlay" value="true">
    <param name="Mute" value="false">
    <param name="ShowControls" value="true">
    <param name="ShowDisplay" value="true">
    <param name="ShowTracker" value="true">
    <param name="PlayCount" value="1">

</object> 

It is working fine in IE, but not in Mozilla Firefox.

0

1 Answer 1

1

You'll want to add <object type="application/x-ms-wmp">.

But still, many Firefoxen and other browsers won't have Windows Media Player plugins installed. Even on IE I find it — along with QuickTime and Real — pretty unreliable... which is why most people have ended up using Flash Video these days instead of trying to embed a media player.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.