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

<channel>
	<title>FLEX{er} &#187; Flex 3 SDK</title>
	<atom:link href="http://www.flexer.info/category/flex-3-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Tue, 04 Oct 2011 16:23:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.flexer.info</link>
  <url>http://www.flexer.info/favicon.ico</url>
  <title>FLEX{er}</title>
</image>
		<item>
		<title>FxGallery &#8211; Drupal Image Module</title>
		<link>http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/</link>
		<comments>http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:50:41 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[Flexer]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Made in Flex]]></category>
		<category><![CDATA[drupal image module]]></category>
		<category><![CDATA[drupal image module with flex]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Picasa]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1487</guid>
		<description><![CDATA[Together with our friend, Mihai Corlan (Adobe Evangelist) we released FxGallery, a Drupal Image Module. Mihai came with the challenge to build an image gallery module for Drupal and we liked it and got involved into the FxGallery project. 

FxGallery has 3 main view: Gallery View, Cover Flow View and Single View. The image module [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F03%2F19%2Ffxgallery-drupal-image-module%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F03%2F19%2Ffxgallery-drupal-image-module%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/&title=FxGallery+&#8211;+Drupal+Image+Module&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>Together with our friend, <a href="http://corlan.org/creating-drupal-modules-with-flex/" target="_blank">Mihai Corlan (Adobe Evangelist)</a> we released <a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">FxGallery</a>, a Drupal Image Module. Mihai came with the challenge to build an image gallery module for Drupal and we liked it and got involved into the <a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">FxGallery</a> project. </p>
<p><a href="http://www.flexer.info/wp-content/uploads/2010/03/fxgallery_1.jpg" target="_blank"><img src="http://www.flexer.info/wp-content/uploads/2010/03/fxgallery_1.jpg" alt="fxgallery_1" title="fxgallery_1" width="600" height="362" /></a></p>
<p><a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">FxGallery</a> has 3 main view: <strong>Gallery View</strong>, <strong>Cover Flow View</strong> and <strong>Single View</strong>. The image module can manage 3 kinds of image galleries: <strong>Flickr</strong>, <strong>Picasa</strong> and <strong>Local Gallery</strong> that is saved directly in the Drupal. In <strong>Single View</strong> there is also the possibility to add comments for the local gallery.</p>
<p>The project is kind of complex but not complex enough to use some Flex frameworks like Cairngorm. In the project we used the following libraries:</p>
<ul class="ul">
<li><a href="http://sf.net/projects/xmlrpcflash" target="_blank">XMLRPCFlash</a> – for communication between the Flex client and the Drupal back end</li>
<li><a href="http://code.google.com/p/as3flickrlib/" target="_blank">ActionScript 3 Flickr Library</a> – for connecting to Flickr</li>
<li><a href="http://code.google.com/p/picasaflashapi/" target="_blank">Picasa ActionScript 3 Library</a> – for connecting to Picasa</li>
<li><a href="http://blog.greensock.com/overwritemanager/" target="_blank">GreenSock Tweening Library</a> – for some animations</li>
<li><a href="http://code.google.com/p/as3corelib/" target="_blank">as3corelib</a> – a utility library for ActionScript 3</li>
<li><a href="http://www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/" target="_blank">DisplayShelf Flex component</a> – for the cover flow view</li>
</ul>
<p>It was great to work with Mihai and Magda on this project and we hope that we will be able to develop it even further. The things we could do next are: </p>
<ul class="ul">
<li>Port it to Flex 4</li>
<li>Add comment feature to Flickr and Picasa type of albums</li>
<li>Implement deep linking</li>
<li>Integration with Photoshop.com and other social web applications</li>
<li>Mouse gestures using Flash Player 10.1</li>
</ul>
<p>You can view a <a href="https://admin.adobe.acrobat.com/_a295153/p49576597/" target="_blank">webinar</a> held by Mihai and you can download the <a href="http://corlan.org/downloads/fxgallery/fxgallery.zip" target="_blank">module</a> and the <a href="http://corlan.org/downloads/fxgallery/FxGalleryProjects.zip" target="_blank">sources</a> from Mihai&#8217;s blog. Also a working example can be seen here: <a href="http://fxgallery.corlan.org" target="_blank">http://fxgallery.corlan.org</a>.</p>
<p>I know you&#8217;ll want to know more so follow the following links:<br />
<a href="http://myadobe.ro/2010/03/11/building-an-image-module-for-drupal/" target="_blank">http://myadobe.ro/2010/03/11/building-an-image-module-for-drupal/</a><br />
<a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/</a><br />
<a href="http://corlan.org/creating-drupal-modules-with-flex/" target="_blank">http://corlan.org/creating-drupal-modules-with-flex/</a><br />
<a href="http://fxgallery.corlan.org" target="_blank">http://fxgallery.corlan.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex SDK 3.5a is Out</title>
		<link>http://www.flexer.info/2010/02/04/flex-sdk-3-5a-is-out/</link>
		<comments>http://www.flexer.info/2010/02/04/flex-sdk-3-5a-is-out/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:40:19 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[Flex news]]></category>
		<category><![CDATA[Flex resources]]></category>
		<category><![CDATA[flex sdk 3.5]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1434</guid>
		<description><![CDATA[Together with the release of Adobe AIR 2.0 beta 2 Adobe has released Flex SDK 3.5a. The big fix is this bug (SDK-24766) &#8211; ApplicationUpdaterUI not working on Flex SDK 3.5.
From the announcement on the Official Flex Team Blog we read&#8230;.
The refreshed build, SDK 3.5a, has only a few files modified in order to fix [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F02%2F04%2Fflex-sdk-3-5a-is-out%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F02%2F04%2Fflex-sdk-3-5a-is-out%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2010/02/04/flex-sdk-3-5a-is-out/&title=Flex+SDK+3.5a+is+Out&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>Together with the release of Adobe AIR 2.0 beta 2 Adobe has released <a href="http://blogs.adobe.com/flex/archives/2010/02/update_to_flex_sdk_35_1.html" target="_blank">Flex SDK 3.5a</a>. The big fix is <a href="https://bugs.adobe.com/jira/browse/SDK-24766" target="_blank ">this bug (SDK-24766) &#8211; ApplicationUpdaterUI not working on Flex SDK 3.5</a>.</p>
<p>From the announcement on the Official Flex Team Blog we read&#8230;.</p>
<blockquote><p>The refreshed build, SDK 3.5a, has only a few files modified in order to fix this issue and this change does not affect the signing and caching of the SDK 3.5 RSLs originally released in December.</p>
<p>We encourage all developers using SDK 3.5 to upgrade their build to SDK 3.5a to continue their development.</p></blockquote>
<p>The 3.5a Flex SDK can be downloaded from <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" target="_blank">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2010/02/04/flex-sdk-3-5a-is-out/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How It&#8217;s Made &#8211; Mark Anders</title>
		<link>http://www.flexer.info/2010/01/21/how-its-made-mark-anders/</link>
		<comments>http://www.flexer.info/2010/01/21/how-its-made-mark-anders/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:40:05 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Conferences, Meetings & Events]]></category>
		<category><![CDATA[Flash Catalyst]]></category>
		<category><![CDATA[Flex 2]]></category>
		<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[Flex 4 SDK]]></category>
		<category><![CDATA[Flex Builder 3]]></category>
		<category><![CDATA[Flex IDE]]></category>
		<category><![CDATA[Flex in the world]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Flex Catalyst]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1365</guid>
		<description><![CDATA[Wednesday, 27th of January, in Bucharest, Mark Anders, the creator of Flash Catalyst will tell us how Flash Catalyst appeared and how it got done. For anyone who doesn&#8217;t know about him, Mark Anders is a major contributor for the whole Adobe Flex platform.
The meeting starts at 6 PM but we will start gather and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F01%2F21%2Fhow-its-made-mark-anders%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F01%2F21%2Fhow-its-made-mark-anders%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2010/01/21/how-its-made-mark-anders/&title=How+It&#8217;s+Made+&#8211;+Mark+Anders&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>Wednesday, 27th of January, in Bucharest, <a href="http://www.andersblog.com/" target="_blank">Mark Anders</a>, the creator of <a href="http://labs.adobe.com/technologies/flashcatalyst/" target="_blank">Flash Catalyst</a> will tell us how Flash Catalyst appeared and how it got done. For anyone who doesn&#8217;t know about him, Mark Anders is a major contributor for the whole Adobe Flex platform.</p>
<p>The meeting starts at 6 PM but we will start gather and 5:30 PM and it will be mostly an opened discussion. Mark will tell us what&#8217;s behind the scenes not only for Flash Catalyst but also for other Flex related products. </p>
<p>For registration go on MyAdobe, <a href="http://myadobe.ro/2010/01/21/how-its-made-versiunea-adobe/" target="_blank">http://myadobe.ro/2010/01/21/how-its-made-versiunea-adobe/</a> (Romanian only).</p>
<p>Hope to see you all there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2010/01/21/how-its-made-mark-anders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undefined Error in Debug Session Because of Sequence</title>
		<link>http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/</link>
		<comments>http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:10:41 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[undefined]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1215</guid>
		<description><![CDATA[If you ever got into the following error (see bellow after this paragraph) you must know how you can overcome it. 
The error is triggered only in debugging. No trace of it in the normal run. But if you need to debug and get this error it will pause the debug session and even after [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F10%2F13%2Fundefined-error-in-debug-session-because-of-sequence%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F10%2F13%2Fundefined-error-in-debug-session-because-of-sequence%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/&title=Undefined+Error+in+Debug+Session+Because+of+Sequence&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>If you ever got into the following error (see bellow after this paragraph) you must know how you can overcome it. </p>
<p>The error is triggered only in debugging. No trace of it in the normal run. But if you need to debug and get this error it will pause the debug session and even after lots of resume pressed you&#8217;ll won&#8217;t get over it because is a cyclic error.</p>
<pre>undefined
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.effects::Effect/effectStartHandler()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\Effect.as:1310]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.effects::EffectInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:580]
	at mx.effects.effectClasses::CompositeEffectInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\CompositeEffectInstance.as:172]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:150]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]
	at mx.effects::EffectInstance/finishRepeat()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\EffectInstance.as:685]
	at mx.effects.effectClasses::SequenceInstance/play()
	[C:\autobuild\3.x\frameworks\projects\framework\src\mx\effects\effectClasses\SequenceInstance.as:156]</pre>
<p>The error is triggered by Sequence and the code looks like this&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #66cc66;">&lt;</span>mx:Sequence id=<span style="color: #ff0000;">&quot;movement&quot;</span> repeatCount=<span style="color: #ff0000;">&quot;0&quot;</span> startDelay=<span style="color: #ff0000;">&quot;{delay}&quot;</span><span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:Move id=<span style="color: #ff0000;">&quot;movementUp&quot;</span> <span style="color: #0066CC;">target</span>=<span style="color: #ff0000;">&quot;{this}&quot;</span> <span style="color: #0066CC;">duration</span>=<span style="color: #ff0000;">&quot;{interval}&quot;</span> 
        yTo=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #66cc66;">/&gt;</span>
    <span style="color: #66cc66;">&lt;</span>mx:Move id=<span style="color: #ff0000;">&quot;movementDown&quot;</span> <span style="color: #0066CC;">target</span>=<span style="color: #ff0000;">&quot;{this}&quot;</span> <span style="color: #0066CC;">duration</span>=<span style="color: #ff0000;">&quot;{interval}&quot;</span> 
        yTo=<span style="color: #ff0000;">&quot;{_startYPos}&quot;</span> <span style="color: #66cc66;">/&gt;</span>
<span style="color: #66cc66;">&lt;/</span>mx:Sequence<span style="color: #66cc66;">&gt;</span></pre></div></div>

<p>What&#8217;s the problem? After trying different things on the code I noticed that instead of setting the <strong>target</strong> property of the <strong>Sequence</strong> I did set up the <strong>target</strong> of each <strong>Move</strong> item. So by removing the target from each <strong>Move</strong> and adding one to <strong>Sequence</strong> may fix the problem.</p>
<p>Another thing to check is that the sequence is called only once for the target object. If the same effect is called twice or more on the same object and the previous effect did not finished their job a conflict appears. That means that starting the effect on a event that triggers more than once (ex: <strong>updateComplete</strong>, <strong>addedToStage</strong>) will end in this error also. Try use <strong>creationComplete</strong> event instead.</p>
<p>It is important to tell you that the Flex SDK I used to test this are 3.4 and 3.5 from <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" target="_blank">Adobe Nightly Builds</a>.</p>
<p>Hope this helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/10/13/undefined-error-in-debug-session-because-of-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Quindici by Serge Jespers</title>
		<link>http://www.flexer.info/2009/08/22/project-quindici-by-serge-jespers/</link>
		<comments>http://www.flexer.info/2009/08/22/project-quindici-by-serge-jespers/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 10:38:38 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[Flex Builder 3]]></category>
		<category><![CDATA[Flex in the world]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Made in Flex]]></category>
		<category><![CDATA[Adobe MAX]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[quindici]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1056</guid>
		<description><![CDATA[If you’ve been following Serge Jesper son Twitter, you may have seen his tweets about a secret project called Quindici. Well&#8230; the project now is finalized and public&#8230; and is a widget created especially for Adobe MAX Conference.
You can see it bellow or on MAX Conference site.

You can find some interesting facts about Adobe MAX [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F08%2F22%2Fproject-quindici-by-serge-jespers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F08%2F22%2Fproject-quindici-by-serge-jespers%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/08/22/project-quindici-by-serge-jespers/&title=Project+Quindici+by+Serge+Jespers&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>If you’ve been following Serge Jesper son Twitter, you may have seen his tweets about a secret project called Quindici. Well&#8230; the project now is finalized and public&#8230; and is a widget created especially for Adobe MAX Conference.</p>
<p>You can see it bellow or on <a href="http://max.adobe.com/widget/" target="_blank">MAX Conference site</a>.</p>
<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTA5MzcxMjYxMjImcHQ9MTI1MDkzNzE*MTc3NiZwPTc3NDM3MSZkPW1heDA5d2lkZ2V*Jmc9MyZvPTVmNGIzYjZiNzE*MzQ3Mjc4NDRiZDM1YWI3NWFjYzM5JnM9d2Via2l*Y2hlbi5iZSZvZj*w.gif" /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="MaxWidget" width="400" height="400" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://max.adobe.com/widget/MaxWidget.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#869ca7" /><param name="allowScriptAccess" value="sameDomain" /><embed src="http://max.adobe.com/widget/MaxWidget.swf" quality="high" bgcolor="#869ca7" width="400" height="400" name="MaxWidget" align="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" FlashVars="crtr=1&#038;gig_lt=1250937126122&#038;gig_pt=1250937141776&#038;gig_g=3&#038;gig_s=webkitchen.be&#038;gig_crtr=1"></embed><param name="FlashVars" value="crtr=1&#038;gig_lt=1250937126122&#038;gig_pt=1250937141776&#038;gig_g=3&#038;gig_s=webkitchen.be&#038;gig_crtr=1" /></object></p>
<p>You can find some interesting facts about Adobe MAX Conference which you can tweet further, you can see video testimonials and record yourself a testimony and post it to Quindici.</p>
<p>The widget is built with Flex Builder 3 using Flex 3 SDK, ColdFusion, Flash Media Server and Photoshop.</p>
<p>Related resources:<br />
<a href="http://max.adobe.com/widget/" target="_blank">http://max.adobe.com/widget/</a><br />
<a href="http://www.webkitchen.be/2009/08/21/project-quindici-maxwidget/" target="_blank">http://www.webkitchen.be/2009/08/21/project-quindici-maxwidget/</a><br />
<a href="http://corlan.org/2009/08/21/project-quindici-finally-revealed/" target="_blank">http://corlan.org/2009/08/21/project-quindici-finally-revealed/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/08/22/project-quindici-by-serge-jespers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3.4 SDK Available &#8211; Is a Security Update for Flex SDK</title>
		<link>http://www.flexer.info/2009/08/20/flex-34-sdk-available-is-a-security-update-for-flex-sdk/</link>
		<comments>http://www.flexer.info/2009/08/20/flex-34-sdk-available-is-a-security-update-for-flex-sdk/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 22:31:34 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[Flex Builder 3]]></category>
		<category><![CDATA[Flex news]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Flex SDK]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1051</guid>
		<description><![CDATA[The 3.4 version of Flex SDK is available. An important vulnerability has been identified in Flex 3.3 SDK and earlier versions which could result in cross-site scripting. This technote explains the important vulnerability found in the previous version of the Flex SDK.
Please go to Adobe Open Source website and download the Flex 3.4 SDK version.
It [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F08%2F20%2Fflex-34-sdk-available-is-a-security-update-for-flex-sdk%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2009%2F08%2F20%2Fflex-34-sdk-available-is-a-security-update-for-flex-sdk%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2009/08/20/flex-34-sdk-available-is-a-security-update-for-flex-sdk/&title=Flex+3.4+SDK+Available+&#8211;+Is+a+Security+Update+for+Flex+SDK&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>The 3.4 version of Flex SDK is available. An <a href="http://www.adobe.com/support/security/bulletins/apsb09-13.html" target="_blank">important vulnerability</a> has been identified in Flex 3.3 SDK and earlier versions which could result in cross-site scripting. This <a href="http://kb2.adobe.com/cps/495/cpsid_49530.html" target="_blank">technote</a> explains the important vulnerability found in the previous version of the Flex SDK.</p>
<p>Please go to Adobe Open Source website and <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3">download the Flex 3.4 SDK version</a>.</p>
<p>It seems that Flex 4 SDK is not affected by this vulnerability because it uses SWFObject templates.</p>
<p>Resources:<br />
<a href="http://www.adobe.com/support/security/bulletins/apsb09-13.html" target="_blank">http://www.adobe.com/support/security/bulletins/apsb09-13.html</a><br />
<a href="http://kb2.adobe.com/cps/495/cpsid_49530.html" target="_blank">http://kb2.adobe.com/cps/495/cpsid_49530.html</a><br />
<a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3" target="_blank">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2009/08/20/flex-34-sdk-available-is-a-security-update-for-flex-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

