Firefox – Fix Black Screen Playing Adobe Flash Videos

firefoxflashvideovideo player

After upgrading to Firefox 34, Flash videos stopped working. A black screen was presented, with no hint to the problem. Following these instructions and these other instructions, would prove futile.

Setting YouTube to playback using HTML5 also did not resolve the problem.

Best Answer

The Flashblock add-on is incompatible with Firefox 34; remove the add-on.


The following might work (untested):

  1. Start Firefox and press Alt+h to open the Help menu
  2. Press t to select Troubleshooting Information
  3. Click the button for Open Containing Folder (or Open Directory)
  4. Create a folder (directory) named Chrome
  5. Create a new file named userContent.css
  6. Copy the following text into the new file:
    /* Flash Block */
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("youtube.com"){
    #theater-background { display:none !important;}
    }
  7. Save and close the file
  8. Restart Firefox
Related Question