<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Blog.ChenHow.Net &#187; flash plugin</title>
	<atom:link href="http://blog.chenhow.net/tag/flash-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:04:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<category>posts</category>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net &#187; flash plugin</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>[Ubuntu] Install Flash Plugin for Mozilla Firefox</title>
		<link>http://blog.chenhow.net/2008/02/14/linux/install-flash-plugin-for-browser/</link>
		<comments>http://blog.chenhow.net/2008/02/14/linux/install-flash-plugin-for-browser/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 03:01:32 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.chenhow.net/?p=3</guid>
		<description><![CDATA[If you want to play youtube and some other flash files, flash plugin is a must for your browser. To install Flash plugin for Mozilla Firefox is not difficult at all, usually the browser will prompt out a wizard and guide you through the installation process. But for the latest version of Ubuntu(gusty 7.10), there’s [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to play youtube and some other flash files, flash plugin is a must for your browser. To install Flash plugin for Mozilla Firefox is not difficult at all, usually the browser will prompt out a wizard and guide you through the installation process. But for the latest version of Ubuntu(gusty 7.10), there’s a known bug affecting the Flash plugin in the Gutsy repo. User will get the error saying that the flash plugin is not installed even though the user has already installed the plugin.</p>
<p>To solve this problem:</p>
<p><strong>Solution 1</strong></p>
<p>Download the following debian package and install it manually</p>
<p>- Download debian package</p>
<blockquote><p>wget http://mirror.ne.gov/ubuntu/pool/multiverse/f/flashplugin-nonfree/</p>
<p>flashplugin-nonfree_9.0.115.0ubuntu3_i386.deb</p></blockquote>
<p>- Install the downloaded package, either double click to install it or open a terminal and type the following command</p>
<blockquote><p>dpkig -i flashplugin-nonfree_9.0.115.0ubuntu3_i386.deb</p></blockquote>
<p><strong>Solution 2</strong></p>
<p><span id="more-505"></span></p>
<p>- Download the source file from adobe website</p>
<blockquote><p>wget http://fpdownload.macromedia.com/get/flashplayer/current/</p>
<p>install_flash_player_9_linux.tar.gz</p></blockquote>
<p>- Untar and install</p>
<blockquote><p>tar zxvf install_flash_player_9_linux.tar.gz</p>
<p>cd install_flash_player_9_linux</p>
<p>sudo ./flashplayer-installer</p></blockquote>
<p>- A few questions will be ask during the installation, when the installer ask for the installation path, please put the following path</p>
<blockquote><p>/usr/lib/firefox</p></blockquote>
<p>Note:</p>
<p>if user didn’t use sudo to execute the installer, eg:</p>
<blockquote><p>./flashplayer-installer</p></blockquote>
<p>user won’t be able to change the installation path, so make sure execute the installer with sudo</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>October 26, 2008 -- <a href="http://blog.chenhow.net/2008/10/26/linux/playing-dos-game-in-ubuntu/" title="[Ubuntu] Playing DOS Game In Ubuntu">[Ubuntu] Playing DOS Game In Ubuntu</a> (12)</li><li>July 28, 2008 -- <a href="http://blog.chenhow.net/2008/07/28/internet/firefox-3-crashes-with-flash/" title="Firefox 3 Crashes With Flash">Firefox 3 Crashes With Flash</a> (1)</li><li>July 26, 2008 -- <a href="http://blog.chenhow.net/2008/07/26/linux/run-thotkeeper-in-ubuntu-hardy/" title="[Ubuntu] Run Thotkeeper in Ubuntu Hardy">[Ubuntu] Run Thotkeeper in Ubuntu Hardy</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2008/02/14/linux/install-flash-plugin-for-browser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
