Reply
media control bar doesn't show in Firefox
Old 03-27-2007, 12:37 PM media control bar doesn't show in Firefox
Extreme Talker

Posts: 166
I posted in the other topic but am not yielding repsonses. Here's my post again:


Ok, I have an issue. I want valid video, but for whatever reason I cannot seem to have it the way I want.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

  <head>

    <title>Video test</title>

  </head>

  <body>

    <div id="video">

      <object type="video/x-ms-wmv" data="videofile.wmv" width="320" height="180" >

        <p><a href="videofile.wmv">The video</a></p>

      </object>

    </div>

  </body>

</html>
It works, but not the way I want. In Opera I do get the control bar, in Firefox however, I do not.

I tried adding
Code:
<param name="controller" value="true" />
but that changed nothing.

Any ideas, or is this some kind of Firefox setting? Because once the video is done, the only way I can get to replay in Firefox is to hit reload (AKA a "replay=reload page" button).



Any help is greatly appreciated.
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-27-2007, 04:41 PM Re: media control bar doesn't show in Firefox
LadynRed's Avatar
Super Moderator

Posts: 6,553
Location: Tennessee
You missed a point in the ALA article, you need the src parameter

<param name="src"
value="http://www.sarahsnotecards.com/catalunyalive/ »
fishstore.wmv" />

It has NOTHING to do with FF vs. IE, I can view the ALA example just
fine in FF.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-27-2007, 05:22 PM Re: media control bar doesn't show in Firefox
Extreme Talker

Posts: 166


No, the video plays fine. The control bar is missing to pause/play the video. It autostarts just fine, but once it is finsihed playing the video just disappears.

Also I'm not sure why you wrote this comment:
Quote:
Originally Posted by LadynRed View Post
It has NOTHING to do with FF vs. IE
I don't like IE, yeah it's gotten better, but it's still not as good as Opera.
Also I would like to point this out.
__________________
George Bush would never take me alive.

Last edited by MJM_RDS : 03-27-2007 at 05:28 PM. Reason: added quote.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Old 03-27-2007, 06:08 PM Re: media control bar doesn't show in Firefox
LadynRed's Avatar
Super Moderator

Posts: 6,553
Location: Tennessee
Quote:
Also I would like to point this out.
Oh please... it's abbreviated as FF ALL over the place and everyone knows exactly what it means.

My comment regarding FF vs. IE was because you implied the fault was strictly with the browser. There are no 'firefox settings'.

From the ALA article:
Quote:
But it turns out that IE6 and IE7 and Safari (strange bedfellows if ever there were), all need a little extra push, in the form of an extra param element:
<object type="video/x-ms-wmv"
data="http://www.sarahsnotecards.com/catalunyalive/ »
fishstore.wmv"
width="320" height="260">
<param name="src"
value="http://www.sarahsnotecards.com/catalunyalive/ »
fishstore.wmv" />

<param name="autostart" value="true" />
<param name="controller" value="true" />
</object> And it works.[/quote]
You might also want to read this one:
http://wiki.dreamhost.com/index.php/...mbedding#Video
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-27-2007, 07:58 PM Re: media control bar doesn't show in Firefox
Extreme Talker

Posts: 166
I'm asking if there is a Fx specific setting because browsers can overwrite settings set in the code, like is there a setting somewhere that makes Fx hide the control bar?
This is what I am after, to have a visible control bar in Fx.
I am using the code from the webpage you posted, and I can see the video in Firefox no problem, but where is the control bar? It's there in Opera, it's even there in IE.
This is one of the few times where I am actually stumped by a problem with Firefox. Usually it's just some line which is not quite right, but this, I have no idea how to fix. It's as if Fx is ignoring these two lines:
Code:
<param name="autostart" value="false" />
<param name="showcontrols" value="true" />
Opera ignores the autostart=false, but that is not as much of an issue as is no controls. If the controls aren't there what happens is that the video just disappears (once it's done playing), which is not a good solution. Watch the video of the link you gave to the end. Where has the video gone? It has vanished and can only be replayed by hitting reload.
In short:


And on a side note: This doesn't actually need to work in IE.
__________________
George Bush would never take me alive.

Last edited by MJM_RDS : 03-27-2007 at 08:00 PM. Reason: God
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to media control bar doesn't show in Firefox
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15004 seconds with 12 queries