[ Avaa Bypassed ]




Upload:

Command:

www-data@18.117.73.187: ~ $
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" xmlns:ui="http://projectmallard.org/ui/1.0/" type="topic" style="task" id="net-install-flash" xml:lang="nl">
  <info>
    <link type="guide" xref="net-browser"/>

    <revision pkgversion="3.4.0" date="2012-02-20" status="final"/>
    <revision version="18.04" date="2018-01-23" status="review"/>

    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Ubuntu-documentatieteam</name>
    </credit>

    <desc>Het kan zijn dat u Flash moet installeren om bepaalde websites met video's en interactieve webpagina's te kunnen bekijken.</desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  </info>

<title>De Flash plug-in installeren</title>

<p>Flash is een <em>plug-in</em> voor uw webbrowser waarmee u video's kunt bekijken en interactieve webpagina's kunt gebruiken op bepaalde websites. Hoewel HTML5, een modernere oplossing, meer en meer geboden wordt, zijn er nog altijd websites die niet werken zonder Flash.</p>

<p>Als u Flash niet geïnstalleerd heeft, dan ziet u waarschijnlijk een bericht dat u dit vertelt wanneer u een website bezoekt die het nodig heeft. Flash is te krijgen als een vrije (maar niet opensource) download voor de meeste webbrowsers.</p>

<note style="warning">
 <p>Adobe heeft aangekondigd dat ze eind 2020 zal ophouden met het bijwerken en verspreiden van Flash Player. De invoegtoepassing voor Flash zou dus na 2020 niet meer moeten worden gebruikt.</p>
</note>

<p>Er zijn twee soorten plug-ins beschikbaar:</p>

<list>
 <item>
  <p><em>NPAPI</em> voor <app>Firefox</app> en andere op Gecko gebaseerde webbrowsers</p>
 </item>
 <item>
  <p><em>PPAPI</em> voor <app>Chromium</app> en andere op Blink gebaseerde webbrowsers waaronder <app>Opera</app> en <app>Vivaldi</app></p>
 </item>
</list>

<note>
 <p>Met de browser <app>Google Chrome</app> wordt Flash meegeleverd; deze heeft geen plug-in nodig.</p>
</note>

<section id="flashplugin-installer">
 <title>flashplugin-installer</title>

 <p>Het pakket <app>flashplugin-installer</app> levert de NPAPI-invoegtoepassing voor Firefox. <link href="apt:flashplugin-installer">Installeer het pakket</link> en herstart uw webbrowser.</p>

</section>

<section id="adobe-flashplugin">
 <title>adobe-flashplugin</title>

 <p>Het pakket <app>adobe-flashplugin</app> bevat zowel de NPAPI als PPAPI plug-ins, dat wil zeggen dat het Flash bevat voor browsers als Firefox en Chromium.</p>

 <steps>
  <item>
   <p>Zorg ervoor dat de <link xref="addremove-sources#canonical-partner">softwarebron "Partners van Canonical" is geactiveerd</link>.</p>
  </item>
  <item>
   <p>Het pakket <link href="apt:adobe-flashplugin">adobe-flashplugin</link> installeren.</p>
  </item>
  <item>
   <p>Uw browser opnieuw starten.</p>
  </item>
 </steps>

</section>

<section id="browser-plugin-freshplayer-pepperflash">
 <title>browser-plugin-freshplayer-pepperflash</title>

 <p>Sommige functies van de PPAPI plug-in, zoals 3D-acceleratie en premium video DRM, zijn niet beschikbaar in de NPAPI plug-in. Als u Firefox of een andere op Gecko gebaseerde browser gebruikt, en deze functies nodig heeft, dan kunt u het pakket <app>browser-plugin-freshplayer-pepperflash</app> installeren. Het is een wrapper waardoor Firefox de PPAPI plug-in gebruikt.</p>

 <steps>
  <item>
   <p>Zorg ervoor dat <app>adobe-flashplugin</app> geïnstalleerd is.</p>
  </item>
  <item>
   <p>Open een terminalvenster door te drukken op <keyseq><key>Ctrl</key><key>Alt</key><key>T</key></keyseq> en installeer het pakket <app>browser-plugin-freshplayer-pepperflash</app>:</p>
   <p><cmd its:translate="no">sudo apt install browser-plugin-freshplayer-pepperflash</cmd></p>
  </item>
  <item>
   <p>Uw browser opnieuw starten.</p>
  </item>
 </steps>

