Solution to Ubuntu 20.04 Firefox cannot play videos (missing flash plug-in)

Solution to Ubuntu 20.04 Firefox cannot play videos (missing flash plug-in)

1. Flash plug-in package download address: https://get.adobe.com/cn/flashplayer/

Local download:

Adobe Flash Player browser flash playback plug-in v32.0.0.207

Adobe Flash Player for Firefox 28.0.0.126 Chinese official latest version

2. Unzip the downloaded file: tar xzvf flash_player_npapi_linux.x86_64.tar.gz
3. Open the terminal and change the path to the lib directory: cd /usr/lib
4. Create a directory under the lib directory: sudo mkdir -p mozilla/plugins
5. Copy libflashplayer.so to the /usr/lib/mozilla/plugins directory: sudo mv libflashplayer.so /usr/lib/mozilla/plugins
6. Copy the files in usr in the downloaded file to /usr: sudo cp -r usr/* /usr
7. Restart the browser Note: Steps 5 and 6 need to be performed in the directory where the file is located.

Summarize

This is the end of this article about the solution to the problem that Ubuntu 20.04 Firefox browser cannot play videos (missing flash plug-in). For more related content about Ubuntu 20.04 Firefox browser cannot play videos, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • A simple way to use JS to determine whether the browser has installed the flash plug-in
  • How to detect whether the flash plug-in is disabled using javascript
  • Website flv video playback plug-in code based on js and flash
  • Multiple methods to determine whether the client browser has the Flash plug-in installed
  • jQuery Flash/MP3/Video multimedia plugin
  • Macromedia official method for uninstalling Flash plug-in
  • Google Statistical Charts (Flash) Widget
  • js to detect whether the Flash Player plug-in is installed on the web page
  • Perfect solution to the problem of browser Flash plug-in expiration and unusability

<<:  Solution to the problem of MySQL data delay jump

>>:  OpenLayers realizes the method of aggregate display of point feature layers

Recommend

CSS container background 10 color gradient Demo (linear-gradient())

grammar background: linear-gradient(direction,col...

abbr mark and acronym mark

The <abbr> and <acronym> tags represen...

Solutions to Files/Folders That Cannot Be Deleted in Linux

Preface Recently our server was attacked by hacke...

Element table header row height problem solution

Table of contents Preface 1. Cause of the problem...

jQuery realizes dynamic particle effect

This article shares the specific code of jQuery t...

Explain the difference between iframe and frame in HTML with examples

I don't know if you have used the frameset at...

How to uninstall Linux's native openjdk and install sun jdk

See: https://www.jb51.net/article/112612.htm Chec...

Docker container time zone adjustment operation

How to check if the Docker container time zone is...

A brief analysis of the difference between FIND_IN_SET() and IN in MySQL

I used the Mysql FIND_IN_SET function in a projec...

Use Visual Studio Code to connect to the MySql database and query

Visual Studio Code is a powerful text editor prod...

Detailed explanation of galera-cluster deployment in cluster mode of MySQL

Table of contents 1: Introduction to galera-clust...

Three uses and differences of MySQL not equal

Judgment symbols are often used in MySQL, and not...

How to set the width and height of html table cells

When making web pages, you often encounter the pr...

In-depth explanation of Mysql deadlock viewing and deadlock removal

Preface I encountered a Mysql deadlock problem so...