tech quest. Getting WMVs to play in firefox browsers for members.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cspdinc
    Confirmed User
    • Jan 2004
    • 724

    #1

    tech quest. Getting WMVs to play in firefox browsers for members.

    What we've seen so far, and we want to know if we're right or not, is that its on the users side to add the needed plugin to be able to view WMV and QT..

    If there are any firefox pros who can shed light on this I'd be greatly appreciated.
    thanks
    www.pregoplanet.com
    Last edited by cspdinc; 09-12-2006, 04:31 PM.
  • StuartD
    Sofa King Band
    • Jul 2002
    • 29903

    #2
    Firefox pretty much knows what to do with WMV's these days.... however, if you don't encode them properly (missing the correct headers)... then FireFox will just try to display the contents within the browser window.
    This is me on facebook
    This is me on twitter

    Comment

    • SmokeyTheBear
      ►SouthOfHeaven
      • Jun 2004
      • 28609

      #3
      it depends on how you display them
      hatisblack at yahoo.com

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        try this
        <object id=MediaPlayer name=MediaPlayer classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95 standby=standby width=656 height=520><param name=Filename value=http://yoursite.com/yourvideo.wmv><param name=AnimationAtStart value=true><PARAM NAME=AutoStart VALUE=True><PARAM NAME=loop VALUE=True><param name=TransparentAtStart value=false><param name=ShowControls value=true><param name=showstatusbar value=true><embed width=656 height=520 src=http://yoursite.com/yourvideo.wmv controller=true displaysize=4 autoplay=true showstatusbar=1 playeveryframe=false loop=true></object>
        hatisblack at yahoo.com

        Comment

        • cspdinc
          Confirmed User
          • Jan 2004
          • 724

          #5
          thanks I'll give this a try...

          Comment

          Working...