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

<channel>
	<title>Random.Thinking.ToString(); &#187; Flash</title>
	<atom:link href="http://www.metah.ch/blog/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metah.ch/blog</link>
	<description>Ahmet Gyger&#039;s web log.</description>
	<lastBuildDate>Tue, 25 Oct 2011 18:19:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adobe offers to Google and Yahoo! Flash Player Technology &#8211; Is It Really A Good News?</title>
		<link>http://www.metah.ch/blog/2008/07/adobe-offers-to-google-and-yahoo-flash-player-technology-i-dont-get-the-good-news-here/</link>
		<comments>http://www.metah.ch/blog/2008/07/adobe-offers-to-google-and-yahoo-flash-player-technology-i-dont-get-the-good-news-here/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 07:38:20 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Point of View]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Searchability]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=425</guid>
		<description><![CDATA[I&#8217;ve just read via the AXNA that Adobe, Google and Yahoo! worked together to allow SWF searchability. My first thought was &#8216;finally they made it&#8217; :) But while reading the FAQ I&#8217;ve been a little disappointed by how this indexation seems to happen: [...]The Flash Player technology, optimized for search spiders, runs a SWF file <a href='http://www.metah.ch/blog/2008/07/adobe-offers-to-google-and-yahoo-flash-player-technology-i-dont-get-the-good-news-here/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/07/adobe-offers-to-google-and-yahoo-flash-player-technology-i-dont-get-the-good-news-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Chat with FMS 3 coded in ActionScript 3.0</title>
		<link>http://www.metah.ch/blog/2008/05/a-chat-with-fms-3-coded-in-actionscript-30/</link>
		<comments>http://www.metah.ch/blog/2008/05/a-chat-with-fms-3-coded-in-actionscript-30/#comments</comments>
		<pubDate>Fri, 30 May 2008 09:35:50 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[ASC]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[FMS]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=414</guid>
		<description><![CDATA[Some days ago I started using FMS (Flash Media Server). Obviously I wanted to write my project in AS3 and realized that they weren&#8217;t a lot of documentation on the topic, that why I&#8217;ll post here every part of code I made working. My last project was about creating a chat. I downloaded the demo <a href='http://www.metah.ch/blog/2008/05/a-chat-with-fms-3-coded-in-actionscript-30/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/05/a-chat-with-fms-3-coded-in-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flash Media Server 3: calling a function from ASC to AS3 (Server &#8211; Client interaction)</title>
		<link>http://www.metah.ch/blog/2008/05/flash-media-server-3-calling-a-function-from-asc-to-as3-server-client-interaction/</link>
		<comments>http://www.metah.ch/blog/2008/05/flash-media-server-3-calling-a-function-from-asc-to-as3-server-client-interaction/#comments</comments>
		<pubDate>Thu, 15 May 2008 11:51:30 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[ASC]]></category>
		<category><![CDATA[FMS]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=409</guid>
		<description><![CDATA[I had quite a hard time figuring out how to call a function hosted on FMS (an .asc file) and how to call a function on the client from the server. I&#8217;m new to FMS (Flash Media Server) and there is not a ton of documentation, updated, for ActionScript 3.0. So here is a simple <a href='http://www.metah.ch/blog/2008/05/flash-media-server-3-calling-a-function-from-asc-to-as3-server-client-interaction/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/05/flash-media-server-3-calling-a-function-from-asc-to-as3-server-client-interaction/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Applying &#8216;Semantic Web&#8217; standard for SWF</title>
		<link>http://www.metah.ch/blog/2008/05/applying-semantic-web-standard-for-swf/</link>
		<comments>http://www.metah.ch/blog/2008/05/applying-semantic-web-standard-for-swf/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:14:43 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Intelligence]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=405</guid>
		<description><![CDATA[Recently Digg made an official adoption of RDFa (a set of extensions to XHTML being proposed by the W3C). While watching a tutorial about RDFa (below video) I asked myself how it could be possible to do it for Flash/ Flex document. In fact bringing RDFa to a SWF itself is not possible, as I <a href='http://www.metah.ch/blog/2008/05/applying-semantic-web-standard-for-swf/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/05/applying-semantic-web-standard-for-swf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certification Exams Preparation Guides are Online</title>
		<link>http://www.metah.ch/blog/2008/04/certification-exams-preparation-guides-are-online/</link>
		<comments>http://www.metah.ch/blog/2008/04/certification-exams-preparation-guides-are-online/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 09:29:45 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ACE]]></category>
		<category><![CDATA[Exam]]></category>
		<category><![CDATA[Preparation Guides]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/?p=403</guid>
		<description><![CDATA[About a month ago, I checked the preparation guides page on Adobe.com for the ACE (Adobe Certified Expert) exam but none of the CS3 were online. Now this have changed and we can download all the preparation guides via Adobe.com. That a good news as I have scheduled a test for the &#8216;Adobe Flash CS3 <a href='http://www.metah.ch/blog/2008/04/certification-exams-preparation-guides-are-online/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/04/certification-exams-preparation-guides-are-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Holy Grail: SEO Model for Flash and Flex Content</title>
		<link>http://www.metah.ch/blog/2008/04/holy-grail-seo-model-for-flash-and-flex-content/</link>
		<comments>http://www.metah.ch/blog/2008/04/holy-grail-seo-model-for-flash-and-flex-content/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 15:39:30 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/2008/04/02/holy-grail-seo-model-for-flash-and-flex-content/</guid>
		<description><![CDATA[The discussion about SEO (search engines optimization) and SWF content(from Flash or Flex) has been long and turbulent. Fortunately this discussion is coming to an end as now a proven solution exists. I made yesterday a presentation about it at the Adobe User Group of Geneva. Here is the solution I prefer: using XSL (eXtensible <a href='http://www.metah.ch/blog/2008/04/holy-grail-seo-model-for-flash-and-flex-content/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/04/holy-grail-seo-model-for-flash-and-flex-content/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>SEO for Flash and Flex Presentation at Next AUGG meeting</title>
		<link>http://www.metah.ch/blog/2008/03/seo-for-flash-and-flex-presentation-at-next-augg-meeting/</link>
		<comments>http://www.metah.ch/blog/2008/03/seo-for-flash-and-flex-presentation-at-next-augg-meeting/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 09:44:16 +0000</pubDate>
		<dc:creator>Ahmet</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.metah.ch/blog/2008/03/28/seo-for-flash-and-flex-presentation-at-next-augg-meeting/</guid>
		<description><![CDATA[During our next event at the Adobe User Group of Geneva I will make an introduction to SEO strategies and the best practice to extend them to SWF powered content. This presentation could also be named SEO for Rich Internet Application. As it is just an introduction I&#8217;ll try to make it in 30 minutes <a href='http://www.metah.ch/blog/2008/03/seo-for-flash-and-flex-presentation-at-next-augg-meeting/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.metah.ch/blog/2008/03/seo-for-flash-and-flex-presentation-at-next-augg-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

