#33 Created How-To content for flash.adoc
Closed 6 years ago by bex. Opened 6 years ago by sassam.
fedora-docs/ sassam/quick-docs flash_quick_docs  into  master

file modified
+1 -1
@@ -82,7 +82,7 @@ 

      File: fedora-life-cycle

    - Name: (FIX ME!) Firewalld

      File: firewalld

-   - Name: (FIX ME!) Flash

+   - Name: (CHECK) Flash

      File: flash

    - Name: (FIX ME!) Kernel

      File: kernel

file modified
+37 -23
@@ -1,40 +1,54 @@ 

+ :experimental:

+ include::en-US/entities.adoc[]

+ include::en-US/3rdparty-message.adoc[]

+ 

+ [[ch-flash]]

  = Flash

  

- include::en-US/3rdparty-message.adoc[]

+ [[sect-what-is-flash]]

+ == What is Flash?

+ 

+ Flash is a web browser plugin for multimedia use.

+ Because it is not free/libre and open source software, Adobe's Flash plugin cannot be included in Fedora.

+ However, Adobe does release a version of the Flash plugin for Fedora, and other Linux distributions, for Firefox, Chromium, and other popular Internet browsers.

+ 

+ The use of Flash is not as wide-spread as it use to be as many sites like Youtube use HTML5 for video playback.

+ Many modern browsers like Firefox and Chromium can play these files without the need for a Flash plugin.

+ Google Chrome's web browser comes with Flash installed by default.

+ 

+ == How do I install Adobe Flash?

+ 

+ Before downloading Flash, you will need to know whether you are using Fedora 32-bit, or 64-bit.

+ Open the terminal and enter:

+ 

+ [source,bash]

  

- '''

+ ====

  

- [IMPORTANT]

- ======

+ uname -p

  

- This page was automatically converted from https://fedoraproject.org/wiki/Flash

+ ====

  

- It is probably

+ A result of `x86` means it is 32-bit, and `x86_64` is 64-bit.

  

- * Badly formatted

- * Missing graphics and tables that do not convert well from mediawiki

- * Out-of-date

- * In need of other love

+ To install Adobe Flash on Fedora:

  

+ . Go to the official Adobe Flash web site at link:++https://get.adobe.com/flashplayer/otherversions/++[https://get.adobe.com/flashplayer/otherversions/].

  

- Pull requests accepted at https://pagure.io/fedora-docs/quick-docs

+ . In the drop-down for _Select an Operating System_, choose 32-Bit or 64-Bit (depending on the result above).

  

- Once you've fixed this page, remove this notice, and update

- `_topic_map.yml`.

+ . In the drop-down for _Select a version_, select *FP for Linux 64-bit (.rpm) - NPAPI* for browsers like Firefox, or select *FP for Linux 64-bit (.rpm) - PPAPI* for browsers like Chromium. 

  

- Once the document is live, go to the original wiki page and replace its text

- with the following macro:

+ . Click the *Download Now* button to download the file.

  

- ....

- {{#fedoradocs: https://docs.fedoraproject.org/whatever-the-of-this-new-page}}

- ....

+ . Open a terminal, go to the directory where the file was downloaded and enter:

  

- ======

+ [source,bash]

  

- '''

+ ====

  

+ sudo dnf install flash-player-*.rpm

  

- '''

+ ====

  

- See a typo, something missing or out of date, or anything else which can be

- improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.

+ You have successfully installed the Adobe Flash plugin and websites using Flash will now work on your browser.

no initial comment

Greetings from docs-ci! The temporary URL for this PR is ready at: http://fedora-docs-quick-docs-pr33-fedora-docs.apps.ci.centos.org

BuildID: 120

Merged Manually. Thank you.

Pull-Request has been closed by bex

6 years ago
Metadata