<?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>gHacks technology news &#187; flash player</title>
	<atom:link href="http://www.ghacks.net/tag/flash-player/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enable flash and use themes in Google Chrome Linux</title>
		<link>http://www.ghacks.net/2009/09/02/enable-flash-and-use-themes-in-google-chrome-linux/</link>
		<comments>http://www.ghacks.net/2009/09/02/enable-flash-and-use-themes-in-google-chrome-linux/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 10:50:46 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flash support chrome]]></category>
		<category><![CDATA[google chrome themes]]></category>
		<category><![CDATA[libflashplayer.so]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15935</guid>
		<description><![CDATA[Google Chrome is making huge gains in the web browser space. It has done wonders to catch up to all of the competition and, in some ways, has surpassed the competition. The only problem for Linux users is that Chrome has lagged behind a bit. That doesn&#8217;t mean Linux users can not get their Chrome [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome is making huge gains in the web browser space. It has done wonders to catch up to all of the competition and, in some ways, has surpassed the competition. The only problem for Linux users is that Chrome has lagged behind a bit. That doesn&#8217;t mean Linux users can not get their Chrome on in Linux. If you have yet to install Chrome in Linux you can see how to in my article &#8220;<a title="Google Chrome on Linux" href="http://www.ghacks.net/2009/06/06/install-google-chrome-on-linux-and-why-you-should/" target="_blank">Install Google Chrome on Linux (and why you should)</a>&#8220;.</p>
<p>Upon conclusion of that article you will have a very basic installation of Chrome that will browse quite well and fast. The problem is, however, you won&#8217;t have flash working, nor will you know how to add themes to your installation. Although themes are not crucial to using Chrome, flash is. Without getting flash working, you won&#8217;t be able to do things like view <a href="http://www.ghacks.net/2009/08/10/download-youtube-videos/">youtube videos</a>.</p>
<p>By the end of this article you will be running Google Chrome with flash support enabled and using the available themes.</p>
<p><span id="more-15935"></span><strong>Before you begin</strong></p>
<p>The first housekeeping task you need to do is make sure you have flash working for <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. Most likely you already do. To figure this out open up Firefox and enter &#8220;about:plugins&#8221; (no quotes) in the address bar and hit enter. When this page appears you should see Shockwave Flash listed somewhere on the page. If you do, Flash is working fine and you are ready to go. If not you will need to get flash installed. If you are using Ubuntu 9.04 this is simple: Navigate Firefox to a page that requires Flash. When the toolbar popup appears informing you a missing plugin needs to be installed go ahead with that installation. Make sure, however, you install the &#8220;official&#8221; Flash plugin &#8211; not either of the open source versions. After this is installed restart Firefox and check the &#8220;about:plugins&#8221; page again. Is it there? Good. You&#8217;re ready to move on to Google Chrome.</p>
<p>The first step is to make sure you have the most recent build of Chrome. As of this writing the most recent built is 4.0.202.2. You can find that out by clicking on the Settings dropdown and selecting &#8220;About Google Chrome&#8221;. Once you know you have the latest build you are ready to go.</p>
<p><strong>Adding Flash support</strong></p>
<p>The first thing you need to do is locate the file <strong>libflashplayer.so</strong>. To do this issue the command:</p>
<p><em>locate libflashplayer.so</em></p>
<p>The results of that command should look similar to:</p>
<p><em>/usr/lib/firefox/plugins/libflashplayer.so<br />
/usr/lib/flashplugin-nonfree/libflashplayer.so<br />
/usr/lib/iceape/plugins/libflashplayer.so<br />
/usr/lib/iceweasel/plugins/libflashplayer.so<br />
/usr/lib/mozilla-firefox/plugins/libflashplayer.so<br />
/usr/lib/mozilla/plugins/libflashplayer.so</em></p>
<p>The file you will want to work with is in:</p>
<p><em>/usr/lib/mozilla-firefox/plugins/</em></p>
<p>But before you do anything you need to create a plugins directory for Chrome. To do this issue the command:</p>
<p><em>sudo mkdir /opt/google/chrome/plugins</em></p>
<p>Now you need to copy the <strong>libflashplayer.so </strong>file to the newly created plugins directory with the following command:</p>
<p><em>cp /usr/lib/mozilla-firefox/plugins/libflashplayer.so /opt/google/chrome/plugins/</em></p>
<p>The final step is to run Google Chrome with plugins enabled. To do that you start Google Chrome with the following command:</p>
<p><em>google-chrome &#8211;enable-plugins</em></p>
<p>Now if you enter &#8220;about:plugins&#8221; (no quotes) in the address bar of Google Chrome, you will see an entry for Shockwave Flash listed.</p>
<p>You might want to change all of your Google Chrome launchers to reflect this command change.</p>
<p><strong>Themes</strong></p>
<p>Themes are simple. All you have to do is navigate to the <a title="Google Chrome Themes" href="https://tools.google.com/chrome/intl/en/themes/index.html" target="_blank">Google Themes Gallery</a>, select the theme you like, and click the Apply Theme button underneath the theme. After the file has downloaded the theme will change automatically. The only issue I have found with Google Themes on Linux is the Transparent theme will not work properly.</p>
<p><strong>Final thoughts</strong></p>
<p>I will warn you that the Flash plugin will crash a lot. Fortunately, the way Chrome works is that Flash crashing will not bring the browser down.  But so far, Google Chrome has failed to disappoint on any level.</p>

	Tags: <a href="http://www.ghacks.net/tag/flash-player/" title="flash player" rel="tag">flash player</a>, <a href="http://www.ghacks.net/tag/flash-support-chrome/" title="flash support chrome" rel="tag">flash support chrome</a>, <a href="http://www.ghacks.net/tag/google-chrome-themes/" title="google chrome themes" rel="tag">google chrome themes</a>, <a href="http://www.ghacks.net/tag/libflashplayer-so/" title="libflashplayer.so" rel="tag">libflashplayer.so</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/17/ten-great-google-chrome-themes/" title="Ten Great Google Chrome Themes (October 17, 2009)">Ten Great Google Chrome Themes</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/08/06/google-chrome-theme-website-live/" title="Google Chrome Theme Website Live (August 6, 2009)">Google Chrome Theme Website Live</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/31/google-chrome-3-adds-better-extension-and-themes-support/" title="Google Chrome 3 Adds Better Extension And Themes Support (July 31, 2009)">Google Chrome 3 Adds Better Extension And Themes Support</a> (8)</li>
	<li><a href="http://www.ghacks.net/2007/05/04/flash-cookies-explained/" title="Flash Cookies explained (May 4, 2007)">Flash Cookies explained</a> (63)</li>
	<li><a href="http://www.ghacks.net/2009/07/24/adobe-reader-acrobat-and-flash-player-zero-day-vulnerability/" title="Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability (July 24, 2009)">Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/02/enable-flash-and-use-themes-in-google-chrome-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability</title>
		<link>http://www.ghacks.net/2009/07/24/adobe-reader-acrobat-and-flash-player-zero-day-vulnerability/</link>
		<comments>http://www.ghacks.net/2009/07/24/adobe-reader-acrobat-and-flash-player-zero-day-vulnerability/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:08:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe reader]]></category>
		<category><![CDATA[adobe reader vulnerability]]></category>
		<category><![CDATA[adobe vulnerability]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flash player vulnerability]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14724</guid>
		<description><![CDATA[Adobe has issued a security advisory that describes a critical vulnerability in the current versions of Adobe Reader, Acrobat and Flash Player. The vulnerability &#8220;could cause a crash and potentially allow an attacker to take control of the affected system&#8221;. Adobe&#8217;s Flash Player seems to be affected completely while the file authplay.dll is the reason [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/adobe.jpg" alt="adobe" title="adobe" width="100" height="100" class="alignleft size-full wp-image-13093" />Adobe has issued a security advisory <a href="http://www.adobe.com/support/security/advisories/apsa09-03.html">that</a> describes a critical vulnerability in the current versions of Adobe Reader, Acrobat and Flash Player. The vulnerability &#8220;could cause a crash and potentially allow an attacker to take control of the affected system&#8221;. Adobe&#8217;s Flash Player seems to be affected completely while the file authplay.dll is the reason for the vulnerability affecting Adobe Reader and Acrobat as well. Adobe mentioned that the vulnerability is already exploited in the wild via targeted attacks against users running a Windows operating system and Adobe Reader 9. </p>
<p>Apple Mac and Unix systems are affected by the vulnerability as well but the exploit that is currently in the wild is only affecting Windows. Adobe suggests to enable UAC in Windows Vista (and <a href="http://windows7news.com/">Windows 7</a>). Windows XP users should consider moving or deleting authplay.dll to protect their computer system from the threat against Adobe Reader and Acrobat &#8220;but users will experience a non-exploitable crash or error message when opening a PDF that contains SWF content&#8221;.</p>
<p><span id="more-14724"></span><!--more-->An alternative would be to uninstall Adobe Reader or Acrobat and install one of the available third party pdf readers like <a href="http://www.ghacks.net/2008/04/26/foxit-reader-23/">Foxit Reader</a> or <a href="http://www.ghacks.net/2008/03/01/goodbye-adobe-reader-hello-sumatra/">Sumatra</a>.</p>
<p>Adobe does not offer any advise on the Flash Player vulnerability. The only viable option seems to be to disable or even uninstall Flash and wait for the patch which is expected to be released on July 30 and July 31.</p>

	Tags: <a href="http://www.ghacks.net/tag/acrobat/" title="acrobat" rel="tag">acrobat</a>, <a href="http://www.ghacks.net/tag/adobe/" title="adobe" rel="tag">adobe</a>, <a href="http://www.ghacks.net/tag/adobe-reader/" title="adobe reader" rel="tag">adobe reader</a>, <a href="http://www.ghacks.net/tag/adobe-reader-vulnerability/" title="adobe reader vulnerability" rel="tag">adobe reader vulnerability</a>, <a href="http://www.ghacks.net/tag/adobe-vulnerability/" title="adobe vulnerability" rel="tag">adobe vulnerability</a>, <a href="http://www.ghacks.net/tag/flash-player/" title="flash player" rel="tag">flash player</a>, <a href="http://www.ghacks.net/tag/flash-player-vulnerability/" title="flash player vulnerability" rel="tag">flash player vulnerability</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/11/adobe-reader-and-acrobat-security-updates/" title="Adobe Reader and Acrobat Security Updates (June 11, 2009)">Adobe Reader and Acrobat Security Updates</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/24/unofficial-adobe-reader-patch-released/" title="Unofficial Adobe Reader Patch Released (February 24, 2009)">Unofficial Adobe Reader Patch Released</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/critical-adobe-reader-update/" title="Critical Adobe Reader Update (February 7, 2008)">Critical Adobe Reader Update</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/10/08/adobe-reader-security-vulnerabilities/" title="Adobe Reader Security Vulnerabilities (October 8, 2009)">Adobe Reader Security Vulnerabilities</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/06/25/adobe-reader-and-acrobat-critical-security-update/" title="Adobe Reader and Acrobat Critical Security Update (June 25, 2008)">Adobe Reader and Acrobat Critical Security Update</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/24/adobe-reader-acrobat-and-flash-player-zero-day-vulnerability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adobe Flash Player Clickjacking Vulnerability</title>
		<link>http://www.ghacks.net/2008/10/08/adobe-flash-player-clickjacking-vulnerability/</link>
		<comments>http://www.ghacks.net/2008/10/08/adobe-flash-player-clickjacking-vulnerability/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:18:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[clickjacking]]></category>
		<category><![CDATA[flash clickjacking]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flash vulnerability]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7493</guid>
		<description><![CDATA[Dante send me a link to an interesting article that described the latest Adobe Flash Player vulnerability. Adobe published a security advisory yesterday that described a clickjacking vulnerability. In short: An attacker could lure the unsuspecting user into clicking on a link that would give the attacker access to the computer&#8217;s microphone and webcam without [...]]]></description>
			<content:encoded><![CDATA[<p>Dante send me a <a href="http://www.techworld.com/security/news/index.cfm?newsID=105430&#038;pagtype=all">link</a> to an interesting article that described the latest Adobe Flash Player vulnerability. Adobe published a security advisory yesterday that described a clickjacking vulnerability. In short: An attacker could lure the unsuspecting user into clicking on a link that would give the attacker access to the computer&#8217;s microphone and webcam without the user&#8217;s knowledge.</p>
<p>Adobe published a temporary workaround to protect the computer system against this form of attack that users should apply until the release of a patch that would fix the critical issue.</p>
<p>To apply the workaround users should visit the Flash Player&#8217;s Settings Manager by following the <a href="http://www.adobe.com/support/documentation/en/flashplayer/help/settings_manager02.html">link</a>. There they should click on the Always Deny button which would prevent any website from accessing the microphone and webcam settings. </p>
<p><span id="more-7493"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/adobe_flash_player_settings_manager.jpg" alt="adobe flash player settings manager" title="adobe flash player settings manager" width="425" height="286" class="alignnone size-medium wp-image-7494" /></p>
<p>The new setting has to be confirmed in the popup that appears automatically after clicking on the Always deny button. The patch is said to be available before the end of October.</p>

	Tags: <a href="http://www.ghacks.net/tag/adobe/" title="adobe" rel="tag">adobe</a>, <a href="http://www.ghacks.net/tag/adobe-flash/" title="adobe flash" rel="tag">adobe flash</a>, <a href="http://www.ghacks.net/tag/clickjacking/" title="clickjacking" rel="tag">clickjacking</a>, <a href="http://www.ghacks.net/tag/flash-clickjacking/" title="flash clickjacking" rel="tag">flash clickjacking</a>, <a href="http://www.ghacks.net/tag/flash-player/" title="flash player" rel="tag">flash player</a>, <a href="http://www.ghacks.net/tag/flash-vulnerability/" title="flash vulnerability" rel="tag">flash vulnerability</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/28/vulnerabilities-in-latest-flash-version/" title="Vulnerabilities in latest Flash version (May 28, 2008)">Vulnerabilities in latest Flash version</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/05/04/flash-cookies-explained/" title="Flash Cookies explained (May 4, 2007)">Flash Cookies explained</a> (63)</li>
	<li><a href="http://www.ghacks.net/2009/11/18/adobe-releases-flash-10-1-and-air-2-0-previews/" title="Adobe Releases Flash 10.1 and Air 2.0 Previews (November 18, 2009)">Adobe Releases Flash 10.1 and Air 2.0 Previews</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/24/adobe-reader-acrobat-and-flash-player-zero-day-vulnerability/" title="Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability (July 24, 2009)">Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/25/adobe-fixes-critical-shockwave-vulnerability/" title="Adobe Fixes Critical Shockwave Vulnerability (June 25, 2009)">Adobe Fixes Critical Shockwave Vulnerability</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/08/adobe-flash-player-clickjacking-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Cookies explained</title>
		<link>http://www.ghacks.net/2007/05/04/flash-cookies-explained/</link>
		<comments>http://www.ghacks.net/2007/05/04/flash-cookies-explained/#comments</comments>
		<pubDate>Fri, 04 May 2007 18:21:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[browser privacy]]></category>
		<category><![CDATA[delete cookies]]></category>
		<category><![CDATA[flash cookies]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[local shared objects]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/05/04/flash-cookies-explained/</guid>
		<description><![CDATA[Flash cookies are a new way of tracing your movement and storing a lot more information about you than with normal cookies. One major disadvantage of flash cookies is that you can't locate them in your browser. They are not shown in the list of cookies that you can see when you take a look at the cookies that are currently saved in your web browser. Normal HTTP cookies can't save more than 4 Kilobyte of data while Flash cookies can save up to 100 Kilobyte. If you want to try out how they work you could do the following. ]]></description>
			<content:encoded><![CDATA[<p>Flash cookies are a new way of tracing your movement and storing a lot more information about you than with normal cookies. One major disadvantage of flash cookies is that you can&#8217;t locate them in your browser. They are not shown in the list of cookies that you can see when you take a look at the cookies that are currently saved in your web browser. Normal HTTP cookies can&#8217;t save more than 4 Kilobyte of data while Flash cookies can save up to 100 Kilobyte. If you want to try out how they work you could do the following. </p>
<p>Go to Youtube, increase or decrease the volume of the videos and delete all cookies afterwards. You will notice that the volume level is still at the same level when you close your browser and open it again. This is done with so called Local Shared Objects, better known as Flash cookies. The main question is of course how a computer can be checked for Flash cookies and how it would be possible to delete those cookies again.</p>
<p><span id="more-1504"></span>This is actually a very tricky thing. I was searching for a way to check them on my computer but could not find it. After reading some information on the Adobe Flash Player website I was able to realize that the only possibility to check them was to open a page on the Adobe site which would show them. </p>
<p><img src="http://www.ghacks.net/files/screens/2007/05/flashcookies.jpg" alt="flash cookies" /></p>
<p>The so called <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html" target="_Blank">Settings Manager</a> can be accessed from the Adobe website but is running locally on your computer. The Website Storage Settings display all Flash cookies that are currently saved on your computer. You can delete flash cookies from individual sites or all at once. It is also possible to increase or decrease the Kilobyte size of all information that are stored on your computer.</p>
<blockquote><p>Adobe does not have access to the settings that you see in the Settings Manager or to personal information on your computer.</p></blockquote>
<p><img src="http://www.ghacks.net/files/screens/2007/05/flashcookies2.jpg" alt="flash cookies explained" /></p>
<p>No Flash Cookies will be saved if you go into Global Storage Settings and disable the option &#8220;Allow third-party Flash content to store data on your computer&#8221;.</p>
<p>47 websites did store Flash cookies on my computer and I decided to delete all of them and disable the feature to be on the safe site. Did you know about Flash cookies ? How many did you find on your pc ?</p>

	Tags: <a href="http://www.ghacks.net/tag/adobe/" title="adobe" rel="tag">adobe</a>, <a href="http://www.ghacks.net/tag/browser-privacy/" title="browser privacy" rel="tag">browser privacy</a>, <a href="http://www.ghacks.net/tag/delete-cookies/" title="delete cookies" rel="tag">delete cookies</a>, <a href="http://www.ghacks.net/tag/flash-cookies/" title="flash cookies" rel="tag">flash cookies</a>, <a href="http://www.ghacks.net/tag/flash-player/" title="flash player" rel="tag">flash player</a>, <a href="http://www.ghacks.net/tag/local-shared-objects/" title="local shared objects" rel="tag">local shared objects</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/23/manage-flash-cookies-with-better-privacy/" title="Manage Flash Cookies with Better Privacy (May 23, 2008)">Manage Flash Cookies with Better Privacy</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/10/25/four-options-to-deal-with-flash-cookies/" title="Four Options To Deal With Flash Cookies (October 25, 2009)">Four Options To Deal With Flash Cookies</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/30/delete-flash-cookies/" title="Delete Flash Cookies (July 30, 2008)">Delete Flash Cookies</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/07/24/adobe-reader-acrobat-and-flash-player-zero-day-vulnerability/" title="Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability (July 24, 2009)">Adobe Reader, Acrobat and Flash Player Zero Day Vulnerability</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/10/08/adobe-flash-player-clickjacking-vulnerability/" title="Adobe Flash Player Clickjacking Vulnerability (October 8, 2008)">Adobe Flash Player Clickjacking Vulnerability</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/05/04/flash-cookies-explained/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
	</channel>
</rss>
