<?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/"
	>

<channel>
	<title>Bradleyland.net &#187; Firefox</title>
	<atom:link href="http://bradleyland.net/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradleyland.net</link>
	<description>tech that doesn't suck</description>
	<lastBuildDate>Fri, 18 Jun 2010 22:16:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Native 64 bit Flash on Fedora 10</title>
		<link>http://bradleyland.net/2008/12/native-64-bit-flash-on-fedora-10/</link>
		<comments>http://bradleyland.net/2008/12/native-64-bit-flash-on-fedora-10/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:51:40 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fedora 10]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://bradleyland.net/?p=12</guid>
		<description><![CDATA[I just read an article at http://spoilt.blogsite.org/ that went over how to install 32 bit Flash on both 32 bit and 64 bit versions of Fedora 10. It however didn&#8217;t mention the new 64 bit beta of Flash that Adobe &#8230; <a href="http://bradleyland.net/2008/12/native-64-bit-flash-on-fedora-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just read an article at <a title="http://spoilt.blogsite.org/wordpress/index.php/2008/10/15/how-to-install-flash-10-on-fedora-9" href="http://spoilt.blogsite.org/wordpress/index.php/2008/10/15/how-to-install-flash-10-on-fedora-9" target="_blank">http://spoilt.blogsite.org/</a> that went over how to install 32 bit Flash on both 32 bit and 64 bit versions of Fedora 10. It however didn&#8217;t mention the new 64 bit beta of Flash that Adobe is testing.</p>
<blockquote><p>If you are already running 32 bit Flash in 64 bit Firefox, make sure you remove that before you install the 64 bit version of Flash. This goes for both the system-wide install or the single user installs.</p></blockquote>
<p>If you head to the <a title="64 Bit Flash in Linux" href="http://labs.adobe.com/downloads/flashplayer10_64bit.html" target="_blank">Adobe Labs site</a>, you can snag the .tar.gz file that includes the flash plugin.</p>
<p>To uncompress the bugger:</p>
<p><em>tar -zxvf libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz<br />
</em></p>
<p>After that completes, you should have libflashplayer.so in the same directory as the .tar.gz file. This is where you need to choose how you would like to do the install. You can install this for your user only, or install it system-wide. If you would like to install system-wide, you will do the following:</p>
<p>Change the user and group associations for the file to root.</p>
<p><em>sudo chown root:root libflashplayer.so</em></p>
<p>Then change the permissions if need be to 755. (This may already be the default, but you should still check to be safe&#8230;)</p>
<p><em>sudo chmod 755 libflashplayer.so</em></p>
<p>Time to move the file to the worldwide plugins directory&#8230;</p>
<p><em>sudo cp libflashplayer.so /usr/lib64/mozilla/plugins</em></p>
<p>This should do it. You should be able to restart Firefox and start seeing flash in all of its native 64 bit glory!</p>
<p>As for those of you that might not have permissions to do a system-wide install, you can do the following.</p>
<p><em>cp libflashplayer.so ~/.mozilla/plugins</em></p>
<p>You don&#8217;t need to do any of those other steps besides decompressing the file and restarting Firefox.</p>
<p>I certainly hope this helps everyone out there dealing with the BS of having to get 32 bit Flash working on 64 bit Fedora. This should also work for just about any other distro out there. The locations might be changed, but everything is pretty much the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradleyland.net/2008/12/native-64-bit-flash-on-fedora-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
