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

How to install MySQL 5.7.28 binary mode under CentOS 7.4

Linux system version: CentOS7.4 MySQL version: 5....

Sample code for a large drop-down menu implemented in pure CSS

This is a large drop-down menu implemented purely...

React uses routing to redirect to the login interface

In the previous article, after configuring the we...

Detailed tutorial for installing mysql 8.0.12 under Windows

This article shares with you a detailed tutorial ...

Detailed explanation of common methods of JavaScript arrays

Table of contents Common array methods pop() unsh...

File upload via HTML5 on mobile

Most of the time, plug-ins are used to upload fil...

Stealing data using CSS in Firefox

0x00 Introduction A few months ago, I found a vul...

Why are the pictures on mobile web apps not clear and very blurry?

Why? The simplest way to put it is that pixels are...

Introduction to the process of creating TCP connection in Linux system

Table of contents Steps to create TCP in Linux Se...

CentOS 6 uses Docker to deploy redis master-slave database operation example

This article describes how to use docker to deplo...

Detailed explanation of the principle of creating tomcat in Eclipse

When creating a tomcat server on a local eclipse,...

Box-shadow and drop-shadow to achieve irregular projection example code

When we want to add a shadow to a rectangle or ot...

Simple steps to encapsulate components in Vue projects

Table of contents Preface How to encapsulate a To...