Webm video stopped working in Firefox 4 and Chrome

Ok, evidently this just happened over night. I don't know what is going on, and after googling for hours, i'm not finding anyone else with the SAME issue.
My site uses the webm video and audio format. Today i woke up to find that it was no longer working*. Here's what's going on:
Example video:
http://thesocialexpo.com/?a=SMMM_Multimedia_Display&id=12984049790379189
Browser: Firefox:
The video will play, if you right click and select "play", but the video CONTROLS do not show up, unless you tell the video to go wide or full screen. If you mouseover the video element, you can see javascript errors in firefox's chrome module for the video element. The error is:
Error: this.video is null
Source File: chrome://global/content/bindings/videocontrols.xml
Line: 394
In the chrome component for the video element, that block of code is:
get dynamicControls() {
// Don't fade controls for <audio> elements.
var enabled = !this.isAudioOnly;
// Allow tests to explicitly suppress the fading of controls.
if (this.video.hasAttribute("mozNoDynamicControls"))
enabled = false;
// If the video hits an error, suppress controls if it
// hasn't managed to do anything else yet.
if (!this.firstFrameShown && (this.video.error || this.video.networkState == this.video.NETWORK_NO_SOURCE))
enabled = false;
return enabled;
Browser: Chrome:
The video player's controls show up, but it will not play AT ALL.
Browser: Opera:
Everything is fine.
Browser: Firefox on Windows:
Everything is fine.
The firefox build that i'm using is from the Remi repo.
I have done NO updates of my system in about a week, so that can't be it, as this was FINE yesterday.
My server is returning the correct mime type. I've rebooted my server, just in case, and it made no difference.
I've also checked out other webm video examples on the internet, and it seems like they won't play at all in firefox suddenly, but SOME of them DO play in chrome.
Chrome on windows: controls show up, but video doesn't work at all.

> Browser: Chrome: The video player's controls show up, but it will not play AT ALL.
Also seeing this problem on Chrome 11, Mac OS 10.6

Similar Messages

  • Sessions not working in Firefox, Safari and Chrome, but working in iexplore

    Hi,
    I have been running Tomcat 5.0.18 jdk 1.4. and have just upgraded to Tomcat 6.0.24 jdk 1.6..
    I have an app that you need to log on to in a jsp page. When succesfully logged in it redirects to a framed page with 3 pages in it.
    All elements of that framed page check for a valid session, if there is one, it displays itself, if not, it redirects back to the log on screen.
    This has worked fine for years in all browsers. But since upgrading, in Firefox, Safari and Chrome, when the parent framed page jsp checks for a session, its fine, it passes, but when the other sub-frame pages check for a session, it comes back as a new session, i.e. its not picking up the session that has just been validated and redirects to the login page. Iexplore still works fine. i.e. all 3 pages validate ok.
    Any ideas why these browsers are not pickng up the session?

    As a test, try putting an empty JSP in front of it that triggers the session to be created, and then redirects (with a HTTP meta refresh for example) to the frameset jsp to see if that fixes anything.
    If that fixes it, then I guess the pages load too quickly.

  • Loading multiple SWFs and storing them (code not working under Firefox 23 and Chrome)

    Hey guys,
    Anyone has any idea why this code suddenly don't work anymore? (It works under internet explorer but not firefox and chrome
    The code under is placed on my main swf to preload all my external swfs and store them for not having to wait too long to access them.
    Thx guys.
    I took the code from here btw: http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs#snippet
    I'm running flash player 11.8.800.94... It used to work under Firefox and Chrome
    var _swfLoader:Loader;
    var _swfRequest:URLRequest;
    var _swfPathArr:Array = new Array("00.swf", "01.swf", "02.swf");
    var _swfClipsArr:Array = new Array();
    var _swfTempClip:MovieClip;
    var _loadedSWFs:int;
    startLoading(_swfPathArr);
    function startLoading(pathArr:Array):void {
    _swfLoader = new Loader();
    _swfRequest = new URLRequest();
    loadSWF(pathArr[1]);
    function loadSWF(path:String):void {
    setupListeners(_swfLoader.contentLoaderInfo);
    _swfRequest.url = path;
    _swfLoader.load(_swfRequest);
    function setupListeners(dispatcher:IEventDispatcher):void {
    dispatcher.addEventListener(Event.COMPLETE, onSwfComplete);
    function onSwfComplete(event:Event):void {
    event.target.removeEventListener(Event.COMPLETE, onSwfComplete);
    _swfTempClip = event.target.content;
    _swfTempClip.customID = _loadedSWFs;
    _swfClipsArr.push(_swfTempClip);
    if(_loadedSWFs <_swfPathArr.length - 1) {
    _loadedSWFs++;
    loadSWF(_swfPathArr[_loadedSWFs]);
    } else {

    Hi kglad,
    The problem was coming from my server.
    I recently played with some settings  from a "cache control tool" offered by my hosting but i thought i had it back at default. Turns out i must've missed something. Now i have the .html caching on and everything works good on all browser.
    I have another question tho...
    I'd like to know if there's a way to cache an html file without having to ask my hoster to cache all of my htmls...
    I'm using this code now but maybe there's a way to add something that will cache this page specifically?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>title</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="fluid_site.js" language="javascript"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
    </head>
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script>
        if (AC_FL_RunContent == 0) {
            alert("This page requires fluid_site.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                'width', '100%',
                'height', '100%',
                'src', 'index',
                'quality', 'medium',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'devicefont', 'false',
                'wmode', 'window',
                'id', 'index',
                'name', 'index',
                'menu', 'false',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'index',
                'salign', ''
                ); //end AC code
    </script>
    <body>
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="index" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="MENU" value="false">
        <param name=wmode value=window>
        <param name="movie" value="index.swf" /><param name="quality" value="medium" /><embed src="index.swf" quality="medium" width="100%" height="100%" wmode="direct" name="fluid_site" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    Thanks

  • Every time I TRY to start firefox 18-19 I get an error message : Firefox has stopped working - close the program and check online for a solution - or - close ..

    Every time I TRY to start firefox 18-19 I get an error message : "Firefox has stopped working" - "close the program and check online for a solution" - or - "close the program" this happens TWICE every time I try to start firefox. Eventually after a random number of tries firefox will start normaly. I am useing firefox 19.0.2 now bit I belive it started when I upgraded to firefox 18 but am not sure, it might have been when I upgraded to firefox 19 ... but it has been happening for a very long time and I cannot find any helpfule solutions online.
    I have tried a Clean reinstall but it did not help.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Every time I TRY to start firefox 18-19 I get an error message : Firefox has stopped working - close the program and check online for a solution - or - close th

    Every time I TRY to start firefox 18-19 I get an error message : "Firefox has stopped working" - "close the program and check online for a solution" - or - "close the program" this happens TWICE every time I try to start firefox. Eventually after a random number of tries firefox will start normaly. I am useing firefox 19.0.2 now bit I belive it started when I upgraded to firefox 18 but am not sure, it might have been when I upgraded to firefox 19 ... but it has been happening for a very long time and I cannot find any helpfule solutions online.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • FastFox, a program that can extend by me selected letters to words or whole sentences, and even draw up tables in Wikipedia, has stopped working in Firefox.

    FastFox, a program that can extend by me selected letters to words or whole sentences, and even draw up tables in Wikipedia, has stopped working in Firefox. FastFox has always worked very well with FastFox, but not anymore. FastFox still works excellent in Mozilla Thunderbird, Google Chrome and Safari, but not in Internet Explorer and Mozilla Firefox 3.6.6. I need help with this because I am disabled after a meningitis caused by medical doctors in 2005. I rely on automatic writing programs, and unfortunately does not the alternative program AllChars work in Windows 7. I do not know of any other similar programs, which write "The United States of America" when I write the code that I have chosen - "USA+". I have not downloaded any new extentions to Firefox.

    Hello Stefan.
    Please contact FastFox's developers for support.

  • Audio and Video Stops Working

    Hello,
    My audio and video stops working. It starts working again when I reboot. I'll leave the computer for a while, maybe overnight, and when I return the audio and the video on the iMac will not function. When I click Play on iTunes or You Tube nothing happens.
    Any suggestions will be much appreciated!

    Slight update.
    I found this thread: http://forums.adobe.com/message/4872302#4872302
    It gave me some of the links I had been desperately looking for. I have an intel on board GPU and the GTX 675 MX. Because of MSI's bios, there's not a lot I can do in there to ensure that the computer is using the GTX over the Intel. I found some settings which give preferences for which card to use for which programs. PPro had the Nvidia already selected, but I went so far as to completely remove the Intel from all of the settings. Still no change. Today I went as far as to actually disable the intel GPU in the device settings. I rebooted and I wasn't getting anything in PPro. I switched her to software acceleration and it asked me if I wanted to delete the previews. I said yes and now she can see again. Of course I have NO clue yet if this is a permanent change or not. I do want the Hardware Acceleration, so leaving it in Software Mode is not a long term solution. It gets her working tonight, so on that note I'm happy.
    Time will tell if this helps or hinders, but it's some sort of movement.

  • Youube stopped working in Firefox 30

    System: Ubbuntu 14.04
    Firefox Version:30
    Adobe Flash Plugin version:11.2.202.378
    Youtube has stopped working on firefox since few days. I tried disabling all thied party plugins and then restarting firefox but it didn't work.

    If you are in India, see this:
    http://www.medianama.com/2014/07/223-world-cup-2014-472-websites-including-google-docs-blocked-in-india-following-sony-complaint/
    "As many has 472 websites, including Google Docs, '''Google Video''' and Google’s URL shortener goo.gl, have been blocked in India, as per instructions from the Delhi High Court ...."

  • Online videos stop working

    Hi, since i updated my iphone the online videos stopped working, in safari, google chrome, etc. i watch southpark in the next web page beta.southpark.com and only i can watch a part of the video and then it just show a black screen.
    What can i do?

    Doesn't work for me either, in Safari, Camino, or Firefox.

  • How come when I view flash videos my videos stop, but the audio plays  and I see rainbow colored lines up and down the video.

    How come when I view flash videos my videos stop, but the audio plays  and I see rainbow colored lines up and down the video. I attached a image below.

    ATR, just to make sure you understand me, all my video clips in my folders appear as the first frame of the video clip when I view my folders as (small, medium, large)icons instead of lists, when saved as .avi files but when saved as .mp4 files, those icons display as a graphic icon of filmstrip with a musical note on it. I do have various other methods to open with (quick time, windows media, winamp or real player) but prefer real player because I like it's quick and easy trimmer that comes along with it, since so many of my videos are just pet antics where you need to clip off the boring beginning and ends of the video.
    I did go on a few of the icons and right clicked, Open With, and tried quick time and also Windows Media and it did nothing as far as how the file was saved for display, and they opened the same no matter which player I used...the actual video opens and plays right at it's first frame... but it's the way it is visually displayed in STORAGE that bugs me because it isn't immediately apparent to me what it is a video of (weddings, outside the house, pet antics)... it makes me have to actually title things and read titles where before I let it just be dates because I had the visual of that first frame as a reference. Obviously, this is a problem for unedited videos only, as anything I actually work with, I do give a title along with the date of the video.
    I also just realized this seems to be the way ALL videos that are wrapped in .mp4 are displayed, as my bloggie camera's videos appear the same way. Now I know why! My other videos display as .avi's so I see the frame. Puzzle solved. Guess I'll just have to learn to live with it, as it seems to be how things display with the various formats.
    Now I need to watch some tutorials to learn how this Premiere program works! It's all new to me, since this is the first time I've been able load any of my videos onto it. I haven't even been able to figure out how to trim on it yet!

  • Fter using ccleaner Download helper Stopped Working Have tried UninStalling And Reinstalling it

    After Using Cccleaner My Download Helper Stopped Working.I tried UninStalling And Reinstalling It Did not Help The Icon is Still on The Left Upper Corner But It Does not rotate

    Which Firefox settings did you clear with CCleaner?
    You can check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    *https://support.mozilla.org/kb/Toolbar+keeps+resetting
    You can also try to reset the dwhelper prefs on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    *http://kb.mozillazine.org/Resetting_preferences
    *http://kb.mozillazine.org/Preferences_not_saved

  • Most Adobe Flash videos stop working soon after startup?

    Most sites videos dont work except for youtube and some others. I have tried many things and just recently i tried resetting my host file to default.  After I ran the 'fix it' program from the website below and restarted my computer all flash player videos worked!  but after about 2 minutes they would stop working if I opened a new video or reloaded the page. It does the same thing for all browsers.  I have restarted my computer several times to make sure.  It could have nothing to do with resetting my host file because i have never tried to play a video within the first 2 minutes of startup before.  I have windows 7.
    http://support.microsoft.com/kb/972034?wa=wsignin1.0

    first, open flash without opening a fla.  if it opens ok, create a new fla and save it.  close flash and reopen the new empty fla and test it.
    if that all works ok, open your project fla.  save it with a different name.  close flash, reopen the renamed project fla and attempt to test it.  any problem?

  • My youtube videos stopped working this week.  Nothing else has changed.  I am using the lastest software on my iphone 5s

    My Youtube videos stopped working on my iphone 5s.  I have the latest updates on the phone and deleted and reinstalled the Youtube app.  Didn't work.

    I had major issues using VPN passthrough with PPTP on the RV180W through a PPPoE internet connection. In the end I gave up - I think there are some PPTP servers that the RV180 just has trouble with.  I had no problems with 3 other routers straight out the box. Unfortunately I lost access to the VPN server before Cisco could fix.
    See thread:
    https://supportforums.cisco.com/thread/2174283?tstart=0
    Its interesting that it used to work and now doesn't - maybe Verizon or the VPN server have had configuration changes?  Or maybe your antivirus has created a different profile for the different router - would be worth temporarily disabling any firewal/antivirus?
    It would be good to try a different non-Verizon router if you can get your hands on one to see if Verizon network changes now require special features/settings on the router.

  • Is there a way to download Firefox 4 without going on a 3rd party site? Many of my addons do not work with Firefox 5 and 6.

    Quite a few of my addons don't work with firefox 6, and I would prefer to keep them, but my pc crashed and I had to reformat. I don't want to have to go on a 3rd party site, since they could easily put a virus on my pc. I couldn't find anywhere to download it on the site.
    Thanks

    ftp://ftp.mozilla.org/pub/firefox/releases/4.0.1/
    Just keep in mind that Firefox 5.0 was a security release for 4.0.1.

  • Images are no longer scaling with (img {max-width: 100%; }) in css as of update 34.0.5 in firefox, this still works great in IE and chrome.

    My website worked great until firefox update 34.0.5. Now the images will not scale to fit the box anymore. I am using flexbox so that the site scales to fit the size of the browser. In css I set img {max-width:100%;} and this would make the jpg files automatically size to fit the box they were in, but not anymore as Mozilla has really screwed this up with update 34.0.5. My site still works great with IE and Chrome but 70% of my web traffic is using firefox so I really would like this to work in firefox.
    Any help is greatly appreciated!

    I had the same problem, and this worked for me:
    img {max-width:100%; width:100%;}

Maybe you are looking for

  • Odd Workgroup Manager behavior

    I did a search but didn't have any luck finding info... I work in an academic environment and run a couple of Mac servers. On one, we have multiple port/IPs set up... The IPs are in ascending order. (Note that the school's central computing group mai

  • Mail Merge type reporting in APEX

    Has anyone implememted a reporting tool to create mail merge type documents in APEX 4.0? I have read threads from 2005 - forward on solutions for older releases of APEX. BI Pub is more than our budget, so we are looking for something less costly. I h

  • Hack for IE6 messed up IE7

    I need immediate help on this problem. I have tried every trick on the forums but the problem just changes. The hack code in v1.6 made my horizontal menu submenus jump up too high in both IE6 & IE7. They also move to far to the right in IE7. You can

  • Camera Raw 7 - Recovery parameter

    Hi, when I've opened the Camera Raw 7 and start working with that, I've notice that the parameter "Recovery" was missing. See image from CS5 down: Where can I found it? Best regards

  • Custom Corporate Directory Query Based on Department

    I need to limit specific queries from Corporate Directory search based on Department. CCM 4.1(3) My Goal is to create separate directory options, each associated with a specific department (I've done this) and then limit the query to ONLY users in th