</section>

<section id="snap">
 <title>Web browser provided as a snap package</title>

 <p>If you use <app>Firefox</app> or <app>Chromium</app> as a snap, the packages described above do
 not help. Instead the steps below are suggested to make Flash available.</p>

 <p>Please note that you are supposed to always use the latest version of Flash. It means that you
 need to repeat step 2 - 7 once in a while to keep accessing web services which require Flash.</p>

 <steps ui:expanded="false">
 <title>Firefox as snap</title>
  <item>
   <p its:locNote="Translators: Don't translate 'plugins' - it's the name of a folder on the file    system.">Create a <sys>plugins</sys> folder:</p>
   <p><cmd its:translate="no">mkdir ~/snap/firefox/common/.mozilla/plugins</cmd></p>
  </item>
  <item>
   <p>Go to <link href="https://get.adobe.com/flashplayer/">https://get.adobe.com/flashplayer/</link>.</p>
  </item>
  <item>
   <p>Download the <sys>.tar.gz</sys> file for Linux.</p>
  </item>
  <item>
   <p>Navigate to the folder for downloaded files.</p>
  </item>
  <item>
   <p>Extract the files from the downloaded archive file:</p>
   <p><cmd its:translate="no">tar xf flash_player*</cmd></p>
  </item>
  <item>
   <p>Copy <sys>libflashplayer.so</sys> to the <sys>plugins</sys> folder:</p>
   <p><cmd its:translate="no">cp libflashplayer.so ~/snap/firefox/common/.mozilla/plugins</cmd></p>
  </item>
  <item>
   <p>Uw browser opnieuw starten.</p>
  </item>
 </steps>

 <steps ui:expanded="false">
 <title>Chromium as snap</title>
  <item>
   <p its:locNote="Translators: Don't translate 'lib' - it's the name of a folder on the file    system.">Create a <sys>lib</sys> folder:</p>
   <p><cmd its:translate="no">mkdir ~/snap/chromium/current/.local/lib</cmd></p>
  </item>
  <item>
   <p>Go to <link href="https://get.adobe.com/flashplayer/">https://get.adobe.com/flashplayer/</link>.</p>
  </item>
  <item>
   <p>Download the <sys>.tar.gz</sys> file for Linux.</p>
  </item>
  <item>
   <p>Navigate to the folder for downloaded files.</p>
  </item>
  <item>
   <p>Extract the files from the downloaded archive file:</p>
   <p><cmd its:translate="no">tar xf flash_player*</cmd></p>
  </item>
  <item>
   <p>Copy <sys>libpepflashplayer.so</sys> to the <sys>lib</sys> folder:</p>
   <p><cmd its:translate="no">cp libpepflashplayer.so ~/snap/chromium/current/.local/lib</cmd></p>
  </item>
  <item>
   <p>Uw browser opnieuw starten.</p>
  </item>
 </steps>

</section>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
about-this-guide.page File 1.96 KB 0644
addremove-creator.page File 2.04 KB 0644
addremove-install-synaptic.page File 2.62 KB 0644
addremove-install.page File 2.61 KB 0644
addremove-ppa.page File 2.3 KB 0644
addremove-remove.page File 2.63 KB 0644
addremove-sources.page File 3.58 KB 0644
addremove.page File 832 B 0644
app-cheese.page File 911 B 0644
community-support.page File 1.11 KB 0644
get-involved.page File 1.43 KB 0644
index.page File 1.12 KB 0644
more-help.page File 987 B 0644
net-chat-empathy.page File 1.26 KB 0644
net-chat-skype.page File 1.74 KB 0644
net-chat-video.page File 898 B 0644
net-chat.page File 759 B 0644
net-install-flash.page File 6.25 KB 0644
numeric-keypad.page File 1.33 KB 0644
prefs-language-install.page File 2.26 KB 0644
report-ubuntu-bug.page File 3.29 KB 0644
startup-applications.page File 1.59 KB 0644
video-dvd-restricted.page File 2.23 KB 0644