ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

no video with supported format and mime-type found firefox 20 windows 7 and mac os 10.8.3

more options

This code work in explorer, crome, omniweb and safari but not in firefox. I have also tried on other computers.

<video width="540" height="380" poster="../image/min_släkt.png" controls="controls" >
  <source src="../film/mata_in.webm"  type="video/webm"/>
  <source src="../film/mata_in.mp4"  type="video/mp4"/>
  <source src="../film/mata_in.ogg"  type="video/ogg"/>
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="540" height="380" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="scale" value="noscale" />
    <param name="salign" value="lt" />
    <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=../film/infoga_bild&amp;autoPlay=false&amp;autoRewind=true" />
    <param name="swfversion" value="8,0,0,0" />
    <!-- Den här parametertaggen uppmanar användare med Flash Player 6.0 r65 eller senare att hämta den senaste versionen av Flash Player. Ta bort den om du inte vill att användare ska se uppmaningen. -->
    <param name="expressinstall" value="../../Scripts/expressInstall.swf" />
    <!-- Nästa objekttagg är för webbläsare som inte är IE. Dölj den för IE med hjälp av IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="540" height="380">
      <!--<![endif]-->
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="scale" value="noscale" />
      <param name="salign" value="lt" />
      <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=../film/infoga_bild&amp;autoPlay=false&amp;autoRewind=true" />
      <param name="swfversion" value="8,0,0,0" />
      <param name="expressinstall" value="../../Scripts/expressInstall.swf" />
      <!-- Webbläsaren visar följande alternativa innehåll för användare med Flash Player 6.0 eller äldre. -->
      <div>
        <h4>Innehåll på den här sidan kräver en nyare version av Adobe Flash Player.</h4>
        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Hämta Adobe Flash Player" /></a></p>
      </div>
      <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
  </object>
</video>

Is there anyone who can explain what I do wrong?

This code work in explorer, crome, omniweb and safari but not in firefox. I have also tried on other computers. <pre><nowiki><video width="540" height="380" poster="../image/min_släkt.png" controls="controls" > <source src="../film/mata_in.webm" type="video/webm"/> <source src="../film/mata_in.mp4" type="video/mp4"/> <source src="../film/mata_in.ogg" type="video/ogg"/> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="540" height="380" id="FLVPlayer"> <param name="movie" value="FLVPlayer_Progressive.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=../film/infoga_bild&amp;autoPlay=false&amp;autoRewind=true" /> <param name="swfversion" value="8,0,0,0" /> <!-- Den här parametertaggen uppmanar användare med Flash Player 6.0 r65 eller senare att hämta den senaste versionen av Flash Player. Ta bort den om du inte vill att användare ska se uppmaningen. --> <param name="expressinstall" value="../../Scripts/expressInstall.swf" /> <!-- Nästa objekttagg är för webbläsare som inte är IE. Dölj den för IE med hjälp av IECC. --> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="540" height="380"> <!--<![endif]--> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="FlashVars" value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=../film/infoga_bild&amp;autoPlay=false&amp;autoRewind=true" /> <param name="swfversion" value="8,0,0,0" /> <param name="expressinstall" value="../../Scripts/expressInstall.swf" /> <!-- Webbläsaren visar följande alternativa innehåll för användare med Flash Player 6.0 eller äldre. --> <div> <h4>Innehåll på den här sidan kräver en nyare version av Adobe Flash Player.</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Hämta Adobe Flash Player" /></a></p> </div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </video></nowiki></pre> Is there anyone who can explain what I do wrong?

Modified by cor-el

All Replies (8)

more options

Can you post a link to a publicly accessible page that doesn't require authentication (signing on)?

This should work with WebM format provided that the server sends the file with the correct MIME type.

Can you paly the file if you paste the URL of the WebM movie in the location bar?


more options

Cor-el you can try: peterahs.se/test/login.php it's no problem to show the film when I put the page outside the protected area, and it's exactly the same code as the page that is password protected. ??? The protected area is to address http://www.distanskurs.net/Slaktforskning/klass1/Dokument/lektion2_doc.php user and password are test8

more options

All three files on the second link give a 404 not found error, so it looks that the files either aren't there and can't be accessed.
I've tested it in Firefox and Google Chrome.

The requested URL /Slaktforskning/klass1/film/slaktforskning.ogg was not found on this server.

Did you verify that those files are on the server?

more options

All film types are available on the server, mp4, webm and ogv. If I right-click the box and select copy video address, paste it into the address field of a blank page, then I can download the video and view it in vlc, so apparently can firefox find the video on the server.

There is no problem if I use Goggle Crome, Explorer, OmniWeb, and Opera. It's only Firefox that fail to show the videos.

more options

Is there anyone who can explain why Firefox can view the film when it is outside the password protected page, but not when it is behind the protected page? I'm stunned right now.

more options

On the login page, the OGV video plays. The Firebug console reports this for the webm file:

HTTP "Content-Type" of "text/plain" is not supported. Load of media resource http://peterahs.se/test/film/mata_in.webm failed.

Make sure Apache is configured to associate the video/webm mime type with the .webm extension.

Edit: I wasn't able to load the other page. Not found.

Modified by jscher2000 - Support Volunteer

more options

no video with supported format and MIME type found? I just started to get this at least that I have noticed

more options

Hi sassytina, where are you seeing this issue? Also, what OS are you running (e.g., Windows 7, MacOS)?