<?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>adobe-flash-player &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/adobe-flash-player/</link>
	<description>Feed of posts on WordPress.com tagged "adobe-flash-player"</description>
	<pubDate>Sun, 29 Nov 2009 03:58:19 +0000</pubDate>

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

<item>
<title><![CDATA[Manually Install Adobe Flash on Ubuntu]]></title>
<link>http://rosenred.wordpress.com/2009/11/28/manually-install-adobe-flash-on-ubuntu/</link>
<pubDate>Sat, 28 Nov 2009 12:04:46 +0000</pubDate>
<dc:creator>RosenRed</dc:creator>
<guid>http://rosenred.wordpress.com/2009/11/28/manually-install-adobe-flash-on-ubuntu/</guid>
<description><![CDATA[Just a quick one, hoping to save you some trouble, in case you have problems installing Adobe Flash ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Just a quick one, hoping to save you some trouble, in case you have problems installing Adobe Flash Player for Firefox on Ubuntu.</p>
<p>For the past half hour, I have been trying to install it either from <a href="http://get.adobe.com/flashplayer/" target="_blank">Adobe&#8217;s download page</a> or from Synaptic Pachage Manager, with no success whatsoever.</p>
<p>What did work for me was to manually install it, and I would suggest you do the same, in case you experience difficulties too. In order to do that first you need to download the .tar.gz package from Adobe. Click the above link, go to the download page and from the drop down list, select .tar.gz.</p>
<p>Save and extract the file someplace (eg /tmp)</p>
<p>Now, you need to copy the extracted libflashplayer.so to firefox&#8217;s plug in directory. You need to be root to do that.</p>
<p>Open a terminal and type:</p>
<blockquote><p>sudo cp /tmp/libflashplayer.so /usr/lib/firefox/plugins</p></blockquote>
<p>It will ask you for the root password, just type it and you&#8217;re good to go. I didn&#8217;t even had to resrtart firefox.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash Player 10.1.51.45 Beta]]></title>
<link>http://winexperience.wordpress.com/2009/11/18/flash-player-10-1-51-45-beta/</link>
<pubDate>Wed, 18 Nov 2009 14:38:27 +0000</pubDate>
<dc:creator>Ricardo Luis</dc:creator>
<guid>http://winexperience.wordpress.com/2009/11/18/flash-player-10-1-51-45-beta/</guid>
<description><![CDATA[O Adobe Flash Player (concorrente do Silverlight) é um plugin para navegadores que melhora a experiê]]></description>
<content:encoded><![CDATA[O Adobe Flash Player (concorrente do Silverlight) é um plugin para navegadores que melhora a experiê]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Releases Flash Player 10.1 And AIR 2.0 – Both Include Multi-touch Support]]></title>
<link>http://techobuzz.wordpress.com/2009/11/17/adobe-releases-flash-player-10-1-and-air-2-0-%e2%80%93-both-include-multi-touch-support/</link>
<pubDate>Tue, 17 Nov 2009 12:43:53 +0000</pubDate>
<dc:creator>techobuzz</dc:creator>
<guid>http://techobuzz.wordpress.com/2009/11/17/adobe-releases-flash-player-10-1-and-air-2-0-%e2%80%93-both-include-multi-touch-support/</guid>
<description><![CDATA[Available for download at http://www.adobe.com/]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/s99C_vhwSZI&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/s99C_vhwSZI&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Available for download at http://www.adobe.com/</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cross-domain policy and sockets]]></title>
<link>http://teknograd.wordpress.com/2009/11/10/cross-domain-policy-and-sockets/</link>
<pubDate>Tue, 10 Nov 2009 18:42:55 +0000</pubDate>
<dc:creator>fdqps</dc:creator>
<guid>http://teknograd.wordpress.com/2009/11/10/cross-domain-policy-and-sockets/</guid>
<description><![CDATA[Image by Micah68 via Flickr We needed to build a socket FTP client in FLEX. When done we ran into th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/38442877@N00/2845991866"><img title="File Transfer Graffiti" src="http://farm4.static.flickr.com/3115/2845991866_bbeac4957b_m.jpg" alt="File Transfer Graffiti" width="240" height="180" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image by <a href="http://www.flickr.com/photos/38442877@N00/2845991866">Micah68</a> via Flickr</dd>
</dl>
</div>
</div>
<p>We needed to build a socket <a class="zem_slink" title="File Transfer Protocol" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP client</a> in FLEX. When done we ran into the problem on how to setup a <strong>cross-domain policy file</strong> which we never tried before. This post is based on Flash Player version 10 and above. Older versions work in other ways so please compile for ver. 10.</p>
<p>I will not go through all the things we did wrong and all the steps needed to set this up. But I will underline the things that set us on the right track, things that are of major importance to get this working.</p>
<p><strong>HTTP based policy file out of the question</strong><br />
You might be tempted to use HTTP-based policy-file retrieval which will work for any port above 1024! So for FTP this is out of the question!</p>
<p><strong>Socket based policy file retrieval</strong><br />
Setting up a socket server just to serve the policy XML file seems strange but is needed. You can setup the socket server in <a class="zem_slink" title="PHP" rel="wikipedia" href="http://en.wikipedia.org/wiki/PHP">PHP</a>, <a class="zem_slink" title="Python (programming language)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Python_%28programming_language%29">Python</a>, <a class="zem_slink" title="Java (programming language)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Java_%28programming_language%29">Java</a> or any other language that supports sockets.</p>
<p><strong>Port</strong><br />
You need to open up a port on which the socket server can monitor the requests. Adobe recommends port <strong>843</strong>. It is important that the socket server port is set below 1024. FTP usually resides at port 21 and if the policy socket is above 1024 it cant give you access to ports below 1024. So stay below 1024!</p>
<p><strong>Read this</strong><br />
To get a working socket server read the following post at <a href="http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html" target="_blank">adobe.com</a>.</p>
<p>Hope that this few steps will help you get this working faster then we did.</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/1ecc5367-8a80-4bf3-992d-7be921d1988d/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=1ecc5367-8a80-4bf3-992d-7be921d1988d" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Flash will Enter TV Screens and Set-Top Boxes Soon]]></title>
<link>http://videomatters.wordpress.com/2009/11/10/adobe-flash-will-enter-tv-screens-and-set-top-boxes-soon/</link>
<pubDate>Tue, 10 Nov 2009 06:24:52 +0000</pubDate>
<dc:creator>videomatters</dc:creator>
<guid>http://videomatters.wordpress.com/2009/11/10/adobe-flash-will-enter-tv-screens-and-set-top-boxes-soon/</guid>
<description><![CDATA[This blog is originally from http://www.swfkits.com/swf-converter-blog/adobe-flash-will-enter-tv-scr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="font:16px/20px times;color:#444;">
<p>This blog is originally from <a href="http://www.swfkits.com/swf-converter-blog/adobe-flash-will-enter-tv-screens-and-set-top-boxes-soon/" target="_blank">http://www.swfkits.com/swf-converter-blog/adobe-flash-will-enter-tv-screens-and-set-top-boxes-soon/</a></p>
<p>Adobe Flash, with the great success in Internet field, is going to enter TV market soon. Many TV manufacturers and content distributors positively follow up to bring you different visual experience.</p>
<p>From computer to television, Adobe company aims to bring the excellent animations and videos into consumers&#8217; sitting room.</p>
<p>Adobe has announced the release of its latest version of flash multimedia platform, which indicates flash technology has officially entered the digital home entertainment equipments like television, STB, blue player and other devices. The purpose of this TV-and-Electronics-Optimized flash version is to let viewers can enjoy HD videos, interactive applications and new user interface directly on television.</p>
<p>As part of the announcement, Adobe also revealed some cooperation partners of this technology, including Intel, Comcast, Disney, Atlantic Netflix, Records and the New York Times.</p>
<p>So far, Adobe <strong><a href="http://www.playerdiy.com/" target="_blank">flash player</a></strong> is mainly used in computers to play the animations and videos from Youtube and other similar websites in web browsers. In this market Adobe won a great success. According to the survey held by comScore, 80% online videos are displayed using Adobe flash technology.</p>
<p>Adobe has been developing a flash program for mobile phones before, so people can watch flash videos while moving. Now, Adobe turns its attention to the big screen of HD TVs in sitting rooms, this means people can watch YouTube videos directly on TV, and at the same time, watch their favorite TV programs as usual.</p>
<p>&#8220;There are some videos support TV-play recently,&#8221; director of Adobe Flash Commerce Department Murarka said, &#8220;but not all the video content is TV-friendly. For example, there are many devices can play YouTube videos, but not all the videos from Youtube.&#8221;</p>
<p>Developers can also develop <strong><a href="http://www.playerdiy.com/addons/index.php" target="_blank">Addons</a></strong> for TV to present web contents. Addon is a series of specially designed web applications that can be easily added to consumer electronics.</p>
<p>Yahoo already works with Intel for TV-Addons development. Through which you can have the access to Flickr, Yahoo News, Yahoo Weather, Yahoo Finance, USA Today, eBay, YouTube and ShowTime Networks. All MOTOROLA, Samsung and Toshiba have the plan to add Yahoo Addons into their televisions.</p>
<p>Murarka said that Yahoo is not really competing with Adobe. He pointed out that both Adobe and Yahoo are intented to cooperate with Intel, and it&#8217;s true that flash technology has also been adored by Yahoo.</p>
<p>&#8220;Yahoo supports desktop flash, and we hope Yahoo also supports flash on TV,&#8221; Murarka said, &#8220;we think flash is extremely valuable in some new frameworks&#8221;.</p>
<p>Murarka did not say which consumer electronics manufacturer will use the new version of flash platform, but for equipment manufacturers and developers, new platform is already available now. The flash-supported TV and Set-Top Boxes will come out soon later this year as well.</p>
</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash Framework Supports MURT Web Applications]]></title>
<link>http://videomatters.wordpress.com/2009/11/10/flash-framework-supports-murt-web-applications/</link>
<pubDate>Tue, 10 Nov 2009 02:24:35 +0000</pubDate>
<dc:creator>videomatters</dc:creator>
<guid>http://videomatters.wordpress.com/2009/11/10/flash-framework-supports-murt-web-applications/</guid>
<description><![CDATA[This blog is originally from http://www.swfkits.com/swf-converter-blog/flash-framework-supports-murt]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="font:16px/20px times;color:#444;">
<p>This blog is originally from <a href="http://www.swfkits.com/swf-converter-blog/flash-framework-supports-murt-web-applications/" target="_blank">http://www.swfkits.com/swf-converter-blog/flash-framework-supports-murt-web-applications/</a></p>
<p>MURT(Multi User Real Time) web application is currently a very hot topic. The latest <a href="https://www.google.com/accounts/ServiceLogin?service=wave&#38;passive=true&#38;nui=1&#38;continue=https://wave.google.com/wave/&#38;followup=https://wave.google.com/wave/&#38;ltmpl=standard" target="_blank">Google Wave</a> even showed the very cool real-time gadget demo last month. These real-time web applications include ordinary web collaborative application, web game, various SNS(Socual Networking Service) extended application and SNS game, etc.</p>
<p>There are two ways to realize the front-end for such applications: socket/flash or ajax. In oeder to achieve better real-time effect, ajax is gradually replaced by comet because ajax occupies too much sever resources. The sever realization usually depends on the realization of developers&#8217; socket sever, but the sever usually has some performance and scalability problems, therefore, to realize the full function requires a lot of energy and money.</p>
<p><a href="http://hemlock-kills.com/" target="_blank">Hemlock</a> is a new web development framework, focused on allowing easy development of real-time, many-to-many applications. It uses XMPP(Extensible Messaging and Presence Protocol) MUC chatroom as backend interactive application channel, connected to XMPP sever through flash. XMPP sever like openfire, ejabberd, etc itself supports multiple severs, therefore, even the default version can support 100,000 concurrents, it won&#8217;t have a big problem either to support millions of users if it&#8217;s being optimized a little bit.</p>
<p><a href="http://hemlock-kills.com/showcase" target="_blank">Showcases</a> of how Hemlock applications work.</p>
<p><a href="http://www.swfkits.com/products/" target="_blank">Click here</a> to learn more about what can you do with flash.</p>
</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Soluci&oacute;n: &ldquo;No funciona el flash en Ubuntu 9.10&rdquo;]]></title>
<link>http://sudoaptitude.wordpress.com/2009/11/03/solucin-no-funciona-el-flash-en-ubuntu-9-10/</link>
<pubDate>Tue, 03 Nov 2009 15:52:26 +0000</pubDate>
<dc:creator>Capsómero</dc:creator>
<guid>http://sudoaptitude.wordpress.com/2009/11/03/solucin-no-funciona-el-flash-en-ubuntu-9-10/</guid>
<description><![CDATA[Hace ya casi una semana que Ubuntu 9.10 Karmic Koala vio la luz y, a pesar de mantener todas las car]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img style="display:inline;margin-left:0;margin-right:0;border-width:0;" title="Adobe Flash Player 10" border="0" alt="Adobe Flash Player 10" align="left" src="http://sudoaptitude.files.wordpress.com/2009/11/flash_player_10_appicon.jpg?w=134&#038;h=134" width="134" height="134" /></p>
<p>Hace ya casi una semana que Ubuntu 9.10 Karmic Koala vio la luz y, a pesar de mantener todas las características que lo han hecho tan popular, presenta algunos fallos importantes. En el día de hoy nos vamos a centrar en uno bastante extendido, que corresponde a los problemas que da Flash Player en algunas páginas. En mi caso, el <em>plugin</em> funcionaba perfectamente a excepción, a simple vista, de las páginas <a href="http://www.speedtest.net/" target="_blank">SpeedTest</a> y <a href="http://www.pingtest.net/" target="_blank">PingTest</a>. A pesar de que los contenidos se mostraban correctamente, era imposible interactuar con ellos, y todo intento de hacer click en los elementos para comenzar los test eran inútiles.</p>
<p>Mirando por Internet, vi que el problema era bastante generalizado, y como aún no se encontraba disponible ninguna solución, preferí hacer todo manualmente.</p>
<p>Para solucionarlo, basta con abrir Synaptic (Sistema &#62; Administración &#62; Gestor de paquetes Synaptic), darle a Buscar, escribir ‘flash’, y seleccionar el paquete flashplugin-nonfree para instalar. Por último, se aplican los cambios y se cierra Synaptic. Si todo se ha hecho correctamente, se debería ver correctamente la página del error inicial.</p>
<p>En los próximos días continuaremos con la resolución a más problemas en Linux.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Works with Google Yahoo! for Flash SEO]]></title>
<link>http://videomatters.wordpress.com/2009/11/02/adobe-works-with-google-yahoo-for-flash-seo/</link>
<pubDate>Mon, 02 Nov 2009 02:41:29 +0000</pubDate>
<dc:creator>videomatters</dc:creator>
<guid>http://videomatters.wordpress.com/2009/11/02/adobe-works-with-google-yahoo-for-flash-seo/</guid>
<description><![CDATA[This blog is originally from http://www.swfkits.com/swf-converter-blog/adobe-works-with-google-yahoo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="font:16px/20px times;color:#444;">
<p>This blog is originally from <a href="http://www.swfkits.com/swf-converter-blog/adobe-works-with-google-yahoo-for-flash-seo/" target="_blank">http://www.swfkits.com/swf-converter-blog/adobe-works-with-google-yahoo-for-flash-seo/</a></p>
<p>Adobe company issued a statement said that it will cooperate with Google and Yahoo! to optimize the <a href="http://www.playerdiy.com/" target="_blank">flash player</a> technology, so that the flash content can also be searched by searching engines.</p>
<p>According to foreign medias, in order to add the genuine flash content to searching engine results, Adobe is working with Google and Yahoo! now to improve the quality of seaching results by providing the optimized flash playing technology. Adobe flash player advanced product manager Mr. JustinEverett-Church said this project will show the flash content searching results in the form of text and links. Flash-based applications, games, even the contents of advertisements shall be found by searching engines. The flash webpage made in .swf format also can be found easily. He also said: &#8220;the flash players will be installed in Google and Yahoo&#8217;s server so that they can play real-time flash files. This means the end-users will be guaranteed with better searching results. After all, searching online flash content is always a very big challenge.&#8221;</p>
<p>Mr. Vanessa Fox, editor of online media <em>EngineLand</em>, said that this cooperation can be a positive interpretation about how Adobe reacts to searching engines, but it takes time to judge whether it is profitable to do so. He explained: &#8220;searching engines are not able to grab any online flash content before. I&#8217;m holding a conservative opinion though I am optimistic about this technology. But honestly, still not sure how many webpages can be found by searching engines exactly.&#8221; It&#8217;s true that those flash-technology-based websites can obtain higher traffic, however, this project is only able to extract text and links from flash files, animations and videos are still not available.</p>
<p>The cooperation between Adobe and Google, Yahoo! will be continued to improve searching technology so that the publishers, developers, and users can all benefit from it. Delightfully, both Google and Yahoo! expressed their huge support for this project.</p>
</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe May Cooperate with Apple to Transplant Flash Player to iPhone]]></title>
<link>http://videomatters.wordpress.com/2009/10/21/adobe-may-cooperate-with-apple-to-transplant-plash-player-to-iphone/</link>
<pubDate>Wed, 21 Oct 2009 03:00:12 +0000</pubDate>
<dc:creator>videomatters</dc:creator>
<guid>http://videomatters.wordpress.com/2009/10/21/adobe-may-cooperate-with-apple-to-transplant-plash-player-to-iphone/</guid>
<description><![CDATA[This blog is originally from http://www.playerdiy.com/blog/adobe-may-cooperate-with-apple-to-transpl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="font:16px/20px times;color:#444;">
<p>This blog is originally from <a href="http://www.playerdiy.com/blog/adobe-may-cooperate-with-apple-to-transplant-plash-player-to-iphone/" target="_blank">http://www.playerdiy.com/blog/adobe-may-cooperate-with-apple-to-transplant-plash-player-to-iphone/</a></p>
<p>According to the CEO of Adobe America, Adobe company is planning to transplant its flash player to iPhone.</p>
<p>Adobe CEO indicated that Adobe may cooperate with Apple to ensure the smooth flash player application on iPhone in Adobe company&#8217;s first quarter performance conference early this week. These comments were made when he was asking about the possibilities to transplant flash to other products. According to what he said, flash now has become the synonym of Internet, it all needs flash&#8217;s support for people who want to experience the wonderful Internet. So far, flash is able to run on Windows Mobile platforms and has been installed in up to 5 billion cell phones.</p>
<p>Adobe CEO said: &#8220;we are planning to cooperate with Apple and to transplant flash to iPhone. We have evaluated the Apple SDK, and we are proudly to say that we are able to independently develop the iPhone-exclusive flash. We do firmly believe that our cooperation will benefit both of our customers.&#8221;</p>
<p>Adobe company officials have made it clear that they wish the flash Web applications can be used in iPhone. However, Apple doesn&#8217;t say &#8220;Yes&#8221; yet because they are worried the flash applications may lower down iPhone&#8217;s speed. According to Apple Chief Executive Mr. Steve Paul Jobs&#8217;s speech at shareholders&#8217; meeting in May last year, full-function flash applications run so slowly in iPhone and without any practical use. In addition, Steve Jobs added: Flash Lite mobile flash can&#8217;t run on the Web. But the comments from Adobe told a different story: Adobe company is able to use Apple SDK to develop iPhone-version Flash Lite.</p>
<p>FYI, Microsoft announced earlier this week that it will allow Flash Lite to run on Windows Mobile.</p>
<p>You may be also interested in <a href="http://www.playerdiy.com/" target="_blank">Flash Video Player</a>, <a href="http://www.swfkits.com/flash-downloader/" target="_blank">Free Flash Downloader</a> and <a href="http://www.swfkits.com/" target="_blank">Flash to Video Converter</a>, click to learn more.</p>
</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Flash Update gefälscht]]></title>
<link>http://serviceforen.wordpress.com/2009/10/16/adobe-flash-update-gefalscht/</link>
<pubDate>Fri, 16 Oct 2009 18:21:32 +0000</pubDate>
<dc:creator>ReneDD</dc:creator>
<guid>http://serviceforen.wordpress.com/2009/10/16/adobe-flash-update-gefalscht/</guid>
<description><![CDATA[Botnet-Betreiber, die mit Hilfe des Wurms Koobface ihr Netzwerk betreiben, haben eine weitere Initia]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Botnet-Betreiber, die mit Hilfe des Wurms Koobface ihr Netzwerk betreiben, haben eine weitere Initiative gestartet, um sich zu vergrößern. Gefälschte Youtube-Seiten wollen eine gefälschtes Update für den Adobe Flash Player installieren.</p>
<p>Weitere Infos findet Ihr hier:<br />
<a href="http://www.service-foren.de/viewtopic.php?f=61&#38;t=334">Adobe Flash Update gefälscht</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Download flash player direct link]]></title>
<link>http://jemu.wordpress.com/2009/10/10/download-flash-player-direct-link/</link>
<pubDate>Sat, 10 Oct 2009 15:22:12 +0000</pubDate>
<dc:creator>musthavename</dc:creator>
<guid>http://jemu.wordpress.com/2009/10/10/download-flash-player-direct-link/</guid>
<description><![CDATA[Biar gak lupa dan gak repot nyarinya, karena kadang suka muter-muter nyari linknya saya posting aja ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Biar gak lupa dan gak repot nyarinya, karena kadang suka muter-muter nyari linknya saya posting aja disini.</p>
<p>Firefox : <a href="http://www.adobe.com/go/full_flashplayer_win_ie" target="_self">Flash Player 10 &#124; EXE</a></p>
<p>Internet Explorer : <a href="http://www.adobe.com/go/full_flashplayer_win" target="_self">Flash Player 10 &#124; EXE</a></p>
<p>Shockwave Player : <a href="http://www.adobe.com/go/sw_full_exe_installer" target="_blank">Shockwave Player 10.1 &#124; EXE</a></p>
<p>Salam.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Năm 2010: Sẽ có phiên bản flash đầy đủ cho ĐTDĐ]]></title>
<link>http://netvietnam.org/2009/10/06/nam-2010-s%e1%ba%bd-co-phien-b%e1%ba%a3n-flash-d%e1%ba%a7y-d%e1%bb%a7-cho-dtdd/</link>
<pubDate>Tue, 06 Oct 2009 11:56:45 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/10/06/nam-2010-s%e1%ba%bd-co-phien-b%e1%ba%a3n-flash-d%e1%ba%a7y-d%e1%bb%a7-cho-dtdd/</guid>
<description><![CDATA[Hãng Adobe cho biết năm 2010, hãng sẽ ra mắt phiên bản Flash đầy đủ dành cho điện thoại di động tươn]]></description>
<content:encoded><![CDATA[Hãng Adobe cho biết năm 2010, hãng sẽ ra mắt phiên bản Flash đầy đủ dành cho điện thoại di động tươn]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Unveils First Full Flash Player For Mobile Devices And PCs]]></title>
<link>http://flashactions.com/2009/10/05/adobe-unveils-first-full-flash-player-for-mobile-devices-and-pcs/</link>
<pubDate>Mon, 05 Oct 2009 15:45:26 +0000</pubDate>
<dc:creator>krishna Raj</dc:creator>
<guid>http://flashactions.com/2009/10/05/adobe-unveils-first-full-flash-player-for-mobile-devices-and-pcs/</guid>
<description><![CDATA[Today, Adobe Unveiled First Full Flash Player For Mobile Devices And PCs.  Close to 50 Open Screen P]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Today, Adobe Unveiled First Full Flash Player For Mobile Devices And PCs.  <span style="color:#111111;font-family:Arial;line-height:17px;">Close to 50 Open Screen Project Participants Support New Browser Runtime for Multiple Platforms.</span></p>
<p style="text-align:justify;"><span style="color:#333333;font-family:Arial;line-height:18px;">Adobe unveiled Adobe® Flash® Player 10.1 software for smartphones, smartbooks, netbooks, PCs and other Internet-connected devices, allowing content created using the Adobe Flash Platform to reach users wherever they are. A public developer beta of the browser-based runtime is expected to be available for Windows® Mobile, Palm® webOS and desktop operating systems including Windows, Macintosh and Linux later this year. Public betas for Google® Android™ and Symbian® OS are expected to be available in early 2010. In addition, <span style="text-decoration:underline;"><a style="color:#004477;text-decoration:none;" href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200910/100509RIMjoinsOSP.html" target="_blank">Adobe and RIM</a> </span>announced a joint collaboration to bring Flash Player to Blackberry® smartphones, and Google joined close to 50 other industry players in the Open Screen Project initiative.</span></p>
<p style="text-align:justify;">Rest of the post <a title="Adobe Unveils First Full Flash Player for Mobile Devices and PCs" href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200910/100509AFPforMobileDevicesandPCs.html" target="_blank">here</a>.</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[Where Have You Been?  A Matter of Cookies and Transparency.]]></title>
<link>http://collective-thinking.com/2009/09/30/where-have-you-been-a-matter-of-cookies-and-transparency/</link>
<pubDate>Wed, 30 Sep 2009 13:11:14 +0000</pubDate>
<dc:creator>dennisr61684</dc:creator>
<guid>http://collective-thinking.com/2009/09/30/where-have-you-been-a-matter-of-cookies-and-transparency/</guid>
<description><![CDATA[These Webb Cookies Go Deep Undercover This month&#8217;s Epicenter blog on wired.com discusses Flash]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_3600" class="wp-caption alignright" style="width: 284px"><a href="http://dennisr61684.wordpress.com/files/2009/09/picture-7.png"><img class="size-full wp-image-3600  " title="Picture 7" src="http://dennisr61684.wordpress.com/files/2009/09/picture-7.png" alt="These Webb Cookies Go Deep Undercover" width="274" height="251" /></a><p class="wp-caption-text">These Webb Cookies Go Deep Undercover</p></div>
<p><a href="http://www.wired.com/epicenter/2009/08/you-deleted-your-cookies-think-again/">This month&#8217;s Epicenter blog</a> on wired.com discusses Flash Cookies, an online tracking mechanism similar but far less known than the more commonly-recognized internet cookie.  Both operate very similarly to store user data, but there are signifigant differences.  Perhaps the biggest difference is storage capacity: HTML cookies can save up to 4 KB of data while Flash cookies can hold nearly 100 KB.</p>
<p>Oh, and there&#8217;s one more thing: when you choose to clear the cookies from your browser, you eliminate the HTML ones, but you don&#8217;t touch the flash cookies because they aren&#8217;t stored in your browser.  Actually, they are part of the Adobe Flash Player and you can find them through the Settings Manager.  Generally, they have an .sol extension.</p>
<p>Viewed positively, Flash cookies keep track of things like your volume settings for YouTube videos, high scores on flash games and user data for sites like Amazon.</p>
<p>Viewed suspiciously, they are shadowy spyware, implemented in a manner that runs counter to the transparency that characterizes the best web behavior.  Some paranoid programming and tech savvy types conjecture that Adobe intentionally tries to deflect privacy concerns by locating these files in disparate tab locations within their software, under unusual labels like &#8217;storage&#8217; instead of more straightforward headings like &#8217;security&#8217; or &#8216;privacy.&#8217;</p>
<p>Unfortunately for marketers and online data crunchers, most people do view cookies negatively.  According <a href="http://www.nytimes.com/2009/09/30/business/media/30adco.html?_r=2&#38;ref=media">this article</a> in today&#8217;s New York Times, a study from Penn and Cal Berkeley shows two-thirds of Americans object to online tracking.  It&#8217;s even becoming an issue on Capitol Hill as various representatives are considering legislation to address the issue.</p>
<p>I am not anti-cookie (or Local Shared Objects or DOM Storage Objects).  They make many things far more convenient and I&#8217;m willing to sacrifice some measure of privacy in exchange for their usefulness.  This compromise also drives things like my use of <a href="http://www.catalinamarketing.com/">Catalina Marketing&#8217;s</a> discount card at the grocery store and my daily use of Facebook; I&#8217;m willing to let marketers learn more about my behavior in exchange for coupons and free services.  And you can always turn them off.</p>
<p><span style="color:#101010;"><span style="color:#000000;">But first you have to know they exist.  And reside in a different directory.  The disturbing point at the crux of the blog post was how nearly half of the web&#8217;s most popular sites use these cookies, yet very few mention them in their privacy policies.  That&#8217;s wrong, plain and simple and people have a right to be suspicious of these site&#8217;s intents.  Remarkably, the list of offending sites even includes <a href="http://www.whitehouse.gov/">whitehouse.gov</a>.</span></span></p>
<p><span style="color:#101010;"><span style="color:#000000;">Of course, if you grew up watching <a href="http://en.wikipedia.org/wiki/Watergate">the Watergate Trials</a>, that will just confirm years of suspicion.</span></span></p>
<h5><span style="color:#101010;"><span style="color:#000000;"><span style="font-weight:normal;"><em>By Dennis Ryan, CCO, </em></span><a href="http://www.element79.com"><span style="font-weight:normal;"><em>Element 79</em></span></a></span></span></h5>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe Flash CS5 sneaks out from FOTB'09]]></title>
<link>http://flashactions.com/2009/09/21/adobe-flash-cs5-sneaks-out-from-fotb09/</link>
<pubDate>Mon, 21 Sep 2009 16:34:02 +0000</pubDate>
<dc:creator>krishna Raj</dc:creator>
<guid>http://flashactions.com/2009/09/21/adobe-flash-cs5-sneaks-out-from-fotb09/</guid>
<description><![CDATA[  There had been varied rumors had been flying around for a few days before this FOTB’09 that that w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"> </p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;text-align:justify;">There had been varied rumors had been flying around for a few days before this FOTB’09 that that we would be able to check some sneak peaks at this year&#8217;s Adobe keynote, and that&#8217;s exactly what happened. Richard Galvan and Mark Anders, &#8220;Senior&#8221; Principle Scientist at Adobe, were back again this year with an update on the Flash platform and a sneak peek on Flash CS5 and the new Flash Mobile features. YES. IT IS FLASH CS5</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;text-align:justify;">Marc Anders started off by going over the current platform situation and Flash Player 10 installs continue to impress. New figures due out shortly will put the coverage at over 90%. Mark used some community demos to run through features in the Flash Player 10 and AIR runtimes. (Click any of the images to see the high-rez version)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;text-align:justify;">Flash CS5</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;text-align:justify;">Richard Galvan gave us our first sneak peak of &#8220;Viper&#8221; Flash Professional CS5. The big news for developers is that Flash authoring finally gets integration with FlashBuilder. If you&#8217;re using Flash CS5, a new FlashBuilder project can be created from Flash CS5 through a new export dialogue.</div>
<p style="text-align:justify;"> </p>
<p style="text-align:justify;"><img class="aligncenter" src="http://www.flashmagazine.com/images/uploads/conferences/cache/KeynoteSpeakers-780x400.jpg" alt="" width="780" height="400" /></p>
<p style="text-align:justify;">There had been varied rumors had been flying around for a few days before this FOTB’09 that that we would be able to check some sneak peaks at this year&#8217;s Adobe keynote, and that&#8217;s exactly what happened. Richard Galvan and Mark Anders, &#8220;Senior&#8221; Principle Scientist at Adobe, were back again this year with an update on the Flash platform and a sneak peek on Flash CS5 and the new Flash Mobile features. <strong>YES, IT IS FLASH CS5.</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter" src="http://www.flashmagazine.com/images/uploads/conferences/Flash_CS5_Flash_Pro_export_thumb.jpg" alt="" width="510" height="307" /></strong></p>
<p style="text-align:justify;">Marc Anders started off by going over the current platform situation and Flash Player 10 installs continue to impress. New figures due out shortly will put the coverage at over 90%. Mark used some community demos to run through features in the Flash Player 10 and AIR runtimes. </p>
<p style="text-align:justify;"><strong>Flash CS5</strong></p>
<p style="text-align:justify;">Richard Galvan gave first sneak peak of &#8220;Viper&#8221; Flash Professional CS5. The big news for developers is that Flash authoring finally gets integration with FlashBuilder. If you&#8217;re using Flash CS5, a new FlashBuilder project can be created from Flash CS5 through a new export dialogue.</p>
<p style="text-align:justify;">Rest will be followed <a href="http://www.flashmagazine.com/news/detail/adobe_flash_cs5_sneaks_from_fotb09/" target="_blank">here in Flashmagazine</a>.</p>
<p style="text-align:justify;"> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[firefox-10 εκατομμύρια άνθρωποι κατέβασαν το Adobe Flash Player]]></title>
<link>http://xollothnews.wordpress.com/2009/09/21/firefox-10-%ce%b5%ce%ba%ce%b1%cf%84%ce%bf%ce%bc%ce%bc%cf%8d%cf%81%ce%b9%ce%b1-%ce%ac%ce%bd%ce%b8%cf%81%cf%89%cf%80%ce%bf%ce%b9-%ce%ba%ce%b1%cf%84%ce%ad%ce%b2%ce%b1%cf%83%ce%b1%ce%bd-%cf%84%ce%bf-adobe/</link>
<pubDate>Mon, 21 Sep 2009 07:15:08 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/09/21/firefox-10-%ce%b5%ce%ba%ce%b1%cf%84%ce%bf%ce%bc%ce%bc%cf%8d%cf%81%ce%b9%ce%b1-%ce%ac%ce%bd%ce%b8%cf%81%cf%89%cf%80%ce%bf%ce%b9-%ce%ba%ce%b1%cf%84%ce%ad%ce%b2%ce%b1%cf%83%ce%b1%ce%bd-%cf%84%ce%bf-adobe/</guid>
<description><![CDATA[Firefox 3.5.3: 10 εκατομμύρια άνθρωποι κατέβασαν το Adobe Flash Player | Away.gr, ελληνικό online me]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div><a href="http://away.gr/2009/09/21/firefox-353-leads-10-million-people-to-download-flash/">Firefox 3.5.3: 10 εκατομμύρια άνθρωποι κατέβασαν το Adobe Flash Player &#124; Away.gr, ελληνικό online media για την τεχνολογία, τα games και την επιχειρηματικότητα</a></p>
<blockquote><p><a href="http://images.google.com/imgres?imgurl=http://www.blogoflux.com/wp-content/uploads/2009/06/firefox-3.jpg&#38;imgrefurl=http://www.blogoflux.com/category/mozilla/&#38;usg=__Ur-3Ka2abh4Ca4Yil1tZMQAuCkk=&#38;h=500&#38;w=500&#38;sz=86&#38;hl=en&#38;start=4&#38;tbnid=sMwQl29Dv_Zx7M:&#38;tbnh=130&#38;tbnw=130&#38;prev=/images%3Fq%3DFirefox%2B3.5.3%26ndsp%3D18%26hl%3Den%26lr%3D%26sa%3DN%26start%3D1"><img style="border:1px solid;" src="http://t0.gstatic.com/images?q=tbn:sMwQl29Dv_Zx7M:http://www.blogoflux.com/wp-content/uploads/2009/06/firefox-3.jpg" alt="" width="130" height="130" /></a>με το νέο του update ο Firefox όχι μόνο διόρθωσε 43 bugs (9 από τα οποία θεωρήθηκαν κρίσιμα), αλλά προστέθηκε και ένα <a class="zem_slink" title="Plug-in (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Plug-in_%28computing%29">plug-in</a> που ειδοποιεί τους χρήστες του αν χρησιμοποιούν μία outdated έκδοση του Adobe Flash Player. Σύμφωνα με τη <a class="zem_slink" title="Mozilla Foundation" rel="geolocation" href="http://maps.google.com/maps?ll=37.419804,-122.088838&#38;spn=0.01,0.01&#38;q=37.419804,-122.088838%20%28Mozilla%20Foundation%29&#38;t=h">Mozilla</a>, μέχρι στιγμής χάρης στο συγκεκριμένο plug-in 10 εκατομμύρια άνθρωποι έχουν το τελευταίο update του Adobe Flash Player[<a href="http://away.gr/2009/09/21/firefox-353-leads-10-million-people-to-download-flash/">next]</a></p></blockquote>
</div>
<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/7dead852-3a01-89c2-b084-b5ab275d165e/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=7dead852-3a01-89c2-b084-b5ab275d165e" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[FlashLite Training By Adobe Systems Through MOMO Bangalore.]]></title>
<link>http://flashactions.com/2009/09/19/free-flashlite-training-by-adobe-systems-through-momo-bangalore/</link>
<pubDate>Sat, 19 Sep 2009 20:57:10 +0000</pubDate>
<dc:creator>krishna Raj</dc:creator>
<guid>http://flashactions.com/2009/09/19/free-flashlite-training-by-adobe-systems-through-momo-bangalore/</guid>
<description><![CDATA[Debashish Paul, from the Mobile &amp; Devices Engineering team of Adobe Systems Bangalore in India, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"><a href="http://momob.in/momob-oct-2009-flashlite-talk-and-product-workshop/"><img class="aligncenter size-full wp-image-585" title="Adobe+momob" src="http://flashactions.wordpress.com/files/2009/09/adobemomob.jpg" alt="Adobe+momob" width="550" height="250" /></a>Debashish Paul, from the Mobile &#38; Devices Engineering team of Adobe Systems Bangalore in India, will demonstrate how easy is to create Flashlite application and deploy on mobile devices.  This will be a practical session, where the audience can follow the presenter on their laptop and eventually would have Flashlite application ready for use. Participants who are interested to follow the session hands-0n should download the trial version of the Adobe Flash Creative Suite 4 after registering yourself at the link <a href="http://tinyurl.com/ntorvp" target="_blank">here</a> from Adobe website.</p>
<p style="text-align:justify;"><strong>Agenda</strong>:</p>
<ul style="text-align:justify;">
<li>How to create, publish, test and deploy a simple      flash lite application on to mobile device. This will be a practical      session</li>
<li>Creating a real-life app will bring out the      latent power of Adobe Flashlite, it will touch upon the general concepts      along with design and development approach</li>
<li>Demo</li>
<li>Q&#38;A</li>
</ul>
<p style="text-align:justify;"><strong>Speaker Details</strong><strong> </strong>:</p>
<p style="text-align:justify;"><strong>Debashish Paul</strong>, works for the Mobile &#38; Devices Engineering team of Adobe Systems Bangalore in India as Lead Software Engineer</p>
<p style="text-align:justify;"><strong>When</strong><strong> </strong>: 10th-oct-2009</p>
<p style="text-align:justify;"><strong>Time</strong><strong> </strong>: 10:30 to 12:30 Tea/Coffee/light snacks break in between the workshop</p>
<p style="text-align:justify;"><strong>Venue</strong><strong> </strong>: Craig Barret Auditorium, Sasken Communication Technologies Limited, # 139/25, Domlur Inner Ring Road, Bangalore &#8211; 71, Karnataka, India</p>
<p style="text-align:justify;"><strong>Driving Directions</strong><strong> </strong>:</p>
<ul style="text-align:justify;">
<li>When driving down from <strong>Koramangala</strong>&#8211;&#62; Take the      left into the lane in front of Hyundai Workshop &#8211;&#62;just after Mother      Earth &#8211;&#62;and then the first left, second right &#8211;&#62; leads up to      Sasken venue.</li>
<li>When driving from <strong>Indiranagar</strong> &#8211;&#62; Old Airport      road flyover side &#8211;&#62; Drive past EGL offices on the left &#8211;&#62; stay on      the ring road &#8211;&#62; Take the U Turn and come back towards Hyundai      Workshop &#8211;&#62; then take the left into the lane in front of Hyundai      Workshop &#8211;&#62; just after Mother Earth &#8211; and then the first left,      second right &#8211;&#62; leads up to Sasken Venue</li>
</ul>
<p style="text-align:justify;"><strong>Parking: </strong><strong> </strong>Ample parking space is available in the grounds next to the Sasken building.</p>
<p style="text-align:justify;">You can also check the venue in google map given below.</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;#38;source=s_q&amp;#38;hl=en&amp;#38;geocode=&amp;#38;q=Sasken Communication Technologies Limited, Bangalore – 71, Karnataka, India&amp;#38;sll=37.0625,-95.677068&amp;#38;sspn=42.716829,93.076172&amp;#38;ie=UTF8&amp;#38;ll=14.530415,78.178711&amp;#38;spn=6.591978,11.634521&amp;#38;z=7&amp;#38;iwloc=A&amp;#38;cid=3979259544702342031&amp;#38;output=embed&amp;#38;w=600&amp;#38;h=350"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;#38;source=s_q&amp;#38;hl=en&amp;#38;geocode=&amp;#38;q=Sasken Communication Technologies Limited, Bangalore – 71, Karnataka, India&amp;#38;sll=37.0625,-95.677068&amp;#38;sspn=42.716829,93.076172&amp;#38;ie=UTF8&amp;#38;ll=14.530415,78.178711&amp;#38;spn=6.591978,11.634521&amp;#38;z=7&amp;#38;iwloc=A&amp;#38;cid=3979259544702342031&amp;#38;source=embed&amp;#38;w=600&amp;#38;h=350" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p style="text-align:justify;"><strong>COST</strong>: Free – but registration is required to attend. You can register here for the event <a href="http://momob1009.eventbrite.com" target="_blank">here</a>.  </p>
<p style="text-align:justify;"><strong>My take</strong>:  Hope this event in namma BengaLooru builds up new cream of core developers and designers in Adobe Flashlite and I came to know that attendee list for today has already grown up in good numbers from <a href="http://twitter.com/mariamdh" target="_blank">@Mariam</a>.  </p>
<p style="text-align:justify;">Krishna Raj</p>
<p style="text-align:justify;"> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Η Αpple κλείνει 33 "τρύπες" του Mac OS X με μία μαζική ενημέρωση του Leopard]]></title>
<link>http://xollothnews.wordpress.com/2009/09/15/%ce%b7-%ce%b1pple-%ce%ba%ce%bb%ce%b5%ce%af%ce%bd%ce%b5%ce%b9-33-%cf%84%cf%81%cf%8d%cf%80%ce%b5%cf%82-%cf%84%ce%bf%cf%85-mac-os-x-%ce%bc%ce%b5-%ce%bc%ce%af%ce%b1-%ce%bc%ce%b1%ce%b6%ce%b9%ce%ba/</link>
<pubDate>Tue, 15 Sep 2009 03:55:15 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/09/15/%ce%b7-%ce%b1pple-%ce%ba%ce%bb%ce%b5%ce%af%ce%bd%ce%b5%ce%b9-33-%cf%84%cf%81%cf%8d%cf%80%ce%b5%cf%82-%cf%84%ce%bf%cf%85-mac-os-x-%ce%bc%ce%b5-%ce%bc%ce%af%ce%b1-%ce%bc%ce%b1%ce%b6%ce%b9%ce%ba/</guid>
<description><![CDATA[Η Αpple κλείνει 33 &#8220;τρύπες&#8221; του Mac OS X με μία μαζική ενημέρωση του Leopard &#8211; ADS]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.adslgr.com/forum/showthread.php?t=324554">Η Αpple κλείνει 33 &#8220;τρύπες&#8221; του Mac OS X με μία μαζική ενημέρωση του Leopard &#8211; ADSLgr.com</a></p>
<blockquote><p><a href="http://images.google.com/imgres?imgurl=http://blog.tmcnet.com/blog/tom-keating/images/mac-os-x%255B1%255D.jpg&#38;imgrefurl=http://blog.tmcnet.com/blog/tom-keating/apple/run-mac-os-x-on-a-pc.asp&#38;usg=__ng4vx8m7gHtO1ndy1bQVO5BG-q4=&#38;h=500&#38;w=455&#38;sz=26&#38;hl=en&#38;start=6&#38;tbnid=IHBHOrWhc9agPM:&#38;tbnh=130&#38;tbnw=118&#38;prev=/images%3Fq%3DMac%2BOS%2BX%26ndsp%3D18%26hl%3Den%26lr%3D%26sa%3DN%26start%3D1"><img style="border:1px solid;" src="http://t3.gstatic.com/images?q=tbn:IHBHOrWhc9agPM:http://blog.tmcnet.com/blog/tom-keating/images/mac-os-x%255B1%255D.jpg" alt="" width="118" height="130" /></a>Την περασμένη Πέμπτη, η <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> κυκλοφόρησε άλλη μια ιδιαίτερα μεγάλη ενημέρωση για το Mac OS X για τουλάχιστον 33 σοβαρά προβλήματα ασφαλείας που αφορούσαν τους χρήστες του Mac OS X.</p>
<p>Η ενημέρωση αφορά &#8220;μπαλώματα&#8221; για προγράμματα τρίτων, όπως το <a class="zem_slink" title="Adobe Flash Player" rel="homepage" href="http://www.adobe.com/products/flashplayer/">Flash Player</a> plug-in της <a class="zem_slink" title="Adobe Systems" rel="homepage" href="http://www.adobe.com/">Adobe</a>, το <a class="zem_slink" title="Clam AntiVirus" rel="homepage" href="http://www.clamav.net/">Clam AV</a>, την <a class="zem_slink" title="MySQL" rel="homepage" href="http://www.mysql.com">MySQL</a> και PHP. Μια ξεχωριστή ενημέρωση κυκλοφόρησε για το <a class="zem_slink" title="Snow Leopard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Snow_Leopard">Snow Leopard</a>, για να διορθώσει το πρόβλημα με τον ευπαθή Flash Player που έρχεται μαζί με το λειτουργικό.</p>
<p>Η ενημέρωση με το όνομα 2009-005 διορθώνει μερικά κενά ασφαλείας από &#8220;<a class="zem_slink" title="Arbitrary code execution" rel="wikipedia" href="http://en.wikipedia.org/wiki/Arbitrary_code_execution">arbitrary code execution</a>&#8220;, τα οποία προκύπτουν αν ο χρήστης ανοίξει ορισμένους τύπους αρχείων. Ανάμεσα στα μέρη του λειτουργικού που έχουν σοβαρά κενά ασφαλείας, είναι τα Alias Manager, CarbonCore, <a class="zem_slink" title="ColorSync" rel="homepage" href="http://www.apple.com/macosx/features/colorsync">ColorSync</a>, <a class="zem_slink" title="Quartz (graphics layer)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Quartz_%28graphics_layer%29">CoreGraphics</a> και το ImageIO.[<a href="http://www.adslgr.com/forum/showthread.php?t=324554">next]</a></p></blockquote>
<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/c50bc522-63df-844c-b4ce-d585189196e6/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=c50bc522-63df-844c-b4ce-d585189196e6" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Έκτακτο Security Update για τον Firefox]]></title>
<link>http://xollothnews.wordpress.com/2009/09/11/%ce%ad%ce%ba%cf%84%ce%b1%ce%ba%cf%84%ce%bf-security-update-%ce%b3%ce%b9%ce%b1-%cf%84%ce%bf%ce%bd-firefox/</link>
<pubDate>Fri, 11 Sep 2009 03:51:45 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/09/11/%ce%ad%ce%ba%cf%84%ce%b1%ce%ba%cf%84%ce%bf-security-update-%ce%b3%ce%b9%ce%b1-%cf%84%ce%bf%ce%bd-firefox/</guid>
<description><![CDATA[Έκτακτο Security Update για τον Firefox &#8211; Firefox 3.5.3, αναβάθμιση ασφαλείας για τον Firefox,]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div><a href="http://www.pcw.gr/Article/Security/Firefox_critical_security_update_flash_player_/240-4561.html">Έκτακτο Security Update για τον Firefox &#8211; Firefox 3.5.3, αναβάθμιση ασφαλείας για τον Firefox, επικίνδυνο ψεγάδι ασφαλείας, security update &#8211; PCW</a></p>
<blockquote><p><a href="http://images.google.com/imgres?imgurl=http://iotc.firstport.ie/site_media/medialib/firefox.jpg&#38;imgrefurl=http://iotc.firstport.ie/lecture/35/&#38;usg=__ISG20Ezz1IJJuwnIekTbBBUfyXI=&#38;h=1836&#38;w=1939&#38;sz=676&#38;hl=en&#38;start=6&#38;tbnid=dGfusWnWgStzKM:&#38;tbnh=142&#38;tbnw=150&#38;prev=/images%3Fq%3DFirefox%26ndsp%3D18%26hl%3Den%26lr%3D%26sa%3DN%26start%3D1"><img style="border:1px solid;" src="http://t2.gstatic.com/images?q=tbn:dGfusWnWgStzKM:http://iotc.firstport.ie/site_media/medialib/firefox.jpg" alt="" width="150" height="142" /></a>Η <a class="zem_slink" title="Mozilla Foundation" rel="geolocation" href="http://maps.google.com/maps?ll=37.419804,-122.088838&#38;spn=0.01,0.01&#38;q=37.419804,-122.088838%20%28Mozilla%20Foundation%29&#38;t=h">Mozilla</a> διέθεσε μια νέα αναβάθμιση που αφορά στον δημοφιλή της browser, Firefox με στόχο τη διόρθωση επικίνδυνων ψεγαδιών ασφαλείας στο λογισμικό του. Επιπλέον, είναι η πρώτη φορά που μια αναβάθμιση θα πραγματοποιεί έλεγχο στον <a class="zem_slink" title="Adobe Flash Player" rel="homepage" href="http://www.adobe.com/products/flashplayer/">Flash player</a> του browser.[<a href="http://www.pcw.gr/Article/Security/Firefox_critical_security_update_flash_player_/240-4561.html">next]</a></p></blockquote>
</div>
<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/9a75fd88-3c14-83fa-8fcd-4a9307062da8/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=9a75fd88-3c14-83fa-8fcd-4a9307062da8" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mozilla Launches Firefox 3.5.3]]></title>
<link>http://komplettie.wordpress.com/2009/09/10/mozilla-launches-firefox-3-5-3/</link>
<pubDate>Thu, 10 Sep 2009 13:27:41 +0000</pubDate>
<dc:creator>komplettie</dc:creator>
<guid>http://komplettie.wordpress.com/2009/09/10/mozilla-launches-firefox-3-5-3/</guid>
<description><![CDATA[Mozilla has released the latest version of its new browser, pulling Firefox up to version 3.5.3. Fir]]></description>
<content:encoded><![CDATA[Mozilla has released the latest version of its new browser, pulling Firefox up to version 3.5.3. Fir]]></content:encoded>
</item>
<item>
<title><![CDATA[Aυτόματος έλεγχος για Flash player plug-in από τον Firefox]]></title>
<link>http://xollothnews.wordpress.com/2009/09/08/a%cf%85%cf%84%cf%8c%ce%bc%ce%b1%cf%84%ce%bf%cf%82-%ce%ad%ce%bb%ce%b5%ce%b3%cf%87%ce%bf%cf%82-%ce%b3%ce%b9%ce%b1-flash-player-plug-in-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf%ce%bd-firefox/</link>
<pubDate>Tue, 08 Sep 2009 04:11:52 +0000</pubDate>
<dc:creator>xollothnews</dc:creator>
<guid>http://xollothnews.wordpress.com/2009/09/08/a%cf%85%cf%84%cf%8c%ce%bc%ce%b1%cf%84%ce%bf%cf%82-%ce%ad%ce%bb%ce%b5%ce%b3%cf%87%ce%bf%cf%82-%ce%b3%ce%b9%ce%b1-flash-player-plug-in-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf%ce%bd-firefox/</guid>
<description><![CDATA[Aυτόματος έλεγχος για Flash player plug-in από τον Firefox | Techcloud.gr Ένα νέο χαρακτηριστικό θα ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div><a href="http://www.techcloud.gr/firefox-flash-player-auto-chech">Aυτόματος έλεγχος για Flash player plug-in από τον Firefox &#124; Techcloud.gr</a></p>
<blockquote><p><a href="http://images.google.com/imgres?imgurl=http://www.ie7.com/firefox.jpg&#38;imgrefurl=http://www.ie7.com/&#38;usg=__leSio7q4rNLVBob0Mrfk7_E5x4c=&#38;h=524&#38;w=448&#38;sz=48&#38;hl=en&#38;start=4&#38;tbnid=2d7RCYL0cQb6JM:&#38;tbnh=132&#38;tbnw=113&#38;prev=/images%3Fq%3DFirefox%26ndsp%3D18%26hl%3Den%26lr%3D%26sa%3DN%26start%3D1"><img style="border:1px solid;" src="http://t1.gstatic.com/images?q=tbn:2d7RCYL0cQb6JM:http://www.ie7.com/firefox.jpg" alt="" width="113" height="132" /></a>Ένα νέο χαρακτηριστικό θα προστεθεί στις εκδόσεις 3.5.3 και 3.0.14 του Firefox το οποίο θα ελέγχει αυτόματα εάν στο σύστημα είναι εγκατεστημένος ο πιο πρόσφατος Adobe Flash player και θα ενημερώνει τον χρήστη αν αυτό δεν συμβαίνει. Η κίνηση αυτή γίνεται με γνώμονα την καλύτερη θωράκιση των χρηστών του δημοφιλούς browser, καθώς ο <a class="zem_slink" title="Adobe Flash Player" rel="homepage" href="http://www.adobe.com/products/flashplayer/">Adobe Flash Player</a> είναι ένας από τους πιο συχνούς στόχους των hackers.[<a href="http://www.techcloud.gr/firefox-flash-player-auto-chech">next]</a></p></blockquote>
</div>
<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/c043cc2d-e37c-8dca-94b5-914d5320c823/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=c043cc2d-e37c-8dca-94b5-914d5320c823" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox to Warn Users of Outdated Flash]]></title>
<link>http://komplettie.wordpress.com/2009/09/07/firefox-to-warn-users-of-outdated-flash/</link>
<pubDate>Mon, 07 Sep 2009 09:13:52 +0000</pubDate>
<dc:creator>komplettie</dc:creator>
<guid>http://komplettie.wordpress.com/2009/09/07/firefox-to-warn-users-of-outdated-flash/</guid>
<description><![CDATA[As a general rule, Firefox tends to be quite good about informing users when extensions are in need ]]></description>
<content:encoded><![CDATA[As a general rule, Firefox tends to be quite good about informing users when extensions are in need ]]></content:encoded>
</item>
<item>
<title><![CDATA[My YouTube Videos starts today&hellip;]]></title>
<link>http://kuyamarc.info/2009/09/06/my-youtube-videos-starts-today/</link>
<pubDate>Sun, 06 Sep 2009 01:00:00 +0000</pubDate>
<dc:creator>Kuya Marc</dc:creator>
<guid>http://kuyamarc.info/2009/09/06/my-youtube-videos-starts-today/</guid>
<description><![CDATA[After determining that my Apple iBook G4 with 40 GB Hard drive, 512 MB&#160;RAM, and with Apple iSig]]></description>
<content:encoded><![CDATA[After determining that my Apple iBook G4 with 40 GB Hard drive, 512 MB&#160;RAM, and with Apple iSig]]></content:encoded>
</item>

</channel>
</rss>
