<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>flash platform! {desktop, mobile, touch screen...}</title>
	<atom:link href="http://lucamezzalira.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucamezzalira.wordpress.com</link>
	<description>luca mezzalira's blog, a place to talk on Flash Platform from mobile to web</description>
	<pubDate>Tue, 06 May 2008 19:57:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Flex 4 (Gumbo) and states</title>
		<link>http://lucamezzalira.wordpress.com/2008/05/06/flex-4-gumbo-and-states/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/05/06/flex-4-gumbo-and-states/#comments</comments>
		<pubDate>Tue, 06 May 2008 19:57:22 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[flex 4]]></category>

		<category><![CDATA[Flex states]]></category>

		<category><![CDATA[Gumbo]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[opensource adobe]]></category>

		<category><![CDATA[ted patrick]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=132</guid>
		<description><![CDATA[Surfing on web I read Ted&#8217;s blog that talk about new feature of Flex 4 (codename Gumbo) about states!
So I take a look at opensource.adobe.com page that talks about this new feature&#8230; very cool!
Adobe creates a very simple way to add, remove, show and hide components in a Flex application with a new attributes: includeIn [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Surfing on web I read <a href="http://www.onflex.org/ted/2008/05/flex-4-enhanced-states.php" target="_blank">Ted&#8217;s blog</a> that talk about new feature of Flex 4 (codename Gumbo) about states!<br />
So I take a look at <a href="http://opensource.adobe.com" target="_blank">opensource.adobe.com</a> page that talks about this new feature&#8230; very cool!</p>
<p><strong>Adobe creates a very simple way to add, remove, show and hide components in a Flex application with a new attributes: includeIn and excludeFrom.</strong></p>
<p>In few code rows you can include or remove Flex components:</p>
<blockquote>
<pre>&lt;!-- Given the states A,B,C --&gt;
&lt;m:states&gt;
    &lt;m:State name=<span class="code-quote">&#8220;A&#8221;</span>/&gt;
    &lt;m:State name=<span class="code-quote">&#8220;B&#8221;</span>/&gt;
    &lt;m:State name=<span class="code-quote">&#8220;C&#8221;</span>/&gt;
&lt;/m:states&gt;

&lt;!&#8211; This button will appear in only states A and B &#8211;&gt;
&lt;Button label=<span class="code-quote">&#8220;Click Me&#8221;</span> includeIn=<span class="code-quote">&#8220;A, B&#8221;</span>/&gt;

&lt;!&#8211; This button will appear in states A and B &#8211;&gt; 
&lt;Button label=<span class="code-quote">&#8220;Button C&#8221;</span> excludeFrom=<span class="code-quote">&#8220;C&#8221;</span>/&gt;</pre>
</blockquote>
<p>If you have a couple of minutes, please <a href="http://opensource.adobe.com/wiki/display/flexsdk/Enhanced+States+Syntax" target="_blank">read about Flex 4 states</a>, it&#8217;s so interesting!</p>
<p> </p>
<p>Very cool way to do this! I think that Flex 4 will become the BEST solution to make RIA and desktop application (with AIR obviusly) in IT market!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/132/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/132/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=132&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/05/06/flex-4-gumbo-and-states/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash lite + J2ME? Project Capuchin</title>
		<link>http://lucamezzalira.wordpress.com/2008/04/30/flash-lite-j2me-project-capuchin/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/04/30/flash-lite-j2me-project-capuchin/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 16:38:12 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[flash lite + j2me]]></category>

		<category><![CDATA[flash lite bridge]]></category>

		<category><![CDATA[j2me]]></category>

		<category><![CDATA[java mobile]]></category>

		<category><![CDATA[project capuchin]]></category>

		<category><![CDATA[sony ericsson]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=130</guid>
		<description><![CDATA[Finally a wonderful news for all mobile developers! Sony Ericsson are developing some API that allow to create content with Flash Lite and J2ME and those technologies work toghether.
Yes! It&#8217;s not a dream, it&#8217;s Capuchin a true bridge for those technologies.
From eetimes.eu:
&#8220;The aim of the project is to provide developers with an intuitive tool to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finally a wonderful news for all mobile developers! Sony Ericsson are developing some API that allow to create content with Flash Lite and J2ME and those technologies work toghether.</p>
<p>Yes! It&#8217;s not a dream, it&#8217;s Capuchin a true bridge for those technologies.<br />
From <a href="http://www.eetimes.eu/france/207403386?cid=RSSfeed_eetimesEU_france" target="_blank">eetimes.eu</a>:</p>
<p><em>&#8220;The aim of the project is to provide developers with an intuitive tool to create applications with a cleaner user interface (UI) without sacrificing the strong, feature rich and widely deployed Java ME infrastructure, including secure, well-developed content distribution.&#8221; </em></p>
<p>Probably we start a new era, in other site I read that those API will be available on Autumn probably&#8230; we stay tuned with Sony Ericsson dev labs.<br />
Let&#8217;s go! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/130/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/130/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=130&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/04/30/flash-lite-j2me-project-capuchin/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Speaking at Singapore Flex User Group</title>
		<link>http://lucamezzalira.wordpress.com/2008/04/21/speaking-at-singapore-flex-user-group/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/04/21/speaking-at-singapore-flex-user-group/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 09:32:13 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Dale Rankine]]></category>

		<category><![CDATA[Flex Bitmap]]></category>

		<category><![CDATA[flex elearning]]></category>

		<category><![CDATA[Flex User Group]]></category>

		<category><![CDATA[Shunjie Hu]]></category>

		<category><![CDATA[Singapore User Group]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=129</guid>
		<description><![CDATA[I must thank you so much Shunjie that gives me opportunity to speak about Flex BitmapData during next Singapore UG meeting this wednesday.
I&#8217;ll also go to Singapore this year for work and with Shunjie and (I hope) Dale, we are organizing a great meeting there about Flex, AIR and Flash Lite, so thank you again [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I must thank you so much Shunjie that gives me opportunity to speak about Flex BitmapData during next <a href="http://fug.sg/index.php/p/39" target="_blank">Singapore UG</a> meeting this wednesday.</p>
<p>I&#8217;ll also go to Singapore this year for work and with <a href="http://www.expertria.com/" target="_blank">Shunjie</a> and (I hope) <a href="http://www.dalerankine.com/blog/default.cfm" target="_blank">Dale</a>, we are organizing a great meeting there about Flex, AIR and Flash Lite, so thank you again to Singapore Flex UG.</p>
<p>For more information about meeting, take a look at <a href="http://fug.sg/index.php/p/39" target="_blank">UG meeting page</a>. </p>
<p>PS: Congratultaions to Dale that tomorrow will make &#8220;<a href="http://discussion.forum.nokia.com/forum/showthread.php?t=129161" target="_blank">Talk to guru session</a>&#8221; about Flash Lite.</p>
<p> </p>
<p><strong>UPDATE</strong><br />
I<strong>f you want follow this session you only enter in </strong><a href="https://admin.emea.acrobat.com/_a773181157/flexbitmap/" target="_blank"><strong>meeting room</strong></a><strong> at 2:25PM Italian time or 8.25PM Singapore time.</strong><br />
See you on Wednesday! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/129/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/129/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=129&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/04/21/speaking-at-singapore-flex-user-group/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex Builder compile Flash Lite projects, is it a dream?</title>
		<link>http://lucamezzalira.wordpress.com/2008/04/09/flex-builder-compile-flash-lite-projects-is-it-a-dream/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/04/09/flex-builder-compile-flash-lite-projects-is-it-a-dream/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 22:54:14 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[adobe bugs]]></category>

		<category><![CDATA[adobe features]]></category>

		<category><![CDATA[flex 4]]></category>

		<category><![CDATA[flex builder]]></category>

		<category><![CDATA[flex features]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=128</guid>
		<description><![CDATA[Today was last day at 360Flex Europe, I spent great time there!
Talking with 2 Flex team guys, they said to us that if you&#8217;d like some new features in Flex 4, only make a feature request to Adobe jira system.
So I said: &#8220;One of the most cool feature that you could implement in next version [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today was last day at 360Flex Europe, I spent great time there!</p>
<p>Talking with 2 Flex team guys, they said to us that if you&#8217;d like some new features in Flex 4, only make a feature request to <a href="https://bugs.adobe.com/flex/" target="_blank">Adobe jira system</a>.<br />
So I said: &#8220;<strong>One of the most cool feature that you could implement in next version of Flex Builder, it could be to compile Flash Lite projects and maybe Flex Builder could interact with Device Central.</strong>&#8221; They said me: &#8220;<strong>It&#8217;s first time that ask me this implementation</strong>&#8220;.</p>
<p>So I make a <a href="http://bugs.adobe.com/jira/browse/FB-12386" target="_blank">feature request</a> for next version of Flex Builder, I think it could be so interesting working with Flex IDE and when I compile a Flash Lite project open directly into Device Central.<br />
What do you think about it? If you&#8217;d like this feature too, <a href="http://bugs.adobe.com/jira/browse/FB-12386" target="_blank">vote please</a>!</p>
<p>Make comments and we could create a great discussion about it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/128/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/128/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=128&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/04/09/flex-builder-compile-flash-lite-projects-is-it-a-dream/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>second day at 360Flex Europe</title>
		<link>http://lucamezzalira.wordpress.com/2008/04/08/second-day-at-360flex-europe/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/04/08/second-day-at-360flex-europe/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 22:42:40 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[360Flex]]></category>

		<category><![CDATA[accessibility]]></category>

		<category><![CDATA[air event]]></category>

		<category><![CDATA[cairngorm]]></category>

		<category><![CDATA[flex event]]></category>

		<category><![CDATA[papervision]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2008/04/08/second-day-at-360flex-europe/</guid>
		<description><![CDATA[That&#8217;s it! Second day is finished, but it was very interesting! I know better a lots of speakers and attendees, I love share experience and points of view with them.
I go to Piergiorgio session on Papervision and he was amazing! Very cool session man!
So I go to Giorgio session on Accessibility with Flex and he [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>That&#8217;s it! Second day is finished, but it was very interesting! I know better a lots of speakers and attendees, I love share experience and points of view with them.<br />
I go to <a href="http://www.flashfuck.it/" target="_blank">Piergiorgio</a> session on Papervision and he was amazing! Very cool session man!<br />
So I go to <a href="http://gnstudio.wordpress.com/" target="_blank">Giorgio</a> session on Accessibility with Flex and he found a great solution to interact with screen readers, that was cool!<br />
Finally, I can&#8217;t miss it, I see an introduction on Cairngorm by Neil Webb (you rock man!) very cool session and so funny preso, I love it!<br />
Sorry <a href="http://www.kaltura.com" target="_self">Zohar</a> if I can&#8217;t come in your session but I hear that you made a very cool stuff!<br />
Also, if you&#8217;d like to take a look at some cool video about the conference, please <a href="http://www.kaltura.com/360FlexEurope/widgetpage.php?uid=12345690&amp;kshow_id=315359" target="_blank">view Zohar mix</a>!</p>
<p>Tomorrow is the final day, I spent great time here, I hope to keep in touch with a lots of attendees and speakers that I met here.</p>
<p>In this weekend I&#8217;ll also put in my Flickr account some photos.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/127/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/127/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=127&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/04/08/second-day-at-360flex-europe/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>first day at 360Flex Europe..my impressions&#8230;</title>
		<link>http://lucamezzalira.wordpress.com/2008/04/07/first-day-at-360flex-europemy-impressions/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/04/07/first-day-at-360flex-europemy-impressions/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 22:32:47 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[360Flex]]></category>

		<category><![CDATA[air event]]></category>

		<category><![CDATA[BitmapData]]></category>

		<category><![CDATA[Flex BitmapData]]></category>

		<category><![CDATA[flex event]]></category>

		<category><![CDATA[flex webcam]]></category>

		<category><![CDATA[motion tracking]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=126</guid>
		<description><![CDATA[It&#8217;s just finished this long day, I slept 2 hours to finish my preso and samples, I hope that people enjoy my Flex BitmapData session!
I&#8217;ll put preso and samples in the next few days in this blog, so take a look everyday guys!
There weren&#8217;t a lots of people at 360Flex, but I met a lots [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s just finished this long day, I slept 2 hours to finish my preso and samples, I hope that people enjoy my Flex BitmapData session!<br />
<strong>I&#8217;ll put preso and samples in the next few days in this blog</strong>, so take a look everyday guys!</p>
<p>There weren&#8217;t a lots of people at 360Flex, but I met a lots of strong developers for all over the world, there were great share moments and all speakers help toghether to make a better session ( I love so much this atmosphere).<br />
I&#8217;m so glad that a lots of italian developers and companies are lost this cool appointment to know better Flex and AIR technologies!</p>
<p>In fact you could talk with Adobe people (Evangelist, marketing people and so on) and with cool speakers that help you to understand better the power of flash platform! I hope tomorrow I can see more people here!<br />
This evening all speakers go out with Adobe people to have dinner and to know us better and talk about Adobe softwares and strategies, that&#8217;s cool!</p>
<p>I&#8217;ll put also new event photos in <a href="http://www.flickr.com/photos/lucamezzalira" target="_blank">my Flickr account</a>, so please take a look sometimes!</p>
<p><strong>UPDATE<br />
</strong></p>
<p>You can download my <a href="http://www.mart3.co.uk/FlexBitmapEffect.pdf" target="_blank">preso</a> and <a href="http://www.mart3.co.uk/dev.zip" target="_blank">my samples</a> NOW!<br />
Enjoy</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/126/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/126/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=126&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/04/07/first-day-at-360flex-europemy-impressions/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomorrow, 360Flex Europe starts!</title>
		<link>http://lucamezzalira.wordpress.com/2008/04/06/tomorrow-360flex-europe-starts/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/04/06/tomorrow-360flex-europe-starts/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 10:16:53 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[360Flex]]></category>

		<category><![CDATA[Actionscript BitmapData]]></category>

		<category><![CDATA[Flex BitmapData]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=125</guid>
		<description><![CDATA[OK, it&#8217;s coming&#8230; tomorrow start 360Flex Europe!
I&#8217;m so excite to take part on this big event, now I&#8217;m waiting my friends Piergiorgio and Marco (others 360Flex speakers) and at 2PM we drive to Milan to meet other speakers and Tom and John!!!
Tomorrow I&#8217;ll have my seminar on Flex BitmapData, I hope that it will be [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>OK, it&#8217;s coming&#8230; tomorrow start 360Flex Europe!</p>
<p>I&#8217;m so excite to take part on this big event, now I&#8217;m waiting my friends <a href="http://www.flashfuck.it/" target="_blank">Piergiorgio</a> and <a href="http://www.pixeldump.org/" target="_blank">Marco</a> (others 360Flex speakers) and at 2PM we drive to Milan to meet other speakers and <a href="http://www.360flex.com/360Flex_Europe" target="_blank">Tom and John</a>!!!<br />
Tomorrow I&#8217;ll have my seminar on Flex BitmapData, I hope that it will be ok.<br />
In next few days I&#8217;ll describe event atmosphere in this blog, so stay tuned guys! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/125/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/125/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=125&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/04/06/tomorrow-360flex-europe-starts/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop Express&#8230; ROCKS!</title>
		<link>http://lucamezzalira.wordpress.com/2008/03/27/photoshop-express-rocks/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/03/27/photoshop-express-rocks/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 07:48:43 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Photoshop]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[Adobe photoshop]]></category>

		<category><![CDATA[flex application]]></category>

		<category><![CDATA[images]]></category>

		<category><![CDATA[manipulate images]]></category>

		<category><![CDATA[manipulation images online]]></category>

		<category><![CDATA[Photoshop Express]]></category>

		<category><![CDATA[Photoshop family]]></category>

		<category><![CDATA[Photoshop Flex]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=124</guid>
		<description><![CDATA[I wake up 30 mins ago and the first thing that I do every morning is looking MXNA and download my emails.
Reading MXNA posts, I see Photoshop Express from Ryan Stewart blog&#8230; Adobe release it this night, oh my god, I must try it!
So I go to the official link I register myself and I [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I wake up 30 mins ago and the first thing that I do every morning is looking <a href="http://weblogs.macromedia.com/mxna/" target="_blank">MXNA</a> and download my emails.</p>
<p>Reading MXNA posts, I see Photoshop Express from <a href="http://blog.digitalbackcountry.com/?p=1366" target="_blank">Ryan Stewart blog</a>&#8230; Adobe release it this night, oh my god, I must try it!</p>
<p>So I go to the <a href="https://www.photoshop.com/express/" target="_blank">official link</a> I register myself and I start to work with Photoshop Express.<br />
This version of Photoshop is made with Flex and it&#8217;s amazing! I love so much how is clear and simple use this RIA.<br />
Adobe done a great work also with instruments and with manage of images, you can create personal album, send the photo to a friend via mail,  put own photos on Picasa or Facebook (I love that!).</p>
<p>Please take a look at this RIA, it&#8217;s so interesting and I&#8217;m sure that Adobe adds new functionalities and they&#8217;ll grow up this project so much!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/124/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/124/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=124&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/03/27/photoshop-express-rocks/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>To all Attendes of 360Flex Europe</title>
		<link>http://lucamezzalira.wordpress.com/2008/03/26/to-all-attendes-of-360flex-europe/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/03/26/to-all-attendes-of-360flex-europe/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 13:01:13 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[360 flex]]></category>

		<category><![CDATA[360 Flex Europe]]></category>

		<category><![CDATA[360 flex mobile application]]></category>

		<category><![CDATA[flash lite application]]></category>

		<category><![CDATA[flash lite developer]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=123</guid>
		<description><![CDATA[Hi All,
360 Flex Europe is behind the corner, 10 days more or less and&#8230; it starts!
So to all attendes of this big Flex event I made the mobile application with Flash Lite 2.0, you can find the same things of Atlanta version but with another graphics and the final 360Flex schedule!
I hope to see you [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi All,</p>
<p>360 Flex Europe is behind the corner, 10 days more or less and&#8230; it starts!<br />
So to all attendes of this big Flex event I made the <a href="http://www.mart3.org/360europe.zip" target="_blank">mobile application</a> with Flash Lite 2.0, you can find the same things of <a href="http://lucamezzalira.wordpress.com/2008/02/25/360-flex-atlanta-mobile-application/" target="_blank">Atlanta version</a> but with another graphics and the <b>final 360Flex schedule</b>!</p>
<p>I hope to see you at the event.<br />
Enjoy</p>
<p><b>UPDATE</b><br />
Actionscript.it, italian Adobe UG, organize <b>Birds of father event during 360Flex on Monday 7 from 6PM to 9PM</b>, where attendes could ask any questions about 360Flex sessions, Flex and AIR, so please take a look at <a href="http://www.actionscript.it/showEvent.cfm?id=95" target="_blank">event page</a> (it&#8217;s in italian) and register to the event!</p>
<p>PS: I&#8217;m making the sys files in next few days! Stay tuned!</p>
<p><b>UPDATE II</b><br />
Thank you again to <a href="http://www.orison.biz/blogs/chall3ng3r/" target="_blank">chall3ng3r</a> to make sis files!  Download file for <a href="http://www.mart3.org/360Flex_Europe_S602ndEd_Signed.sis" target="_blank">Symbian 2nd edition</a> and for <a href="http://www.mart3.org/360Flex_Europe_S603rdEd_Signed.sis" target="_blank">Symbian 3rd edition</a></p>
<p>See you next week at 360Flex Europe guys!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/123/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/123/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=123&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/03/26/to-all-attendes-of-360flex-europe/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Road to 360 Flex Europe</title>
		<link>http://lucamezzalira.wordpress.com/2008/03/18/road-to-360-flex-europe/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/03/18/road-to-360-flex-europe/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 16:02:06 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[360 flex]]></category>

		<category><![CDATA[360 Flex Europe]]></category>

		<category><![CDATA[adobe event]]></category>

		<category><![CDATA[AIR developer]]></category>

		<category><![CDATA[Flex developer]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=122</guid>
		<description><![CDATA[1 month more or less and in Milan I&#8217;ll partecipate at 360&#124;Flex the most important Flex event in Italy (maybe in Europe?).
In the last schedule I saw my seminar is in the first day (7 April), now I&#8217;m waiting the final one.
I&#8217;ll talk about BitmapData class, I&#8217;m making 3 samples and a real case history [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1 month more or less and in Milan I&#8217;ll partecipate at <a href="http://www.360flex.com/360flex_europe/" target="_blank">360|Flex</a> the most important Flex event in Italy (maybe in Europe?).<br />
In the last schedule I saw my seminar is in the first day (7 April), now I&#8217;m waiting the final one.<br />
<b>I&#8217;ll talk about BitmapData class, I&#8217;m making 3 samples and a real case history made with Flex and AIR to manipulate images.</b></p>
<p>There will be lots of important and great developer that are coming from all over the world, I love this event, it will be amazing!<br />
You can find a lots of Adobe employees, Adobe partners, Adobe UG and so on, an event that you can&#8217;t lost.</p>
<p>So see you at 360 Flex guys!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/122/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/122/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=122&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/03/18/road-to-360-flex-europe/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Silverlight on mobile vs (maybe) AIR mobile ?</title>
		<link>http://lucamezzalira.wordpress.com/2008/03/07/silverlight-on-mobile-vs-maybe-air-mobile/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/03/07/silverlight-on-mobile-vs-maybe-air-mobile/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 22:51:43 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[adobe air]]></category>

		<category><![CDATA[Adobe on mobile]]></category>

		<category><![CDATA[AIR mobile]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Mix 2008]]></category>

		<category><![CDATA[Silverlight]]></category>

		<category><![CDATA[Silverlight 2]]></category>

		<category><![CDATA[Silverlight mobile]]></category>

		<category><![CDATA[Silverlight Nokia]]></category>

		<category><![CDATA[Silverlight PDA]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=121</guid>
		<description><![CDATA[I don&#8217;t write on Silverlight mobile version yet because I was waiting more news from MIX and I also talked with Italian Microsoft guys and others developers.
So, Silverlight will be out the second quarter of 2008 but with 1.0 version and if you take a look at desktop version you know that isn&#8217;t so powerful!
In [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I don&#8217;t write on Silverlight mobile version yet because I was waiting more news from MIX and I also talked with Italian Microsoft guys and others developers.</p>
<p>So, Silverlight will be out the second quarter of 2008 but with 1.0 version and if you take a look at desktop version you know that isn&#8217;t so powerful!<br />
In the end of 2008 we could see 2.0 Beta version and finally in the second quarter of 2009 Silverlight 2 will install in mobile devices.<br />
The last version in so interesting, they add a very good zoom functionality and they add .net framework built in the player.<br />
Mobile version will be use in IE browser for PDA so probably the same way on Nokia, so the first question is:<br />
Can I interact OS on Nokia and PDA to save and manipulate data like desktop version or I&#8217;ll have some security issues?</p>
<p>Another thing that I see is a good video look and feel, I&#8217;d like to know what kind of video files I could play on own mobile player.<br />
It could be interesting how Microsoft decide to update own mobile player on devices&#8230;</p>
<p>I think that Adobe must start to take new way to deliver and help own developers to create mobile contents, we have a cool platform but with a lots limits and also there is a bad interaction with OS.</p>
<p>Sincerly I hope that Adobe could develop the AIR mobile version because with this technology we could take new market quotes and opportunities.<br />
AIR is the new powerfull technology that helps developers and desginers to deliver own contents with a new interaction way, if you can create an online app with Flex and then porting it on desktop and finally porting it on own mobile device&#8230; that it could be COOOOOL!</p>
<p>My 2 cents</p>
<p>Feel free to comment and share your view!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/121/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/121/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=121&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/03/07/silverlight-on-mobile-vs-maybe-air-mobile/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>360 Flex Atlanta mobile application</title>
		<link>http://lucamezzalira.wordpress.com/2008/02/25/360-flex-atlanta-mobile-application/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/02/25/360-flex-atlanta-mobile-application/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 11:54:38 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[360 flex]]></category>

		<category><![CDATA[360 flex atlanta]]></category>

		<category><![CDATA[360 flex mobile application]]></category>

		<category><![CDATA[flash lite application]]></category>

		<category><![CDATA[mobile application]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=120</guid>
		<description><![CDATA[Today 360&#124;Flex starts in Atlanta,  if you are an attendee or a speaker I make the &#8220;official&#8221; 360 flex mobile application in Flash Lite 2.
In this app you can find 3 sections:

speakers
schedule
twitter

In the last section (twitter)  you can read last post in your twitter and write one in your account.
I use SWX API [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today 360|Flex starts in Atlanta,  if you are an attendee or a speaker I make the &#8220;official&#8221; 360 flex mobile application in Flash Lite 2.</p>
<p>In this app you can find 3 sections:</p>
<ul>
<li>speakers</li>
<li>schedule</li>
<li>twitter</li>
</ul>
<p>In the last section (twitter)  you can read last post in your twitter and write one in your account.<br />
I use <a href="http://swxformat.org/documentation/swx-rpc-for-flash-lite-mobile/" target="_blank">SWX API</a> to create this mesh up, very cool API made by Aral Balkan (thank you man!) that allow to make mesh up of twitter, flickr and so on.</p>
<p><a href="http://www.mart3.org/360Atlanta.zip" target="_blank">Download zip file</a> and put swf and XML files in your Flash Lite 2 phone&#8230;.Enjoy!</p>
<p><b>Obviusly you can have one for Europe event&#8230; stay tuned!</b></p>
<p>UPDATE:</p>
<p>I must say <b>THANK YOU to chall3ng3r</b> that made for me .sis files with <a href="http://www.orison.biz/products/swf2go/" target="_blank">SWF2GO</a>, his software that allow to create file for S60 phones.<br />
Thank you man!<br />
Now you can download also .sis file for S60 <a href="http://www.mart3.org/360_Flex_Atlanta_Signed.sis" target="_blank">3rd edition</a> and <a href="http://www.mart3.org/360_Flex_Atlanta_2ndEd.sis">2nd edition</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/120/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/120/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=120&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/02/25/360-flex-atlanta-mobile-application/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex 3 and AIR 1.0, future is NOW</title>
		<link>http://lucamezzalira.wordpress.com/2008/02/25/flex-3-and-air-10-future-is-now/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/02/25/flex-3-and-air-10-future-is-now/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 08:23:11 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Air 1.0]]></category>

		<category><![CDATA[flex 3]]></category>

		<category><![CDATA[news from adobe]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=119</guid>
		<description><![CDATA[Sign this date in your calendar, today guys are out Flex 3 and AIR 1.0
In the last years Adobe made an amazing work on those technologies and it could be a big pleasure start work on them.
Lots of us use Flex  3 since Beta in labs and we love it, because finally we have a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sign this date in your calendar, today guys are out <b>Flex 3 and AIR 1.0</b></p>
<p>In the last years Adobe made an amazing work on those technologies and it could be a big pleasure start work on them.<br />
Lots of us use Flex  3 since Beta in labs and we love it, because finally we have a true development software and with last release we increase the power of this technolgy.</p>
<p>Air, it&#8217;s my favourite software, I love it, it&#8217;s so simple and so powerful and has a lots of functionalities that help us to create fantastic and complex desktop application.</p>
<p>The first thing that I do this morning is watching Adobe.com and I suggest to take a look at <a href="http://www.adobe.com/products/air/" target="_blank">AIR page</a> and <a href="http://www.adobe.com/products/flex/?promoid=BPDEQ" target="_blank">Flex page</a>, you can find a lots of interesting things!</p>
<p><b>Today Adobe makes the history</b>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/119/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/119/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=119&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/02/25/flex-3-and-air-10-future-is-now/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>onAIR tour in Europe</title>
		<link>http://lucamezzalira.wordpress.com/2008/02/20/onair-tour-in-europe/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/02/20/onair-tour-in-europe/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 09:49:49 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[adobe air]]></category>

		<category><![CDATA[adobe event]]></category>

		<category><![CDATA[adobe integrated runtime]]></category>

		<category><![CDATA[desktop evangelist]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[onAir tour]]></category>

		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=118</guid>
		<description><![CDATA[Finally it&#8217;s coming!!!
OnAIR tour is coming in Europe, 12 dates from March to June in all Europe&#8230; that&#8217;s wonderful!
Registrations are open so choose your city and register yourself, I&#8217;ll go to Italian date (13 June) in Milan with a lots of Italian developers and designers.
If you come in Milan, please send me an email so [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finally it&#8217;s coming!!!</p>
<p><a href="http://onair.adobe.com/" target="_blank">OnAIR tour</a> is coming in Europe, 12 dates from March to June in all Europe&#8230; that&#8217;s wonderful!<br />
Registrations are open so choose your city and register yourself, I&#8217;ll go to <a href="http://onair.adobe.com/schedule/cities/milan.php" target="_blank">Italian date</a> (13 June) in Milan with a lots of Italian developers and designers.</p>
<p>If you come in Milan, please send me an <a href="mailto:luca@mart3.org">email</a> so we could meet to have dinner togheter!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/118/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/118/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=118&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/02/20/onair-tour-in-europe/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Home, new mobile solution</title>
		<link>http://lucamezzalira.wordpress.com/2008/02/11/flash-home-new-mobile-solution/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/02/11/flash-home-new-mobile-solution/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 10:17:44 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[3gsm world congress]]></category>

		<category><![CDATA[adobe mobile and device]]></category>

		<category><![CDATA[Flash Cast]]></category>

		<category><![CDATA[flash for mobile]]></category>

		<category><![CDATA[Flash Home]]></category>

		<category><![CDATA[mobile solutions]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=117</guid>
		<description><![CDATA[Adobe launches a new service at 3GSM World Congress in Barcelona for mobile operators and OEM that allow to create custom interface to deliver informations.
This service is ONLY for those categories and for designers and developers are so interesting because we have a new way to deliver flash lite contents.
In fact we could use Flash [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Adobe launches a new service at 3GSM World Congress in Barcelona for <b>mobile operators and OEM</b> that allow to create custom interface to deliver informations.</p>
<p><b>This service is ONLY for those categories</b> and for designers and developers are so interesting because we have a new way to deliver flash lite contents.<br />
In fact we could use Flash CS3 and Device Central to create and test our flash lite contents for Flash Home or Flash Cast.</p>
<p>So now we are waiting which operators are available to deliver Flash Lite content with Flash Home, in particular in Europe where there aren&#8217;t a lots of operators that believe in Flash Lite (Flash Cast or Flash Home), I hope this situation will change with Flash home coming.</p>
<p>If you want read more about 3GMS news and Flash Home, take a look at <a href="http://www.adobe.com/mobile/solutions/flashhome/" target="_blank">Adobe Flash Home page</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/117/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/117/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=117&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/02/11/flash-home-new-mobile-solution/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Little tricks to rotate images in Flex</title>
		<link>http://lucamezzalira.wordpress.com/2008/02/07/little-tricks-to-rotate-images-in-flex/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/02/07/little-tricks-to-rotate-images-in-flex/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:34:17 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[rotate component]]></category>

		<category><![CDATA[rotate image]]></category>

		<category><![CDATA[rotation actionscript]]></category>

		<category><![CDATA[rotation flex]]></category>

		<category><![CDATA[tricks flex]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=116</guid>
		<description><![CDATA[My last project is an Image manipulator made with Flex and AIR, so I guide a user to manipulate (rotation, resizing&#8230;) an image, choosen from own computer, with a wizard.
When I was at Rotation step, I said: &#8220;and now?!&#8221;.
Infact if you use rotation property of an Image component it rotates in 0,0, but there is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My last project is an Image manipulator made with Flex and AIR, so I guide a user to manipulate (rotation, resizing&#8230;) an image, choosen from own computer, with a wizard.<br />
When I was at Rotation step, I said: &#8220;and now?!&#8221;.</p>
<p>Infact if you use rotation property of an Image component it rotates in 0,0, but there is a little trick to rotate an image or component with origin in the middle.<br />
If you use Rotate effect, you can decide which is the origin point, so if you write:</p>
<pre><font color="#ff6600">var rotEff:Rotate = new Rotate();</font>
<font color="#ff6600">//img is the ID of Image component in MXML file
rotEff.target = img;

rotEff.originX = img.width/2;
rotEff.originY = img.height/2;

rotEff.duration = 1500;
rotEff.angleFrom = img.rotation;
rotEff.angleTo = img.rotation + 90;

rotEff.play(); </font></pre>
<p>With those script you can rotate an image or component in the middle.<br />
That&#8217;s a little trick!<br />
Enjoy</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/116/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/116/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=116&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/02/07/little-tricks-to-rotate-images-in-flex/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Now we know&#8230; Singularity is&#8230;</title>
		<link>http://lucamezzalira.wordpress.com/2008/02/05/now-we-know-singularity-is/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/02/05/now-we-know-singularity-is/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 23:24:33 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[aral balkan]]></category>

		<category><![CDATA[singularity]]></category>

		<category><![CDATA[web conference]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=115</guid>
		<description><![CDATA[&#8230; is a conference! It is the BIGGEST web conference of the world!
Over 100 speakers from all over the world we will suggest, inspire, teach and&#8230; I&#8217;ve no word to describe this fantastic idea, one of the most important thing that I must do every January is choose what conference follow in the year&#8230; and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; is a conference! <span class="Apple-style-span" style="font-weight:bold;">It is the BIGGEST web conference of the world</span>!</p>
<p>Over 100 speakers from all over the world we will suggest, inspire, teach and&#8230; <br />I&#8217;ve no word to describe this fantastic idea, one of the most important thing that I must do every January is choose what conference follow in the year&#8230; and Singularity I MUST FOLLOW from my office or home or everywhere and I love it!</p>
<p><span class="Apple-style-span" style="font-weight:bold;">Singularity is a 3 days web sessions</span> that will start in the end of October, for now we haven&#8217;t a lots of informations but if you want to learn more, take a look at <a href="http://singularity08.com/" target="_blank">singularity site</a>!<span class="Apple-style-span" style="font-weight:bold;"><span class="Apple-style-span" style="font-weight:normal;"></span></span></p>
<p><a href="http://aralbalkan.com/" target="_blank">Aral</a> you are a geek! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/115/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/115/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=115&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/02/05/now-we-know-singularity-is/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Zinc 3 is out!</title>
		<link>http://lucamezzalira.wordpress.com/2008/01/31/zinc-3-is-out/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/01/31/zinc-3-is-out/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:19:28 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[MDM]]></category>

		<category><![CDATA[Multidmedia Zinc]]></category>

		<category><![CDATA[wrapper flash]]></category>

		<category><![CDATA[wrapper flex]]></category>

		<category><![CDATA[Zinc 3]]></category>

		<category><![CDATA[Zinc 3 Builder]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=114</guid>
		<description><![CDATA[I&#8217;ve just seen new MDM site where you can find the new release of Zinc!
I download it and I want to try in next few weeks, I hope to great new features and new performance.
You can find more information in Zinc page, take a look and stay tuned to read new Zinc 3 experiences!
     [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve just seen new <a href="http://www.multidmedia.com/" target="_blank">MDM site</a> where you can find the new release of Zinc!</p>
<p>I download it and I want to try in next few weeks, I hope to great new features and new performance.</p>
<p>You can find more information in <a href="http://www.multidmedia.com/software/zinc/" target="_blank">Zinc page</a>, take a look and stay tuned to read new Zinc 3 experiences!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/114/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/114/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=114&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/01/31/zinc-3-is-out/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex 3 is coming and also a lots of new books!</title>
		<link>http://lucamezzalira.wordpress.com/2008/01/31/flex-3-is-coming-and-also-a-lots-of-new-books/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/01/31/flex-3-is-coming-and-also-a-lots-of-new-books/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 23:46:55 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[flex 3]]></category>

		<category><![CDATA[flex 3 books]]></category>

		<category><![CDATA[flex amazon]]></category>

		<category><![CDATA[flex pre-release tour]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/?p=113</guid>
		<description><![CDATA[Yes, Flex 3 is coming, we don&#8217;t know when, but there are pre-release conference around Europe, so I think it will come next few months.Today I ask to myself: &#8220;Which books are coming on Flex 3?!&#8221;.So I go to amazon and I make a search about Flex 3 books.I find some interesting results, my favouorite are:

Learning Flex [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yes, Flex 3 is coming, we don&#8217;t know when, but there are pre-release conference around Europe, so I think it will come next few months.<br />Today I ask to myself: &#8220;Which books are coming on Flex 3?!&#8221;.<br />So I go to <a href="http://www.amazon.com/flex-3-Books/s/ref=sr_pg_1?ie=UTF8&amp;rs=1000&amp;keywords=flex%203&amp;rh=n%3A1000%2Ck%3Aflex%203&amp;page=1" target="_blank">amazon</a> and I make a search about Flex 3 books.<br />I find some interesting results, my favouorite are:</p>
<ul>
<li><a href="http://www.amazon.com/Learning-Flex-Getting-Internet-Applications/dp/0596517327/ref=sr_1_19?ie=UTF8&amp;s=books&amp;qid=1201736155&amp;sr=1-19" target="_blank">Learning Flex 3: Getting up to Speed with Rich Internet Applications</a></li>
<li><a href="http://www.amazon.com/Flex-User-Interface-Design-Development/dp/0596528450/ref=sr_1_16?ie=UTF8&amp;s=books&amp;qid=1201736155&amp;sr=1-16" target="_blank">Flex 3 User Interface Design &amp; Development: Creating User-Friendly Rich Internet Applications</a></li>
</ul>
<div>I put them in my wish list!</p>
<p>Flex is growing up so much and there is a big interest around this new world, I think that 2008 become Flex &amp; AIR year!<br /> Or almost I try to do that.</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/113/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/113/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=113&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/01/31/flex-3-is-coming-and-also-a-lots-of-new-books/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>new ribbit API Beta 2</title>
		<link>http://lucamezzalira.wordpress.com/2008/01/16/new-ribbit-api-beta-2/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/01/16/new-ribbit-api-beta-2/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 08:59:52 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[flex calls]]></category>

		<category><![CDATA[Ribbit API]]></category>

		<category><![CDATA[Ribbit API Beta 2]]></category>

		<category><![CDATA[ribbit developers]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2008/01/16/new-ribbit-api-beta-2/</guid>
		<description><![CDATA[Ribbit team has just released new API (BETA 2) with new features and better performance!
In Ribbit blog, Mr. Freedman said:
&#8220;- There are more than 30 new methods and events, as well as significant changes for improving existing methods. Methods for loading messages have been modified and now support a more sophisticated ‘tagging’ model. Virtually none [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ribbit team has just released new API (BETA 2) with new features and better performance!</p>
<p>In <a href="http://developer.ribbit.com/blog/?p=59" target="_blank">Ribbit blog</a>, Mr. Freedman said:<br />
&#8220;- There are more than 30 new methods and events, as well as significant changes for improving existing methods. Methods for loading messages have been modified and now support a more sophisticated ‘tagging’ model. Virtually none of the calling methods and events have been changed.<br />
- Key performance enhancements include firewall compatibility, better voice performance and improved calling stability. There is a new set of methods for managing account information through the API, including recording and saving your Voicemail greeting, changing password and uploading a user photo.&#8221;</p>
<p>And also:<br />
&#8220;- New features on the developer site, to be announced later this week, will include the ability to share your Ribbit applications and projects with other developers. Developers, especially those coding apps for the contest, will benefit from having others in the community evaluate and give feedback on their ongoing projects.&#8221;</p>
<p>When I tried it I was shock for the performance but if they come better&#8230;WOW, what amazing tool!<br />
For now Europe developers could only try it with skype or with others developers that are involved in this project&#8230; I want Europe calls, please!<br />
I suggest to take a look at this project if you haven&#8217;t done it yet.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/109/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/109/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=109&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/01/16/new-ribbit-api-beta-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>MacWorld but also developer.apple.com</title>
		<link>http://lucamezzalira.wordpress.com/2008/01/15/macworld-but-also-developerapplecom/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/01/15/macworld-but-also-developerapplecom/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 21:02:06 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[iPod]]></category>

		<category><![CDATA[iPod Touch]]></category>

		<category><![CDATA[macbook AIR]]></category>

		<category><![CDATA[software iPhone]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2008/01/15/macworld-but-also-developerapplecom/</guid>
		<description><![CDATA[I love Apple so much!
This period is so interesting for MACWORLD and this year I&#8217;m so excite to view new iTV, new macbook AIR, new firmware upgrade for iPod Touch (finally I could see emails in my iPod Touch) and new services like rent video! That&#8217;s cool.
But also, I suggest to take a look at [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I love Apple so much!</p>
<p>This period is so interesting for MACWORLD and this year I&#8217;m so excite to view new iTV, new macbook AIR, new firmware upgrade for iPod Touch (finally I could see emails in my iPod Touch) and new services like rent video! That&#8217;s cool.</p>
<p>But also, I suggest to take a look at <a href="https://developer.apple.com/iphone/devcenter/index.php" target="_blank">developer.apple.com</a>, in particular in iPhone section,<b> you must register for FREE</b> and you&#8217;ll have a lots of materials about development on iPhone and so on.</p>
<p>There you can also submit your iPhone application and put in  apple site. New opportunities ae growing up.<br />
In 2008, I think that we&#8217;ll have a lots of changes from AIR to new Macbook AIR (everything we call AIR in 2008, it&#8217;s funny!).<br />
I love Apple, I love AIR&#8230; and I love 2008!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=108&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/01/15/macworld-but-also-developerapplecom/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>My first steps with RIBBIT API</title>
		<link>http://lucamezzalira.wordpress.com/2008/01/08/my-first-steps-with-ribbit-api/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/01/08/my-first-steps-with-ribbit-api/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 11:40:16 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[flex and Ribbit]]></category>

		<category><![CDATA[make a call with Ribbit]]></category>

		<category><![CDATA[Ribbit]]></category>

		<category><![CDATA[Ribbit tutorial]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2008/01/08/my-first-steps-with-ribbit-api/</guid>
		<description><![CDATA[Today I spent an hour to take a look at Ribbit api and to start a first flex example with them.
For now you make a call to USA phone numbers only, in fact when you enter your Ribbit profile, you receive a USA number to use for test.
So I use Skype to make a call [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I spent an hour to take a look at Ribbit api and to start a first flex example with them.<br />
For now <b>you make a call to USA phone numbers only</b>, in fact when you enter your Ribbit profile, you receive a USA number to use for test.<br />
So I use Skype to make a call to my Ribbit number.<br />
Example is very easy but with this few code you can receive and  make call to USA number (Europe number  are available  in mid 2008 probably).</p>
<p>After <a href="http://developer.ribbit.com/register/" target="_blank">registrarion</a> and approval from Ribbit team you can download SWC from Ribbit site that you add in your Flex application.</p>
<p>First of all you must create a Ribbit istance and a CallObject:</p>
<pre><font color="#ff6600"> private var myRibbit:RibbitRequest = new RibbitRequest();</font>  <font color="#ff6600">private var ribbitObj:CallObject; </font></pre>
<p>Then you add listner to know when you are logged in Ribbit server, when you are making a call and when you are receiving a call.</p>
<pre><font></font><font color="#ff6600"> myRibbit.addEventListener(RibbitResponseEvent.LOGGED_IN, handleLoggedIn);
 myRibbit.addEventListener(RibbitResponseEvent.RIBBIT_SERVER_CONNECTED, handleRibbitServerConnected);
 myRibbit.addEventListener(RibbitResponseEvent.CALL_CONNECTED, handleCallActive);
 myRibbit.addEventListener(RibbitResponseEvent.INCOMING_CALL, handleCallIncoming);</font></pre>
<p>So you login with:</p>
<pre><font color="#ff6600">myRibbit.login(&#8221;user&#8221;, &#8220;psw&#8221;, &#8220;devID&#8221;, &#8220;appID&#8221;);</font></pre>
<p>All data that you put in login method you can find in your Ribbit profile.</p>
<p>Then you create  function  that you define in Ribbit object listner:</p>
<pre><font color="#ff6600">private function handleCallIncoming(e:RibbitResponseEvent):void{</font> <font color="#ff6600">                </font> <font color="#ff6600">     receiveBtn.enabled = true;</font> <font color="#ff6600">                </font> <font color="#ff6600">     ribbitObj = new CallObject();</font> <font color="#ff6600">     ribbitObj = e.data as CallObject;</font> <font color="#ff6600">                </font> <font color="#ff6600">}</font> <font color="#ff6600">            </font> <font color="#ff6600">private function handleCallActive(e:RibbitResponseEvent):void{</font> <font color="#ff6600">            </font> <font color="#ff6600">   trace(&#8221;call active man!&#8221;)</font> <font color="#ff6600">            </font> <font color="#ff6600">}</font> <font color="#ff6600">            </font> <font color="#ff6600">private function handleLoggedIn(e:RibbitResponseEvent):void{</font> <font color="#ff6600">            </font> <font color="#ff6600">     trace(&#8221;you are logged in&#8221;)</font> <font color="#ff6600">            </font> <font color="#ff6600">}</font> <font color="#ff6600">            </font> <font color="#ff6600">private function handleRibbitServerConnected(e:RibbitResponseEvent):void{</font> <font color="#ff6600">
    trace(&#8221;server ok&#8221;)</font> <font color="#ff6600">                </font> <font color="#ff6600">    makeBtn.enabled = true;</font> <font color="#ff6600">            </font> <font color="#ff6600">}</font></pre>
<p>So now we only put in our flex project 2 buttons, one to receive a call and another one to make a call to a specific USA number.</p>
<pre><font color="#ff6600">&lt;mx:VBox&gt;
    &lt;mx:Button id=&#8221;makeBtn&#8221; label=&#8221;make call&#8221; click=&#8221;{myRibbit.makeCall(&#8217;USAPhone&#8217;)}&#8221; enabled=&#8221;false&#8221; /&gt;
    &lt;mx:Button id=&#8221;receiveBtn&#8221; label=&#8221;receive call&#8221; click=&#8221;{myRibbit.answerCall(ribbitObj)}&#8221; enabled=&#8221;false&#8221; /&gt;
&lt;/mx:VBox&gt;  </font></pre>
<p>Very easy to use and so powerfull API!</p>
<p>I remember to all that Ribbit team launch a phone contest, more information in <a href="http://developer.ribbit.com" target="_blank">Ribbit site</a></p>
<p>Enjoy!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/107/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/107/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=107&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/01/08/my-first-steps-with-ribbit-api/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite 3: load external data</title>
		<link>http://lucamezzalira.wordpress.com/2008/01/02/flash-lite-3-load-external-data/</link>
		<comments>http://lucamezzalira.wordpress.com/2008/01/02/flash-lite-3-load-external-data/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 16:51:05 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Flash Lite 3]]></category>

		<category><![CDATA[load data flash lite]]></category>

		<category><![CDATA[load external data]]></category>

		<category><![CDATA[load FLV flash lite]]></category>

		<category><![CDATA[load video flash lite]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2008/01/02/flash-lite-3-load-external-data/</guid>
		<description><![CDATA[This morning I talk with Fabio, a friend of mine, and he asks me if I&#8217;ve ever loaded an FLV file in Flash Lite 3 from web.
I don&#8217;t start to use FL3 since this morning because there aren&#8217;t enable devices and also I think that we could use it only in the end of 2008 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This morning I talk with Fabio, a friend of mine, and he asks me if I&#8217;ve ever loaded an FLV file in Flash Lite 3 from web.
<div>I don&#8217;t start to use FL3 since this morning because there aren&#8217;t enable devices and also I think that we could use it only in the end of 2008 to have some devices in the market with it.</div>
<div></div>
<div></div>
<div></div>
<div>In Flash Lite 3, when you want to load web data (images, video or anything else), you MUST set, in Publish Settings, network access only.</div>
<div></div>
<div></div>
<div>When I worked with Flash Lite 2 we don&#8217;t need to set network access to load external data.</div>
<div></div>
<div></div>
<div>So for example in Flash Lite 2 we load an external 3gp video (there isn&#8217;t FLV support in FL2) we write:</div>
<div></div>
<div></div>
<div>
<pre><font color="#ff6600">//video_vd is an istance of video object that is in library </font></pre>
</div>
<div>
<pre><font color="#ff6600">video_vd.play(&#8221;http://www.mart3.co.uk/video.3gp&#8221;);</font></pre>
</div>
<div></div>
<div></div>
<div>in Flash Lite 3 we use NetConnection class:</div>
<div></div>
<div></div>
<div>
<pre><font color="#ff6600">var nc:NetConnection = new NetConnection;</font></pre>
</div>
<div>
<pre><font color="#ff6600">nc.connect(null);</font></pre>
</div>
<div>
<pre><font color="#ff6600">var ns:NetStream = new NetStream(nc);</font></pre>
</div>
<div>
<pre><font color="#ff6600">ns.play(&#8221;http://www.mart3.co.uk/flvfl3/phone.flv&#8221;)</font></pre>
</div>
<div>
<pre><font color="#ff6600">video_vd.attachVideo(ns); </font></pre>
<p>A big THANK YOU to <a href="http://www.biskero.org" target="_blank">Alessandro</a>!<span style="font-weight:bold;" class="Apple-style-span"></span>Update: Talking with <a href="http://www.scottjanousek.com/blog" target="_blank">Scott</a> I found a recent post of <a href="http://www.device54.com/" target="_blank">Nick Gerig</a> about security model of Flash Lite 3 that explains well the problem.</div>
<div></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/105/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/105/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=105&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2008/01/02/flash-lite-3-load-external-data/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Nimbuzz, mobile software</title>
		<link>http://lucamezzalira.wordpress.com/2007/12/28/nimbuzz-mobile-software/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/12/28/nimbuzz-mobile-software/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 00:20:21 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[j2me jobs]]></category>

		<category><![CDATA[mobile community]]></category>

		<category><![CDATA[nimbuzz]]></category>

		<category><![CDATA[skype mobile client]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/12/28/nimbuzz-mobile-software/</guid>
		<description><![CDATA[Surfing on web, I found Nimbuzz a mobile software to manage your IM accounts and add into new mobile community.
It&#8217;s a J2ME software and they have made porting for a lots of devices, it&#8217;s so easy to use and it has a very good user interface.
I think that is a very cool project and it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Surfing on web, I found <a href="http://www.nimbuzz.com/home" target="_blank">Nimbuzz</a> a mobile software to manage your IM accounts and add into new mobile community.<br />
It&#8217;s a J2ME software and they have made porting for a lots of devices, it&#8217;s so easy to use and it has a very good user interface.</p>
<p>I think that is a very cool project and it&#8217;s <b>totally FREE</b>, I&#8217;ll follow it to understand better the way that it brings.<br />
There are also a lots of vacant positions in this company, take a look at <a href="http://www.nimbuzz.com/pages/about" target="_blank">About page</a> to see them.</p>
<p>So if you want to add me, search lucamezzalira in nimbuzz world, see around guys!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=104&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/12/28/nimbuzz-mobile-software/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Ribbit phone contest, don&#8217;t miss it!</title>
		<link>http://lucamezzalira.wordpress.com/2007/12/22/ribbit-phone-contest-dont-miss-it/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/12/22/ribbit-phone-contest-dont-miss-it/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 18:30:47 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[Charles Freedman]]></category>

		<category><![CDATA[flex contest]]></category>

		<category><![CDATA[Ribbit API]]></category>

		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/12/22/ribbit-phone-contest-dont-miss-it/</guid>
		<description><![CDATA[We are in Xmas time and a new gift made by Ribbit team is under our tree!
Ribbit is name of new project that give us the ability to make and receive calls or messages (and more!) with new API for flex and air projects, so the team announces a new flex and air contest with [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We are in Xmas time and a new gift made by Ribbit team is under our tree!</p>
<p><a href="http://developer.ribbit.com/">Ribbit</a> is name of new project that give us the ability to make and receive calls or messages (and more!) with new API for flex and air projects, so the team announces a new <strong>flex and air contest</strong> with big prizes like $2.500 (first prize).</p>
<p>In Ribbit site you can find more information about challenge:<br />&#8220;<span style="font-style:italic;" class="Apple-style-span">Build the best Personal Ribbit Phone Application for either the web (Flex) or Desktop (AIR). Similar to Joe Johnston’s award-winning AIR iPhone (now considered the most downloaded AIR app to date), your personal Ribbit Phone will provide an incredible and creative experience for someone to use and enjoy Ribbit services, primarily making and receiving phone calls.</span> &#8221;</p>
<p>Take a look at <a href="http://developer.ribbit.com/blog/?p=54" target="_blank">Ribbit blog</a> and good luck guys! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=103&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/12/22/ribbit-phone-contest-dont-miss-it/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex, IE7 and HTTPservice</title>
		<link>http://lucamezzalira.wordpress.com/2007/12/12/flex-ie7-and-httpservice/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/12/12/flex-ie7-and-httpservice/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 18:30:44 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[adobe flex]]></category>

		<category><![CDATA[httpservice]]></category>

		<category><![CDATA[ie7]]></category>

		<category><![CDATA[ie7 bugs]]></category>

		<category><![CDATA[internet explorer issues]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/12/12/flex-ie7-and-httpservice/</guid>
		<description><![CDATA[I&#8217;m working in a project where my application calls some web services to retrieve data for popolate SpringGraph component (very cool component made by Mark Shepherd).
After extends and change component&#8217;s classes, I find a documented issue with HTTPservice and Internet Explorer 7.
In fact you must put server header with no-cache because randomly calls to service don&#8217;t work!There is [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m working in a project where my application calls some web services to retrieve data for popolate <a href="http://mark-shepherd.com/blog/springgraph-flex-component/" target="_blank">SpringGraph component</a> (very cool component made by <a href="http://mark-shepherd.com/blog/" target="_blank">Mark Shepherd</a>).</p>
<p>After extends and change component&#8217;s classes, I find a documented issue with HTTPservice and Internet Explorer 7.</p>
<p>In fact you must put server header with no-cache because randomly calls to service don&#8217;t work!There is also some comments about this problem in <a href="http://livedocs.adobe.com/flex/2/langref/mx/rpc/http/HTTPService.html" target="_blank">Adobe livedocs</a> (search &#8220;ie7&#8243; in the page).</p>
<p><span style="font-weight:bold;" class="Apple-style-span"><br class="webkit-block-placeholder" /></span><span style="font-weight:bold;" class="Apple-style-span">So be careful and Flex yourself! </span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=102&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/12/12/flex-ie7-and-httpservice/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>First images of Zinc 3.0</title>
		<link>http://lucamezzalira.wordpress.com/2007/12/10/first-images-of-zinc-30/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/12/10/first-images-of-zinc-30/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 20:05:25 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Resource]]></category>

		<category><![CDATA[Multidmedia]]></category>

		<category><![CDATA[Pandora]]></category>

		<category><![CDATA[Zinc]]></category>

		<category><![CDATA[Zinc 3]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/12/10/first-images-of-zinc-30/</guid>
		<description><![CDATA[Zinc 3.0 codename Pandora will be release at Q1 of 2008, but now you can see first images for Macintosh and Windows directly from Jaspal Sohal blog.  You can also try to enter in Candidate BETA program if you are registered in multidmedia.comIn fact they said:&#8220;The Public Beta will be a Release Candidate Build with all functionality that will be [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Zinc 3.0 codename Pandora will be release at Q1 of 2008, but now you can see first images for <a href="http://www.jssmedia.com/?p=13">Macintosh </a>and <a href="http://www.jssmedia.com/?p=6" target="_blank">Windows</a> directly from<a href="http://www.jssmedia.com" target="_blank"> Jaspal Sohal blog</a>.  You can also try to enter in Candidate BETA program if you are registered in multidmedia.comIn fact they said:<em>&#8220;The Public Beta will be a Release Candidate Build with all functionality that will be in the final release. Registered Users will have an opportunity to download the Public Beta and test it over the Holiday period. The Zinc™ 3.0 Public Beta will be available for both Windows and Mac OSX.&#8221;</em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/101/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/101/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=101&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/12/10/first-images-of-zinc-30/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>BRIO Beta: web meeting service</title>
		<link>http://lucamezzalira.wordpress.com/2007/12/07/brio-beta-web-meeting-service/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/12/07/brio-beta-web-meeting-service/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 21:18:34 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Acrobat Connect]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Breeze]]></category>

		<category><![CDATA[Brio]]></category>

		<category><![CDATA[chat]]></category>

		<category><![CDATA[sharing desktop]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/12/07/brio-beta-web-meeting-service/</guid>
		<description><![CDATA[Adobe release a new BETA in labs.adobe.com called BRIO that is codename of new version of Acrobat Connect (ex Breeze).I&#8217;m working with it now, there are many alert when you try to upload files or in other featuers BUT&#8230;&#8230; what a great UI!
It&#8217;s more easy to use, main functions are available like icons and it&#8217;s so fast!
The [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Adobe release a new BETA in <a href="http://labs.adobe.com/technologies/brio/" target="_blank">labs.adobe.com</a> called BRIO that is codename of new version of Acrobat Connect (ex Breeze).<br />I&#8217;m working with it now, there are many alert when you try to upload files or in other featuers BUT&#8230;<br />&#8230; what a great UI!</p>
<p>It&#8217;s more easy to use, main functions are available like icons and it&#8217;s so fast!</p>
<p>The most impressive features you could see when you share your desktop, in fact you have a &#8220;widget&#8221; to chat with others users, you can see other users in your room and you have a little panel control to manage.<br />Very cool!</p>
<p>Now you can test it and create your room for FREE!</p>
<p>So go to <a href="http://www.adobe.com/go/acrobatconnect_labssignup_brio2_en" target="_blank">BRIO page</a> and test it man! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=100&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/12/07/brio-beta-web-meeting-service/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Lite 3 &#38; Zinc 3.0, new softwares released this weekend</title>
		<link>http://lucamezzalira.wordpress.com/2007/12/02/flash-lite-3-zinc-30-new-softwares-released-this-weekend/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/12/02/flash-lite-3-zinc-30-new-softwares-released-this-weekend/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 22:12:46 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Desktop Application]]></category>

		<category><![CDATA[Flash Lite]]></category>

		<category><![CDATA[Multidmedia]]></category>

		<category><![CDATA[Pandora]]></category>

		<category><![CDATA[Zinc 3]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/12/02/flash-lite-3-zinc-30-new-softwares-released-this-weekend/</guid>
		<description><![CDATA[This weekend Adobe announced that is ready new flash lite version developer edition, dowloadable for free from labs.adobe.com.
Remember that you can develop flash lite 3 contents only if you upgrade Flash CS3 and Device Central.
More information about features and files to download you can see at Bill Perry&#8217;s blog.
If you test this developer release in [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This weekend <strong>Adobe announced that is ready <a href="http://labs.adobe.com/technologies/flashlite3/">new flash lite version</a> developer edition</strong>, dowloadable for free from <a href="http://labs.adobe.com/">labs.adobe.com</a>.<br />
Remember that you can develop flash lite 3 contents only if you upgrade Flash CS3 and Device Central.<br />
More information about features and files to download you can see at <a href="http://www.flashdevices.net/2007/11/flash-lite-3-developer-edition-now.html">Bill Perry&#8217;s blog</a>.<br />
If you test this developer release in your device, <em>remember to write in <a href="http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&amp;catid=663&amp;entercat=y">Flash Lite 3 Forum</a> which device you are using</em>!</p>
<p>You can also see Flash Lite 3 application in action from <a href="http://blogs.forum.nokia.com/blog/alessandro-paces-forum-nokia-blog/s60/2007/11/02/flash-lite-3-example">Biskero&#8217;s blog</a>, very cool video!</p>
<p>Finally multidmedia announce Pandora project that is new Zinc version with new big features and optimization.<br />
New features are (from <a href="http://www.multidmedia.com/devlabs/pandora/">Pandora&#8217;s devlab</a>):</p>
<p><em>. Mac OSX Output will now be in Native Universal Binary and optimized for Mac 10.5 &#8220;Leopard&#8221;<br />
. Windows Projectors will have been specifically optimized for Vista<br />
. Windows &amp; Mac OSX Projectors almost 500% faster than Zinc 2.5 Projectors<br />
. The entire {mdm}Script API will now be 100% Modularized<br />
. Dynamic Form Creation<br />
. An extensive Custom Command SDK will be available for both Windows and Mac OSX Developers<br />
. {mdm}Script 3.0 - Completely re-written from scratch and now Unicode (UTF8/UTF16) Compliant<br />
. {mdm}Script 3.0 - Greater Similarity between Windows &amp; Mac OSX Classes<br />
. Completely New GUI on Windows &amp; Mac OSX - Screenshots available in December 2007!<br />
. Several other &#8220;Industry Firsts&#8221; to be revealed in December 2007!<br />
</em></p>
<p>Probably <strong>Zinc 3.0</strong> will go out <strong>in January 2008</strong> but a public BETA will be release in December.<br />
So take a look at <a href="http://www.multidmedia.com/">Multidmedia site</a>!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=98&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/12/02/flash-lite-3-zinc-30-new-softwares-released-this-weekend/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Japan college courses on mobile</title>
		<link>http://lucamezzalira.wordpress.com/2007/11/29/japan-college-courses-on-mobile/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/11/29/japan-college-courses-on-mobile/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 07:55:38 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[adobe software]]></category>

		<category><![CDATA[future technologies]]></category>

		<category><![CDATA[japan college]]></category>

		<category><![CDATA[mLearning]]></category>

		<category><![CDATA[mobile learning]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/11/29/japan-college-courses-on-mobile/</guid>
		<description><![CDATA[I love so much japanese people, they use technologies like no others!
Today on engadgetmobile.com I find an interesting post where in Japan they start with a new way to lear with mobile phones.
That&#8217;s is so interesting because next generations use technologies very well, they are born with mobile phones!
So I think that&#8217;s right change communication [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I love so much japanese people, they use technologies like no others!</p>
<p>Today on <a href="http://www.engadgetmobile.com/2007/11/28/college-course-via-mobile-phone-being-offered-in-japan/">engadgetmobile.com</a> I find an interesting post where in Japan they start with a new way to lear with mobile phones.<br />
That&#8217;s is so interesting because next generations use technologies very well, they are born with mobile phones!<br />
So I think that&#8217;s right change communication ways and learn ways.</p>
<p>When I went to FotB, I saw an interesting seminar made by <a href="http://richardleggett.co.uk/">Richard Legget</a> that talks about how our life will change in next years, and I think that technologies revolution start NOW.<br />
If you see what you could create with Adobe softwares, what opportunities give us new future softwares&#8230; that&#8217;s amazing!<br />
We must start to educate better people on this revolution to help old generation to catch the best opportunities that a mobile phone, a computer a device give us to have a better life.</p>
<p>My 2 cents.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/97/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/97/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lucamezzalira.wordpress.com&blog=899073&post=97&subd=lucamezzalira&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lucamezzalira.wordpress.com/2007/11/29/japan-college-courses-on-mobile/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/lucamezzalira-128.jpg" medium="image">
			<media:title type="html">lucamezzalira</media:title>
		</media:content>
	</item>
		<item>
		<title>Cryptation algorithm in Actionscript 3</title>
		<link>http://lucamezzalira.wordpress.com/2007/11/19/cryptation-algorithm-in-actionscript-3/</link>
		<comments>http://lucamezzalira.wordpress.com/2007/11/19/cryptation-algorithm-in-actionscript-3/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 08:21:53 +0000</pubDate>
		<dc:creator>lucamezzalira</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[Actionscript 3 libraries]]></category>

		<category><![CDATA[crypto function]]></category>

		<category><![CDATA[cryptography]]></category>

		<category><![CDATA[hash]]></category>

		<category><![CDATA[md5]]></category>

		<category><![CDATA[riaforge]]></category>

		<guid isPermaLink="false">http://lucamezzalira.wordpress.com/2007/11/19/cryptation-algorithm-in-actionscript-3/</guid>
		<description><![CDATA[One of my customers ask me to pass some sensible data to server with MD5 algorithm.
So I don&#8217;t know what was MD5 algorithm and I start search some news about it&#8230; I love wikipedia!
MD5 (Message-Digest algorithm 5) is a cryptation algorithm made by Professor Ronald Rivest in &#8216;90.
In this algorithm you can pass a string [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of my customers ask me to pass some sensible data to server with MD5 algorithm.<br />
So I don&#8217;t know what was MD5 algorithm and I start search some news about it&#8230; I love <a href="http://en.wikipedia.org">wikipedia</a>!</p>
<p>MD5 (Message-Digest algorithm 5) is a cryptation algorithm made by Professor Ronald Rivest in &#8216;90.<br />
In this algorithm you can pass a string to a hash function and it returns a new 128 bit hash value (a new string).</p>
<p>Surfing on web I search how it works to create an AS3 version, but I find some free libraries in <a href="http://www.riaforge.org/">riaforge.org</a> that implements<br />
this algorithm and many other!<br />
Very useful if you must pass any important data, so you can take a look at <a href="http://ascrypt3.riaforge.org/">Houser&#8217;s AS3 library</a> and <a href="http://as3crypto.riaforge.org/">Torgemane&#8217;s library</a> (I love this one).</p>
<p>For italian developers I also put a little flex example in <a href="http://flex.actionscript.it/index.php?title=MD5_algorithm">flex developers UG</a>.</p>
<p>Enjoy!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lucamezzalira.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lucamezzalira.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lucamezzalira.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lucamezzalira.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lucamezzalira.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lucamezzalira.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lucamezzalira.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lucamezzalira.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lucamezzalira.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lucamezzalira.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lucamezzalira.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lucamezzalira.wordpress.com/96/" /></a> <img alt="" border="0" src="h