Results 1 to 4 of 4

Thread: Embed wmv in Mozilla Firefox

  1. #1
    Join Date
    May 2009
    Posts
    51

    Embed wmv in Mozilla Firefox

    Hi,

    I want to have a video to be embed in a page which is not working in Mozilla Firefox, but if i try to open and play the same page in internet explorer then it's working fine over there according to me it should work in both borwser. I don't know what the issue, does anyone know how to get this video embed in Mozilla Firefox.

  2. #2
    Join Date
    Nov 2005
    Posts
    403

    Embed wmv in Mozilla Firefox

    Sure definitely i will help you out with this before that can you tell me which code are you trying to using it in Firefox will embedding wmv and at the same time can you tell me which version of Mozilla Firefox is installed on your system.

  3. #3
    Join Date
    May 2009
    Posts
    51

    Embed wmv in Mozilla Firefox

    I am having Mozilla Firefox 2.0 and i am using the following code

    Code:
    <OBJECT ID="Player" width="300" height="210" 
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> 
    
    <PARAM name="autoStart" value="True"> 
    <PARAM name="uiMode" value="full"> 
    <PARAM name="volume" value="100"> 
    <PARAM name="mute" value="false"> 
    <PARAM name="URL" value="http://www.techarena.in /getMedia?OpenAgent&title=2007_architecture_video"> 
    </OBJECT>

  4. #4
    Join Date
    Nov 2005
    Posts
    403

    Embed wmv in Mozilla Firefox

    It seems that there would be some issue with activex because of which you are not able to do so, try to follow the below code

    Code:
    <OBJECT ID="Player" width="330" height="310" 
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> 
    
    <PARAM name="autoStart" value="True"> 
    <PARAM name="uiMode" value="full"> 
    <PARAM name="volume" value="100"> 
    <PARAM name="mute" value="false"> 
    <PARAM name="URL" value="http://www.techarena.in/getMedia?OpenAgent&title=2007_architecture_video"> 
    
    <embed src="http://www.techarena.in mmcontroller.nsf/getMedia?OpenAgent&title=2007_architecture_video" width="330" height="310" autoStart="True" uiMode="full" volume="100" mute="false"></embed> 
    
    </OBJECT>

Similar Threads

  1. Replies: 3
    Last Post: 29-11-2011, 07:32 AM
  2. YouTube not working on Mozilla Firefox 6 and Mozilla Firefox 7
    By Kedar!nath in forum Technology & Internet
    Replies: 7
    Last Post: 29-08-2011, 01:32 AM
  3. How to embed Firefox & Safari in MAC RB application
    By Khagendr in forum Software Development
    Replies: 6
    Last Post: 27-07-2011, 08:23 PM
  4. Difficulties in Mozilla Firefox 5.0 and Mozilla Firefox 6.0 ?
    By Udyami in forum Technology & Internet
    Replies: 3
    Last Post: 27-07-2011, 09:11 AM
  5. Replies: 5
    Last Post: 24-03-2011, 10:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,736,554.58146 seconds with 17 queries