<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>flashplayer &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/flashplayer/</link>
	<description>Feed of posts on WordPress.com tagged "flashplayer"</description>
	<pubDate>Thu, 10 Dec 2009 11:26:45 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to use RPM Package Manager]]></title>
<link>http://antarktikos.wordpress.com/2009/12/01/how-to-use-rpm-package-manager/</link>
<pubDate>Tue, 01 Dec 2009 16:50:46 +0000</pubDate>
<dc:creator>ravs182</dc:creator>
<guid>http://antarktikos.wordpress.com/2009/12/01/how-to-use-rpm-package-manager/</guid>
<description><![CDATA[RPM can be used on Red Hat, SuSe, Mandriva (Mandrake) and Caldera distributions. First you may read ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://antarktikos.wordpress.com/files/2009/12/rpm_logo1.png"><img class="size-medium wp-image-30 alignright" title="Rpm_logo" src="http://antarktikos.wordpress.com/files/2009/12/rpm_logo1.png?w=300" alt="" width="300" height="191" /></a></p>
<p>RPM can be used on Red Hat, SuSe, Mandriva (Mandrake) and Caldera distributions.</p>
<p>First you may read the man of RPM &#8217;cause rpm have alot of options&#8230;.</p>
<p>$ man rpm</p>
<p>So, now how to use:</p>
<p># rpm -option package_name.rpm</p>
<p>Some Options:</p>
<p>-q : show if the package is installed or not.<br />
-a : with the option -q, show all the packages installed.<br />
-i : able to install the package.<br />
-e : unistall the packeage.<br />
-U : this option update and install the package.<br />
-F : this option update the package, but only if is a new version of the package.<br />
-V : show the info of the package<br />
-v : show all the process of the command.</p>
<p>That&#8217;s it!</p>
<p>e.g the next line Update/install the package, show the process</p>
<p># rpm -Uvh package_name.rpm</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Solucionado: Flash Player 10 64bits en Ubuntu 9.10 Karmic Koala (Howto)]]></title>
<link>http://sinergiatec.wordpress.com/2009/11/25/solucionado-flash-player-10-64bits-en-ubuntu-9-10-karmic-koala-howto/</link>
<pubDate>Wed, 25 Nov 2009 01:31:33 +0000</pubDate>
<dc:creator>sinergiatec</dc:creator>
<guid>http://sinergiatec.wordpress.com/2009/11/25/solucionado-flash-player-10-64bits-en-ubuntu-9-10-karmic-koala-howto/</guid>
<description><![CDATA[Tras surcar la web en busca de una solución a los problemas que estaba teniendo con la versión de 32]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Tras surcar la web en busca de una solución a los problemas que estaba teniendo con la versión de 32bits de flash player 10 ejecutada mediante &#8220;nspluginwrapper&#8221; (la que figura en los repositorios) encontré la solución.</p>
<p>Primero vamos a borrar todo vestigio del plugin de 32 bits que puedas tener, para ello haz lo siguiente:</p>
<p>1. &#60;Alt+F2&#62; y teclea: gedit</p>
<p>2. Copia y pega lo siguiente:</p>
<pre style="padding-left:30px;"><span style="color:#000080;">#!/bin/bash
echo "Borrar cualquier flash plugin instalado"
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper</span></pre>
<p>2. Guárdalo como: ~/borrarFlasPlugin32bits.sh</p>
<p>3. Ahora abre un terminal y teclea:</p>
<p>$ sudo sh ./borrarFlasPlugin32bits.sh</p>
<p>Cuando haya terminado sigue los siguientes pasos para instalar la versión de 64 bits.</p>
<p>1. Descargate la última versión del plugin flash player 10 de 64 bits desde <a title="Flash Player plugin versión 10 64 bits" href="http://labs.adobe.com/downloads/flashplayer10_64bit.html" target="_blank">aquí</a>.</p>
<p>2. Abre el nautilus como root presionando:<em> &#60;Alt+F2&#62;</em> y tecleando: gksudo nautilus. Luego desplásate a la carpeta donde te descargaste el fichero.</p>
<p>3. Ahora abre el fichero que te bajaste en el paso 1. Verás que contiene un fichero de nombre igual: <em> libflashplayer.so</em></p>
<p>4. Presiona <em>&#60;Control+T&#62;</em> para abrir una pestaña nueva en el nautilus. Luego presiona: <em>&#60;Control+L&#62;</em> para acceder a la barra de direcciones e introduce:<em> /usr/lib64/mozilla/plugins</em></p>
<p>5. Desde la ventana con el fichero <em>&#8220;tar.gz&#8221;</em> abierto arrastra el fichero <em>&#8220;libflashplayer.so&#8221;</em> hasta la pestaña que acabas de abrir.</p>
<p>Todo esto equivale a descomprimir el fichero que te has bajado y ejecutar:</p>
<pre>$ sudo cp ./libflashplayer.so /usr/lib64/mozilla/plugins</pre>
<p>Ahora reinicia tu navegador y verás que todo te funciona de maravilla.</p>
<p>A disfrutar!</p>
<h3><strong>Actualización del 01/12/2009</strong></h3>
<p>Para aquellos que lo anterior no le funciona existe otra forma menos complicada:</p>
<p>1. Mediante synaptic busca por &#8220;flas player&#8221; y borra el paquete &#8220;flasplugin-installer&#8221; marcando la opción: borrar definitivamente</p>
<p>2. Visita <a title="Flash Player 10 64bits linux" href="http://labs.adobe.com/downloads/flashplayer10_64bit.html" target="_blank">esta</a> página de adobe donde podrás bajarte la última versión de 64 bits de Flash Player 10</p>
<p>3. Create la carpeta: <span style="color:#333399;"><em>~/.mozilla/plugins</em></span> si no la tienes creada todavía.</p>
<p>4. Extrae del fichero &#8220;tar.gz&#8221; que te bajaste en el paso 2 el contenido (libflashplayer.so) dentro del directorio indicado en el paso 3</p>
<p>5. Reinicia tu firefox y listo.</p>
<p>A ser felices!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Solucionado: Flash Player 10 en Ubuntu Karmic Koala 64 bits (howto)]]></title>
<link>http://sinergiatec.wordpress.com/2009/11/25/solucionado-flash-player-10-en-ubuntu-karmic-koala-64-bits-howto/</link>
<pubDate>Wed, 25 Nov 2009 00:06:23 +0000</pubDate>
<dc:creator>sinergiatec</dc:creator>
<guid>http://sinergiatec.wordpress.com/2009/11/25/solucionado-flash-player-10-en-ubuntu-karmic-koala-64-bits-howto/</guid>
<description><![CDATA[Hola a todos! Después de probar muchas de las soluciones que encontraba en la red para solucionar lo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hola a todos!</p>
<p>Después de probar muchas de las soluciones que encontraba en la red para solucionar los problemas que estaba teniendo con el plugin de flash player en mi instalación de Ubuntu 9.10 Karmic Koala por fin tengo la solución definitiva.</p>
<p>Los problemas que estaba teniendo eran:</p>
<ul>
<li>No funcionaban los controles (play, pause, ver en HQ)</li>
<li>La visión en pantalla completa a veces funcionaba y otras no</li>
<li>Cada &#8220;X&#8221; minutos el flash dejaba de funcionar en el firefox</li>
<li>Tampoco iba bien en el Google Chrome y el Chromium</li>
</ul>
<p>Aquí está la solución. Mejor la copias o la imprimes porque tendrás que cerrar todos los navegadores que tengas abierto:</p>
<p>1.  Abre el &#8220;gedit&#8221; y  copia el siguiente código:</p>
<pre>#!/bin/bash
echo "Borrar cualquier flash plugin instalado"
sudo apt-get remove -y --purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash swfdec-mozilla libflashsupport nspluginwrapper
sudo rm -f /usr/lib/mozilla/plugins/*flash*
sudo rm -f ~/.mozilla/plugins/*flash*
sudo rm -f /usr/lib/firefox/plugins/*flash*
sudo rm -f /usr/lib/firefox-addons/plugins/*flash*
sudo rm -rfd /usr/lib/nspluginwrapper</pre>
<p>2. Grábalo como: &#8220;~/BorrarFlashPlugin.sh&#8221;</p>
<p>3. Abre un terminal y teclea lo siguiente:</p>
<pre>miusuario@miequipo:~$ sudo sh ./BorrarFlashPlugin.sh</pre>
<p>Este script borrará todo vestigio de cualquier plugin flash player que tengas instalado.</p>
<p>4. Ahora descárgate el paquete debian de flash player para 64bits desde <a title="Paquete Debian Flash Player 64bits" href="http://ftp.de.debian.org/debian/pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_2.8_amd64.deb" target="_blank">aquí</a>.</p>
<p>5. Instálalo y ya está.</p>
<p>La primera vez que lo ejecuté me dio un error. Lo ignoré y desde entonces todo va como la seda. Lo digo por si a ti también te pasa que no te asustes <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>A disfrutar!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox: Plugins auf Updates prüfen]]></title>
<link>http://useitfree.wordpress.com/2009/10/14/firefox-plugins-auf-updates-prufen/</link>
<pubDate>Wed, 14 Oct 2009 13:47:09 +0000</pubDate>
<dc:creator>use-IT</dc:creator>
<guid>http://useitfree.wordpress.com/2009/10/14/firefox-plugins-auf-updates-prufen/</guid>
<description><![CDATA[Plugins erweitern den Browser, der dann mit mehr Dateiformaten umgehen kann. Ein bekanntes Plugin is]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img alt="firefox" align="left" src="http://useitfree.files.wordpress.com/2009/10/firefox-1.png?w=52&#038;h=50" width="52" height="50" />Plugins erweitern den Browser, der dann mit mehr Dateiformaten umgehen kann. Ein bekanntes Plugin ist etwa Adobes Flashplayer, der benötigt wird um z.B. Videos auf Youtube abzuspielen. Weitere verbreitet Plugins sind Java, Adobe Reader, Quicktime oder Realplayer. Leider bieten diese Plugins eine enorme Angriffsfläche für schädliche Websites, insbesondere wenn sie nicht immer auf dem neuesten Stand gehalten werden. Vor allem der Adobe Reader ist mit seinen zahlreichen  Sicherheitslücken ein beliebtes Angriffsziel für Web-Schädlinge. Im Firefox-Browser existiert bisher keine Möglichkeit, die Plugins ähnlich wie die Addons und den Browser selbst mit automatischen Updates aktuell zu halten. Abhilfe schafft da Mozillas <a href="http://www.mozilla.com/en-US/plugincheck/" target="_blank">Plugincheck-Website</a>. Auf der Seite werden die installierten Plugins aufgelistet, bei veralteten Versionen gewarnt, und Downloadlinks für Updates angezeigt. In Zukunft soll diese Funktion direkt in den Browser integriert werden, bis dahin hilft ein regelmässiger Besuch beim <a href="http://www.mozilla.com/en-US/plugincheck/" target="_blank">Plugincheck</a>.</p>
<p align="center"><a href="http://www.mozilla.com/en-US/plugincheck/" target="_blank"><img alt="2009-10-14 153937" src="http://useitfree.files.wordpress.com/2009/10/2009-10-14_153937.png?w=500&#038;h=134" width="500" height="134" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[Solaris x86] Flash Player - Mozilla Firefox]]></title>
<link>http://camilogo1200.wordpress.com/2009/10/13/solaris-x86-flash-player-mozilla-firefox/</link>
<pubDate>Tue, 13 Oct 2009 00:16:45 +0000</pubDate>
<dc:creator>Cristhian Camilo Gómez Narváez</dc:creator>
<guid>http://camilogo1200.wordpress.com/2009/10/13/solaris-x86-flash-player-mozilla-firefox/</guid>
<description><![CDATA[Bueno pues a quienes no nos funciono el instalador automatico de mozilla firefox, tambien es bueno p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Bueno pues a quienes no nos funciono el instalador automatico de mozilla firefox, tambien es bueno poner de vez en cuando una linea de codigo en la terminal!!! jejej!!!&#8230;. e ir conociendo un poco mas las entra;as de nuestro solaris&#8230;.</p>
<p>Manos a la obra&#8230;.</p>
<p>#Descarga el archivo de la pagina de adobe<br />
<code> wget http://fpdownload.macromedia.com/get/flashplayer/current/flash_player_10_solaris_x86.tar.bz2 </code><br />
Descomprime el .tar.bz2</p>
<p><code>bzip2 -dv flash_player_10_solaris_x86.tar.bz2</code></p>
<p>Descomprime el .tar<br />
<code>tar xvf flash_player_solaris_x86.tar</code></p>
<p>ingresamos a la carpeta en donde se desempaco el .tar<br />
<code>cd flash_player_solaris_rc32_18_x86<br />
#La version que descargue es la rc32-18 depronto para uds varia<br />
</code></p>
<p>ahora vamos a copiar el .so a la carpeta de plugins de mozilla firefox<br />
<code>cp libflashplayer.so /usr/lib/firefox/plugins/ </code></p>
<p>Reiniciamos Firefox y todo listo&#8230;.<br />
espero les sirva&#8230;. XD</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash and iPhone = together forever]]></title>
<link>http://samoiloff.wordpress.com/2009/10/06/flash-and-iphone-together-forever/</link>
<pubDate>Tue, 06 Oct 2009 04:58:38 +0000</pubDate>
<dc:creator>samoiloff</dc:creator>
<guid>http://samoiloff.wordpress.com/2009/10/06/flash-and-iphone-together-forever/</guid>
<description><![CDATA[At last Adobe and Apple found compomise for flashplayer on iPhone platform. Adobe announced that by ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>At last Adobe and Apple found compomise for flashplayer on iPhone platform. Adobe <a href="http://labs.adobe.com/wiki/index.php/Applications_for_iPhone:Developer_FAQ">announced</a> that by the end of 2009 flashplayer will be available for iPhones. The latest flashIDE (Flash CS5) will with support for building applications for iPhone. It goes the same way as Samoiloff <a href="http://samoiloff.wordpress.com/2009/06/11/iphone-and-flashplayer/">predicted</a>. Let&#8217;s wait and see what do they prepare for Flash developers.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash player 10 su Debian Squeeze a 64bit]]></title>
<link>http://anticameradelcestino.wordpress.com/2009/10/02/flash-player-10-su-debian-squeeze-a-64bit/</link>
<pubDate>Fri, 02 Oct 2009 15:59:01 +0000</pubDate>
<dc:creator>Max-B</dc:creator>
<guid>http://anticameradelcestino.wordpress.com/2009/10/02/flash-player-10-su-debian-squeeze-a-64bit/</guid>
<description><![CDATA[Per installare l&#8217;ultima versione di Falsh Player 10 su Debian Squeeze a 64 bit è possibile seg]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-288" title="about_plugins" src="http://anticameradelcestino.wordpress.com/files/2009/10/about_plugins.png" alt="about_plugins" width="480" height="172" />Per installare l&#8217;ultima versione di Falsh Player 10 su Debian Squeeze a 64 bit è possibile seguire quest procedura.</p>
<p>Scaricate la <a href="http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz">versione alfa in formato tar.gz del pacchetto</a> da questa pagina:<a href="http://labs.adobe.com/downloads/flashplayer10.html"> labs.adobe.com</a></p>
<p>Sebbene sia una versione alfa funziona comunque bene, ed è certamente conveniente utilizzare questo plugins piuttosto che la versione 9 o quello fornito su debian.</p>
<p>Una volta scaricato estraete il pacchetto:</p>
<p><code>tar -xvzf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz</code></p>
<p>spostate la libreria nella cartella plugins di iceweasel:</p>
<p><code>mv libflashplayer.so /usr/lib/iceweasel/plugins/</code></p>
<p>Rimuovete il plugin installato su debian:</p>
<p><code>apt-get remove swfdec-mozilla</code></p>
<p>A questo punto riavviate iceweasel e andate sulla pagina about:plugins dove dovreste trovare il plugin riportato nell&#8217;immagine di questo post.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[NVIDIA: GPU accelerated flash footage]]></title>
<link>http://xollothnews.wordpress.com/2009/10/01/nvidia-gpu-accelerated-flash-footage/</link>
<pubDate>Thu, 01 Oct 2009 05:34:46 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/10/01/nvidia-gpu-accelerated-flash-footage/</guid>
<description><![CDATA[NVIDIA: GPU accelerated flash footage leaked! &#8211; ( HWBOX ) O/C on first boot Μεγάλος &#8220;ντό]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.hwbox.gr/news/6142-nvidia-gpu-accelerated-flash-footage-leaked.html">NVIDIA: GPU accelerated flash footage leaked! &#8211; ( HWBOX ) O/C on first boot</a><br />
<a href="http://images.google.com/imgres?imgurl=http://img.brothersoft.com/screenshots/softimage/n/nvidia_forceware_graphics_driver-74209-1.jpeg&#38;imgrefurl=http://www.brothersoft.com/nvidia-forceware-graphics-driver-74209.html&#38;usg=__X5u2npAHQdAb34jDKP4jbA4Bwt0=&#38;h=311&#38;w=400&#38;sz=36&#38;hl=en&#38;start=15&#38;tbnid=qgJVqPw-mSybuM:&#38;tbnh=96&#38;tbnw=124&#38;prev=/images%3Fq%3DNVIDIA%26ndsp%3D18%26hl%3Den%26lr%3D%26sa%3DN%26start%3D1"><img style="border:1px solid;" src="http://t1.gstatic.com/images?q=tbn:qgJVqPw-mSybuM:http://img.brothersoft.com/screenshots/softimage/n/nvidia_forceware_graphics_driver-74209-1.jpeg" alt="" width="124" height="96" /></a>Μεγάλος &#8220;ντόρος&#8221; έχει δημιουργηθεί τον τελευταίο καιρό και με το GPU accelerated flash footage που ακούστηκε ότι παρουσίασε σε επιλεγμένο κοινό η NVIDIA. Παρόλο όμως που η εταιρεία ήθελε να κρατήσει μακριά τα φώτα της δημοσιότητας μέχρι το επίσημο <a class="zem_slink" title="News release" rel="wikipedia" href="http://en.wikipedia.org/wiki/News_release">press release</a> που θα δωθεί στις 5 Οκτωβρίου, το Γερμανικό website notebookjournal.de &#8220;ανέβασε&#8221; στο youtube video στο οποίο φαίνεται ένα μέλος του προσωπικού της NVIDIA να παρουσιάζει ένα εσωτερικό build του <a class="zem_slink" title="Adobe Flash Player" rel="homepage" href="http://www.adobe.com/products/flashplayer/">Flash Player</a> εν δράση[<a href="http://www.hwbox.gr/news/6142-nvidia-gpu-accelerated-flash-footage-leaked.html">next]</a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/104fbd9a-955b-81ba-a69a-0a2e86c86068/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=104fbd9a-955b-81ba-a69a-0a2e86c86068" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Επιτάχυνση του Adobe Flash Player μέσα από τις κάρτες γραφικών;]]></title>
<link>http://xollothnews.wordpress.com/2009/09/30/%ce%b5%cf%80%ce%b9%cf%84%ce%ac%cf%87%cf%85%ce%bd%cf%83%ce%b7-%cf%84%ce%bf%cf%85-adobe-flash-player-%ce%bc%ce%ad%cf%83%ce%b1-%ce%b1%cf%80%cf%8c-%cf%84%ce%b9%cf%82-%ce%ba%ce%ac%cf%81%cf%84%ce%b5%cf%82/</link>
<pubDate>Wed, 30 Sep 2009 03:51:49 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/09/30/%ce%b5%cf%80%ce%b9%cf%84%ce%ac%cf%87%cf%85%ce%bd%cf%83%ce%b7-%cf%84%ce%bf%cf%85-adobe-flash-player-%ce%bc%ce%ad%cf%83%ce%b1-%ce%b1%cf%80%cf%8c-%cf%84%ce%b9%cf%82-%ce%ba%ce%ac%cf%81%cf%84%ce%b5%cf%82/</guid>
<description><![CDATA[Επιτάχυνση του Adobe Flash Player μέσα από τις κάρτες γραφικών; &#8211; TheLab.gr Φαίνεται πως η υπό]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.thelab.gr/showthread.php?t=68799">Επιτάχυνση του Adobe Flash Player μέσα από τις κάρτες γραφικών; &#8211; TheLab.gr</a><br />
<img src="http://www.thelab.gr/gallery3/var/resizes/News/News-Icons/icon-nvidia.png" alt="" hspace="8" vspace="8" align="left" />Φαίνεται πως η υπόσχεση της <a class="zem_slink" title="Nvidia" rel="geolocation" href="http://maps.google.com/maps?ll=37.3707277778,-121.963738889&#38;spn=0.01,0.01&#38;q=37.3707277778,-121.963738889%20%28Nvidia%29&#38;t=h">Nvidia</a> και της <a class="zem_slink" title="Adobe Systems" rel="homepage" href="http://www.adobe.com/">Adobe</a> για υποστήριξη και επιτάχυνση των Flash videos, γίνεται πια πραγματικότητα. Αν και δεν υπάρχει ακόμα επίσημη ανακοίνωση, η Nvidia έχει επιδείξει πρώιμες εκδόσεις του Adobe Flash Player με υποστήριξη σε επίπεδο υλικού μέσα από της κάρτες γραφικών που παράγει. Στις επιδείξεις αυτές, χρησιμοποιήθηκαν HD videos του <a class="zem_slink" title="YouTube" rel="homepage" href="http://www.youtube.com/">YouTube</a>, που έτρεχαν με άνεση σε netbooks βασισμένα στην πλατφόρμα Ion, ενώ τα ίδια videos δεν έτρεχαν το ίδιο εύκολα στην πλατφόρμα <a class="zem_slink" title="Intel Atom" rel="wikipedia" href="http://en.wikipedia.org/wiki/Intel_Atom">Atom</a> της <a class="zem_slink" title="Intel Corporation" rel="geolocation" href="http://maps.google.com/maps?ll=37.3879277778,-121.963538889&#38;spn=0.01,0.01&#38;q=37.3879277778,-121.963538889%20%28Intel%20Corporation%29&#38;t=h">Intel</a>.[<a href="http://www.thelab.gr/showthread.php?t=68799">next]</a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/dc843e7e-f363-872c-ad23-aa7aeb23f44c/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=dc843e7e-f363-872c-ad23-aa7aeb23f44c" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash Player v.10]]></title>
<link>http://ehkangagus.wordpress.com/2009/09/10/flash-player-v-10/</link>
<pubDate>Thu, 10 Sep 2009 16:55:02 +0000</pubDate>
<dc:creator>Kang Agus</dc:creator>
<guid>http://ehkangagus.wordpress.com/2009/09/10/flash-player-v-10/</guid>
<description><![CDATA[Adobe telah merilis versi terbaru Flash Player miliknya. Flash Player selama ini dikenal memiliki ke]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" src="http://t3.gstatic.com/images?q=tbn%3AUjjPi6d3yM7zCM%3Ahttp%3A%2F%2Fxraycrossx.files.wordpress.com%2F2009%2F03%2Fadobe-flash-player-10.jpg&#038;w=124&#038;h=121" alt="" width="124" height="121" /></p>
<h4><span style="font-weight:normal;">Adobe telah merilis versi terbaru Flash Player miliknya. Flash Player selama ini dikenal memiliki kemampuan untuk menjadikan konten lebih interaktif dan digunakan untuk membuka aplikasi berbasis browser.</span></h4>
<h4><span style="font-weight:normal;">Flash Player 10 yang baru saja dirilis sudah dapat didownload. Beberapa fitur tambahan Flash Player terbaru ini adalah penambahan kemampuan transformasi 3D dan animasi dan mendukung akselerasi dari beberapa fungsi grafis yang terdapat pada chip adapter grafis komputer (GPU).</span></h4>
<h4><span style="font-weight:normal;">Rilis Flash Player 10 ini hanya berselang sehari setelah sebelumnya Microsoft sudah mengupdate platform <!--more-->Silverlightnya.</span></h4>
<h4><span style="font-weight:normal;">Menurut pihak Adobe kurang lebih 90% komputer desktop pengguna yang terhubung internet sudah terinstal Flash Player. Bandingkan dengan Silverlight versi 2 yang hanya 25% terinstal di komputer pengguna.</span></h4>
<h4><span style="font-weight:normal;">Baik Flash Player maupun Silverlight dapat berjalan di sistem Windows, Linux dan Mac.</span></h4>
<h4><span style="font-weight:normal;">Pada saat yang sama Adobe juga merilis Flash CS4 yang merupakan software untuk membuat konten bagi Flash 10. Silahkan Download <a href="http://www.ziddu.com/download/6389150/install_flash_player.exe.html">Disini</a></span></h4>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[bertualang dengan Google Chrome di Ubuntu....]]></title>
<link>http://setan666.wordpress.com/2009/09/04/bertualang-dengan-google-chrome-di-ubuntu/</link>
<pubDate>Fri, 04 Sep 2009 19:57:54 +0000</pubDate>
<dc:creator>setan666</dc:creator>
<guid>http://setan666.wordpress.com/2009/09/04/bertualang-dengan-google-chrome-di-ubuntu/</guid>
<description><![CDATA[yah&#8230; beginilah kalo kurang gaul&#8230;. baru pake google chrome di Ubuntu&#8230;.. Dulu sih pe]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.ubuntuforums.org"><img src="http://i181.photobucket.com/albums/x148/setanalas666/ubuntu-logo.gif" alt="logo Ubuntu" /></a><br />
yah&#8230; beginilah kalo kurang gaul&#8230;. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  baru pake google chrome di Ubuntu&#8230;..</p>
<p>Dulu sih pernah pake google chrome, tapi saat itu pake PC kantor yang ber-OS Jendela&#8230; eh, pas pake Ubuntu keasyikan pake firefox&#8230; Iseng-iseng teringat google chrome, dan pengen langsung cobain&#8230;. apalagi sudah integrated flash player plugin kan <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Langsung aja, langkah-langkahnya :</p>
<p>- unduh dulu file .deb nya <a title="link download Ubuntu" href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb">disini nih</a><br />
- instalasi, dari terminal, <em>sudo dpkg -i google-chrome-unstable_current_i386.deb</em></p>
<p>Sampe sini, sebenarnya sudah bisa langsung dipake, di <strong>Applications &#62; Internet &#62; Google Chrome , </strong>tapi flashplayer plugin-nya belum aktif, nhah biar bisa buka-buka web yang mengandung flash, misalnya <a title="Youtube" href="http://www.youtube.com/" target="_blank">youtub</a>e nie&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , langkah-langkahnya :</p>
<p>- Klik <strong>System &#62; Preferences &#62; Main Menu</strong><br />
- Klik <strong>Internet &#62; Google Chrome &#62; Properties</strong><br />
- Tambahkan<em> &#8211;enable-plugins</em> pada <strong>command</strong><br />
- Klik Close, dan jalankan Google Chrome&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-149" title="Google Chrome" src="http://setan666.wordpress.com/files/2009/09/screenshot-1.png?w=300" alt="preview Google Chrome" width="300" height="187" /><p class="wp-caption-text">preview Google Chrome</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[So you have memory problems in your Flex application?]]></title>
<link>http://flex4examples.wordpress.com/2009/09/03/so-you-have-memory-problems-in-your-flex-application/</link>
<pubDate>Thu, 03 Sep 2009 16:58:41 +0000</pubDate>
<dc:creator>roustalski</dc:creator>
<guid>http://flex4examples.wordpress.com/2009/09/03/so-you-have-memory-problems-in-your-flex-application/</guid>
<description><![CDATA[First, if you aren&#8217;t already acquainted with the memory issues in the flash player, browse thr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>First, if you aren&#8217;t already acquainted with the memory issues in the flash player, browse through some of these links:</p>
<p><strong><em>Grant Skinner</em></strong>:</p>
<ul>
<li><a href="http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html">http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html</a></li>
<li><a href="http://www.gskinner.com/blog/archives/2008/04/failure_to_unlo.html">http://www.gskinner.com/blog/archives/2008/04/failure_to_unlo.html</a></li>
</ul>
<p><strong><em>Sean Christmann</em></strong>: <a href="http://www.craftymind.com/2008/04/09/kick-starting-the-garbage-collector-in-actionscript-3-with-air/">http://www.craftymind.com/2008/04/09/kick-starting-the-garbage-collector-in-actionscript-3-with-air/</a></p>
<p><strong><em>Alex Harui</em></strong>:</p>
<ul>
<li><a href="http://blogs.adobe.com/aharui/2008/09/using_the_flex_builder_3x_prof.html">http://blogs.adobe.com/aharui/2008/09/using_the_flex_builder_3x_prof.html</a></li>
<li><a href="http://blogs.adobe.com/aharui/2009/05/more_on_finding_memory_leaks.html">http://blogs.adobe.com/aharui/2009/05/more_on_finding_memory_leaks.html</a></li>
<li><a href="http://blogs.adobe.com/aharui/2009/08/what_we_know_about_unloading_m.html">http://blogs.adobe.com/aharui/2009/08/what_we_know_about_unloading_m.html</a></li>
</ul>
<p><em><strong>Adobe official docs</strong></em>: <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=profiler_6.html">http://livedocs.adobe.com/flex/3/html/help.html?content=profiler_6.html</a></p>
<p><em><strong>I</strong></em> would like to add a technique to the collective knowledge that I have implemented in our MVC framework and propagated through our legacy code base: IDisposable.</p>
<p>The contract of IDisposable is very simple, exposing a lone method: <code>dispose()</code>. An implementation of the interface has the following responsibilities:</p>
<ol>
<li>Follow the rules of the aforementioned links (e.g. removing event listeners)</li>
<li>Call dispose on any IDisposable children that he is responsible for.</li>
<li>Explicitly set all class level non-simple types to null, including splicing arrays, and deleting dictionary/object keys.</li>
</ol>
<p>The reason for number 3 is very simple. Take a look at the following diagram taken from the <a href="http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html">garbage collection overview</a> by Grant:</p>
<div id="attachment_34" class="wp-caption alignnone" style="width: 260px"><img class="size-full wp-image-34" title="Mark Sweep" src="http://flex4examples.wordpress.com/files/2009/09/marksweep.jpg" alt="Credit to Grant Skinner: http://www.gskinner.com/blog/" width="250" height="190" /><p class="wp-caption-text">Credit to Grant Skinner: http://www.gskinner.com/blog/</p></div>
<p>Since the first pass of the flash garbage collector is based off of reference counting, the goal is to remove all references that you can control in order to optimize for the collector. Let&#8217;s see an example.</p>
<pre class="brush: java;">
private var _string1:String = &#34;Don't bother disposing of me&#34;;
private var _a:Array;
private var _o1:Object;
private var _o2:Object;
private var _o3:Object;

function ohSnap():void
{
    _o1 = {label: &#34;sweet&#34;};
    _o2 = {label: &#34;awesome&#34;, sweet: _o1};
    _o3 = {label: &#34;cool&#34;, awesome: _o2, sweet: _o1};
    _a = [_o1, _o2, _o3];
}
</pre>
<p>Even if this array and collection of objects ends up white in the mark and sweep diagram above, they remain in memory until the second phase of the collector is activated. Why?</p>
<p>Lets count the references of the objects created in ohSnap:<br />
o1: 4 references, by the array, o2, o3, and _o1.<br />
o2: 3 references, by the array, o3, and _o2.<br />
o3: 2 references, by the array and _o3.<br />
a: 1 reference by _a</p>
<p>Now, let&#8217;s go on ahead and optimize our destruction by cleaning up these references in our dispose method:</p>
<pre class="brush: java;">
public function dispose():void
{
    for ( var i:int = _a.length-1; i &#62; -1; i-- )
    {
        var o:Object = _a[i];
        for ( var key:String in o )
        {
            delete o[key];
        }
        _a.splice(i, 1);
    }
    _o1 = null;
    _o2 = null;
    _o3 = null;
    _a = null;
}
</pre>
<p>Deleting the keys of the objects removes the references of o1 in o2 and o3, and o2 in o3, while splicing the array removed the references to o1, o2, and o3. Finally, the class level references to the objects were removed, leaving a reference count of zero for the three objects and array.</p>
<p>In addition to having the marksweep collection method run less because the reference count method removes the objects first, implementing a standard contract in your applications for all objects makes memory management, such as identifying leaks easier because the cleanup of each object is in a standardized place.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Flash and Acrobat at risk: download new patch]]></title>
<link>http://deigratia.wordpress.com/2009/08/28/adobe-flash-and-acrobat-at-risk-download-new-patch/</link>
<pubDate>Fri, 28 Aug 2009 16:48:31 +0000</pubDate>
<dc:creator>deigratia</dc:creator>
<guid>http://deigratia.wordpress.com/2009/08/28/adobe-flash-and-acrobat-at-risk-download-new-patch/</guid>
<description><![CDATA[Adobe Flash and Acrobat at risk: download new patch By Lauren Litwinka (324 words)Posted in In the N]]></description>
<content:encoded><![CDATA[Adobe Flash and Acrobat at risk: download new patch By Lauren Litwinka (324 words)Posted in In the N]]></content:encoded>
</item>
<item>
<title><![CDATA[Flashplayer ohne Adminrechte installieren]]></title>
<link>http://whatsthatsound.wordpress.com/2009/08/26/flashplayer-ohne-adminrechte-installieren/</link>
<pubDate>Wed, 26 Aug 2009 08:09:41 +0000</pubDate>
<dc:creator>ludcoenen</dc:creator>
<guid>http://whatsthatsound.wordpress.com/2009/08/26/flashplayer-ohne-adminrechte-installieren/</guid>
<description><![CDATA[Kurze Notiz,  weil ich a) immer wieder vergesse wie es geht, und b) die ersten Treffer bei Google zu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Kurze Notiz,  weil ich a) immer wieder vergesse wie es geht, und b) die ersten Treffer bei Google zu dem Thema entweder veraltet sind und/oder nicht funktionieren.</p>
<ol>
<li><a href="http://get.adobe.com/de/flashplayer/?promoid=BUIGP" target="_blank">Aktuelle <strong>install_flash_player.exe</strong> herunterladen</a></li>
<li>das <a href="http://www.7-zip.org/download.html" target="_blank">Entpacker-Programm <strong>7Zip</strong></a> herunterladen und installieren</li>
<li>Damit die install_flash_player.exe entpacken</li>
<li>anschließend die Dateien <strong>NPSWF32.DLL</strong> und <strong>flashplayer.xpt </strong>in das Plugin-Verzeichnis von Firefox kopieren, das dürfte meistens <strong>C:\Programme\Mozilla Firefox\plugins</strong> sein.</li>
<li>fertig!</li>
</ol>
<p>Keine Gewähr, auf eigenes Risiko und so&#8230; das Vorgehen habe ich von <a href="http://board.gulli.com/thread/924109-flash-plugin-fr-firefox-installieren-ohne-adminrechte/" target="_blank">hier übernommen</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Install Flash Player pada iceweasel.]]></title>
<link>http://lqman.wordpress.com/2009/08/08/install-flash-player-pada-iceweasel/</link>
<pubDate>Sat, 08 Aug 2009 00:12:26 +0000</pubDate>
<dc:creator>LQman</dc:creator>
<guid>http://lqman.wordpress.com/2009/08/08/install-flash-player-pada-iceweasel/</guid>
<description><![CDATA[ini hanya sebuah catatan kecil, please don&#8217;t laugh at me Cara-1 [OTOMATIS download &amp; insta]]></description>
<content:encoded><![CDATA[ini hanya sebuah catatan kecil, please don&#8217;t laugh at me Cara-1 [OTOMATIS download &amp; insta]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe hat Lücke im Flash Player geschlossen]]></title>
<link>http://eisenbahnfilme.wordpress.com/2009/08/05/adobe-hat-lucke-im-flash-player-geschlossen/</link>
<pubDate>Wed, 05 Aug 2009 20:36:36 +0000</pubDate>
<dc:creator>bahnfan</dc:creator>
<guid>http://eisenbahnfilme.wordpress.com/2009/08/05/adobe-hat-lucke-im-flash-player-geschlossen/</guid>
<description><![CDATA[Die Sendungen von Bahnwelt TV lassen sich im Browser komfortabel mit dem Flash Player Plugin betrach]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#4064b9;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;"><span style="color:#4064b9;"><span style="color:#666666;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;"><span style="color:#000000;">Die Sendungen von <strong>Bahnwelt TV</strong><span style="color:#4064b9;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;"><span style="color:#4064b9;"><span style="color:#666666;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;"><span style="color:#000000;"> lassen sich </span></span></span></span>im Browser komfortabel mit dem Flash Player Plugin betrachten. </span></span></span></span><span style="color:#666666;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;"><span style="color:#000000;">Adobe <span style="color:#666666;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;"><span style="color:#000000;">hat am 25.7.2009 </span></span>ein wichtiges Update für den Flash Player herausgebracht. Mit der neuen Version wurde ein kritisches Sicherheitsloch geschlossen. Wir empfehlen dieses Update unbedingt zu installieren. Zum Download geht es <a href="http://get.adobe.com/de/flashplayer/" target="_blank">hier &#62;&#62;</a></span></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Den eviga egotrippen]]></title>
<link>http://samzodiac2.wordpress.com/2009/07/23/den-eviga-egotrippen/</link>
<pubDate>Thu, 23 Jul 2009 13:00:53 +0000</pubDate>
<dc:creator>Sam Zodiac</dc:creator>
<guid>http://samzodiac2.wordpress.com/2009/07/23/den-eviga-egotrippen/</guid>
<description><![CDATA[Första gången jag såg det här tricket var på omslaget till en Ellos-katalog! Läs även andra animerad]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_6849" class="wp-caption aligncenter" style="width: 677px"><a href="http://www.clublaugh.com/es-items/712.swf" target="_blank"><img class="size-full wp-image-6849" title="eternalegotrip" src="http://samzodiac2.wordpress.com/files/2009/07/eternalegotrip.png" alt="Första gången jag såg det här tricket var på omslaget till en Ellos-katalog! :)" width="667" height="665" /></a><p class="wp-caption-text">Första gången jag såg det här tricket var på omslaget till en Ellos-katalog! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></div>
<p>Läs även andra animerade (?) bloggares åsikter om <a rel="tag" href="http://bloggar.se/om/Flashplayer">Flashplayer</a>, <a rel="tag" href="http://bloggar.se/om/Evighetsbild">Evighetsbild</a>, <a rel="tag" href="http://bloggar.se/om/Fototrick">Fototrick</a>, <a rel="tag" href="http://bloggar.se/om/Underh%E5llning">Underhållning</a>, <a rel="tag" href="http://bloggar.se/om/Nostalgi">Nostalgi</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[iPhone and FlashPlayer]]></title>
<link>http://samoiloff.wordpress.com/2009/06/11/iphone-and-flashplayer/</link>
<pubDate>Thu, 11 Jun 2009 18:28:02 +0000</pubDate>
<dc:creator>samoiloff</dc:creator>
<guid>http://samoiloff.wordpress.com/2009/06/11/iphone-and-flashplayer/</guid>
<description><![CDATA[The topic has vital importance for great number of developers now. In the beginning everything was r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The topic has vital importance for great number of developers now. In the beginning everything was really promissing. Adobe worked on<a title="Adobe flashplayer for iPhone" href="http://www.flashdevices.net/2008/03/adobe-flash-player-coming-to-iphone.html" target="_blank"> flashplayer for iPhone</a>, it was announced and had a wide responce in developers media. But when everything was ready Apple refused to allow flashplayer on iPhone because it will take away lot&#8217;s of money that Apple recieves from the Apple Store.</p>
<p>FlashPlayer opens highway for millions of free web applications such as games, widgets etc. And of course Apple won&#8217;t allow users get it free since they can get it for money <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>In more details this issue is descibed by <a title="Why apple wont pass flashplayer on iPhone" href="http://www.wired.com/gadgetlab/2008/11/adobe-flash-on/" target="_blank">Brian X. Chen</a> and <a title="iPhone and Flash" href="http://www.davidtucker.net/2009/06/09/observations-about-apple-the-iphone-phonegap-and-flash/" target="_blank">David Tucker</a>.</p>
<p>In conclusion I want you to see <a title="simpsons mapple store (apple store)" href="http://www.youtube.com/watch?v=CZGIn9bpALo" target="_blank">related movie at youtube</a>.</p>
<p>I sujest that distribution of flashplayer on mobile platform is <a title="Flashplayer for mobile phones" href="http://arstechnica.com/gadgets/news/2009/02/flash-10-coming-to-a-non-apple-smartphone-near-you-in-2010.ars" target="_blank">inevitable</a>. And in the end Apple will have no choise just to allow flashplayer for iPhones. Probably it&#8217;s functionality will be restricted in order to correspond greedy Apple&#8217;s requirements.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[flash, alsautils and music]]></title>
<link>http://seventhteletype.wordpress.com/2009/05/24/flash-alsautils-and-music/</link>
<pubDate>Sun, 24 May 2009 21:51:26 +0000</pubDate>
<dc:creator>sohcahtoa</dc:creator>
<guid>http://seventhteletype.wordpress.com/2009/05/24/flash-alsautils-and-music/</guid>
<description><![CDATA[The necessary evil was accomplished, Flash Player 10 installed following the instructions on the Deb]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The necessary evil was accomplished, Flash Player 10 installed following the <a href="http://wiki.debian.org/FlashPlayer">instructions on the Debian wiki</a>. Sound was configured as follows (this will be added to the final &#8216;light&#8217; installation).</p>
<ul>
<li>su</li>
<li>aptitude install alsa-utils</li>
<li>alsaconf</li>
<li>answer some questions as alsaconf finds your sound card &#8211; I just accepted all the defaults</li>
<li>aptitude install mpg123 (nice simple command line mp3 player)</li>
<li>exit from su</li>
<li>mpg123 filename-of-mp3-file</li>
<li>in another terminal (dwm is handy here) run alsamixer and adjust to taste</li>
</ul>
<p>I&#8217;m listening to <a href="http://www.gardnermuseum.org/music/artist/benedetti.asp">Nicola Benedetti</a> playing Debussy and Ravel, free mp3 downloads from the <a href="http://www.gardnermuseum.org/music/library.asp">Isabella Stewart Gardner Museum</a>.</p>
<p>It has to be said that this Dell L400 laptop has seriously challenged audio quality, lots of electrical noise from the motherboard, so that you can hear the hard drive kicking in! Playback is smooth however, no stutters.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cài đặt Flash Plugin "Thủ công" trong Firefox trong Win XP/Vista]]></title>
<link>http://jubeiludu.wordpress.com/2009/05/19/cai-d%e1%ba%b7t-flash-plugin-th%e1%bb%a7-cong-trong-firefox-trong-win-xpvista/</link>
<pubDate>Tue, 19 May 2009 09:31:21 +0000</pubDate>
<dc:creator>jubeiludu</dc:creator>
<guid>http://jubeiludu.wordpress.com/2009/05/19/cai-d%e1%ba%b7t-flash-plugin-th%e1%bb%a7-cong-trong-firefox-trong-win-xpvista/</guid>
<description><![CDATA[Có một lúc nào đó, máy tính bạn trở chứng. Bạn dùng Firefox vào youtube.com xem video không được (IE]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Có một lúc nào đó, máy tính bạn trở chứng. Bạn dùng Firefox vào youtube.com xem video không được (IE, Chrome xem bình thường). Bạn vào Adobe update phiên bản flash player mới nhất. Nhưng vẫn không xem được video.</strong></p>
<p><!--more-->Dưới đây là vài thao tác để khắc phục lỗi đó</p>
<p>Trước tiên, bạn cần download về plugin file theo đường dẫn sau:<br />
<a href="http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi" target="_blank">http://fpdownload.macromedia.com/get&#8230;player-win.xpi</a><br />
Trong lúc download nhớ đổi tên đuôi file theo hình bên dưới.<br />
<img src="http://www.howtogeek.com/wp-content/uploads/2008/05/image121.png" border="0" alt="" /><br />
Download xong, giải nén file và copy 2 file: flashplayer.xpt và NPSWF32.dll đến 2 folders:</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/05/image122.png" border="0" alt="" /></p>
<p><strong>Cài đặt cho All Users</strong><br />
Từ Windows Explorer tìm đến folder:</p>
<blockquote><p>C:\Program Files\Mozilla Firefox\plugins</p></blockquote>
<p><em>Chú ý: Nếu không có Plugins folder thì bạn cứ việc tạo ra nhé.</em><br />
<img src="http://www.howtogeek.com/wp-content/uploads/2008/05/image123.png" border="0" alt="" /></p>
<p><strong>Cài đặt cho chính Account (tài khoản) chính bạn<br />
</strong> Nếu bạn không có quyền administrator, cách trên không được. Không sao, Bạn mở Windows Explorer và gõ:</p>
<blockquote><p>%APPDATA%\Mozilla</p></blockquote>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/05/image124.png" border="0" alt="" /><br />
Tạo Plugins folder (nếu chưa có)</p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/05/image125.png" border="0" alt="" /><br />
Copy 2 file đã nói phí trên vào Plugins folder.</p>
<p>Khởi động lại trình duyệt Firefox.</p>
<p><strong>Kiểm tra việc cài đặt</strong><br />
Để chắc rằng flash player có load đúng véion không. Tại thanh địa chỉ (address bar) bạn gõ  <em>about:plugins</em></p>
<p><img src="http://www.howtogeek.com/wp-content/uploads/2008/05/image126.png" border="0" alt="" /><br />
Nếu hiện lên version flash player mới nhất là ok.</p>
<p>Chúc bạn thành công!</p>
<p>Theo <span style="font-size:xx-small;"><a href="http://www.howtogeek.com/howto/internet/firefox/install-flash-plugin-manually-in-firefox-on-vista/" target="_blank">Install Flash Plugin Manually in Firefox on Xp/Vista</a></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flock - the new way of social networking]]></title>
<link>http://linertia.wordpress.com/2009/04/28/flock-the-new-way-of-social-networking/</link>
<pubDate>Tue, 28 Apr 2009 13:22:52 +0000</pubDate>
<dc:creator>tro.Oper</dc:creator>
<guid>http://linertia.wordpress.com/2009/04/28/flock-the-new-way-of-social-networking/</guid>
<description><![CDATA[Flockness Flock is a totally cool new browser, aimed for the socio junkies who do a lot of facebooki]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="mceTemp mceIEcenter"></div>
<div id="attachment_67" class="wp-caption aligncenter" style="width: 310px"><a href="http://linertia.wordpress.com/files/2009/04/flock21.png"><img class="size-medium wp-image-67" title="Flock" src="http://linertia.wordpress.com/files/2009/04/flock21.png?w=300" alt="Flockness" width="300" height="245" /></a><p class="wp-caption-text">Flockness</p></div>
<p>Flock is a totally cool new browser, aimed for the socio junkies who do a lot of facebooking, digging, twitters and many such internet derived verbs[online jargons].It&#8217;s got a good interface with the sidebar linking the ,major  social networks and the mediabar with the feeds at the top, and a much easier access to a lot of other services at the My World homepage. And even better is that it&#8217;s a fork of firefox, so you are guaranteed of the security that the firefox offers in flock too. Most of the addons would also be compatible with flock so you wouldn&#8217;t be missing those adblockplus, noscript and many such addons. However the one thing flock lacks is its support for orkut, which i hope could be included in near future. Well much said than done, why not give it a try and experience some of the Web 2.0 experience with flock. [:)]</p>
<p><strong>Installing flock in ubuntu :</strong></p>
<p>The .deb for the flock-browser can be got from getdeb.com, which would to pretty much all the installing stuff, but if  you download the tar.gz package from the flock website, you might wanna do certain extra things to get the flock up and running.</p>
<p>1) Extract the flock archive in your desired folder.</p>
<p>2)To open the flock browser you have to click on the flock-browser and &#8216;Run in terminal&#8217;.</p>
<p>3)It would be a pain in the ass to navigate to the folder and click on it. So, create a link to the flock-browser and paste it on the desktop if you want easy access. However if you want to run flock-browser from the terminal as a predefined command you got to get some root privileges and paste the link to &#8216;/usr/bin/ &#8216;.</p>
<p>4)The next step is to go to the  &#8216; /usr/lib/firefox/plugins &#8216; and copy the flashplugin-alternative.so and paste it onto the plugins folder of at the place where flock was extracted.</p>
<p>5)Run the flock-browser and you will get a welcome screen showing you the features of Flock-browser. Enjoy [:D]</p>
<div class="wp-caption aligncenter" style="width: 114px"><a href="http://www.flock.com"><img title="Get flock" src="http://spread.flock.com/buttons/getFlock-EN.gif" alt="get flock" width="104" height="30" /></a><p class="wp-caption-text">get flock</p></div>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Installare Adobe Flash Player su Ubuntu 64 Bit]]></title>
<link>http://lucavolino.wordpress.com/2009/04/08/installare-flash-player-su-ubuntu-64-bit/</link>
<pubDate>Wed, 08 Apr 2009 12:22:57 +0000</pubDate>
<dc:creator>Luca Volino</dc:creator>
<guid>http://lucavolino.wordpress.com/2009/04/08/installare-flash-player-su-ubuntu-64-bit/</guid>
<description><![CDATA[Uno dei problemi più &#8220;fastidiosi&#8221; della versione a 64 bit di ubuntu, è la mancanza del f]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Uno dei problemi più &#8220;fastidiosi&#8221; della versione a 64 bit di ubuntu, è la mancanza del flash player della adobe il quale durante la navigazione sul web, non ci permette di visualizzare contenuti in formato Flash.</strong></p>
<p><strong>Vediamo come risolvere il problema <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p><strong><img class="aligncenter size-full wp-image-750" title="ubuntu-logo" src="http://lucavolino.wordpress.com/files/2009/04/ubuntu-logo.jpg" alt="ubuntu-logo" width="200" height="184" /></strong></p>
<p><a href="http://www.thegeeks.it/internet/installare-flash-player-su-ubuntu-64-bit.html" target="_self">Continua a leggere&#8230;.</a></p>
<p><strong><br />
</strong></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
