<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: flash</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/flash/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Google Chrome Flash Plug In Blocked</title>
      <link>https://chrisjrob.com/2011/03/13/google-chrome-flash-plug-in-blocked/</link>
      <pubDate>Sun, 13 Mar 2011 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2011/03/13/google-chrome-flash-plug-in-blocked</guid>
      <description>
       <![CDATA[
         
         <p>Google Chrome started stating <em>“The Flash plug-in was blocked because it is out of date.”</em>.</p>

<p>To fix this I entered “about:plugins” in the address bar, and clicked
“disable” against Flash. This results in Google Chrome falling back on
the version of Flash installed in the operating system. If you do not
have Flash installed, then in Debian you can install as follows:</p>

<!--more-->

<p>Firstly ensure that the repositories in <code class="language-plaintext highlighter-rouge">/etc/apt/sources.list</code> include
“non-free”, for example:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>deb http://ftp.uk.debian.org/debian squeeze main contrib non-free
</code></pre></div></div>

<p>Then install Adobe Flash with:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo apt-get update $ sudo apt-get install flashplugin-nonfree
</code></pre></div></div>

<p>And you should now have a working Flash installation. I have tested You
Tube and all seems to be well, but I will update this page if I find any
issues.</p>

<p>By the way, I would obviously prefer to run Chromium, the open source
version of Chrome, but at the moment the version in Squeeze is outdated,
and there are no backports yet for Wheezy.</p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>64-bit Flash and Java Plugins</title>
      <link>https://chrisjrob.com/2008/11/20/64-bit-flash-and-java-plugins/</link>
      <pubDate>Thu, 20 Nov 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/11/20/64-bit-flash-and-java-plugins</guid>
      <description>
       <![CDATA[
         
         <p>Following on from <a href="/2008/11/20/toshiba-satellite-pro-a300-debian-lenny-64-bit/">my recent installation of 64-bit Debian Lenny on my new Toshiba laptop</a>, I was horrified to learn that neither Flash nor Java exist for 64-bit Linux.  But after some digging it transpired that all was not lost.  Whilst Java is not available, the IcedTea project has reinvented the Sun Java Plugin.</p>

<!--more-->

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo aptitude install icedtea-gcjwebplugin
</code></pre></div></div>

<p>And it transpires that Adobe has launched an Alpha or pre-release version of Flash, and <a href="http://blogs.computerworld.com/64_bit_linux_adobe_flash_player_surprisingly_good">supposedly it works well</a>. To install simply visit:</p>

<ul>
  <li><a href="http://labs.adobe.com/technologies/flashplayer10/">Adobe Labs: FlashPlayer 10 for 64-bit Linux</a></li>
</ul>

<p>And download and extract the tar.gz file, then simply copy the <code class="language-plaintext highlighter-rouge">libflashplayer.so</code> file into <code class="language-plaintext highlighter-rouge">.mozilla/plugins</code> in your home directory (I had to create that directory).</p>

<p>YouTube (which I always consider to be a good test of both Java and Flash) worked perfectly.</p>

<p>So far 64-bit Linux has been remarkably painfree.</p>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
