<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-36306144</id><updated>2011-11-27T18:29:21.962-06:00</updated><category term='flash'/><category term='mp3'/><category term='SQL 2005'/><category term='Internet Explorer'/><category term='actionscript'/><category term='java'/><category term='coldfusion'/><category term='flex'/><category term='fms'/><category term='skinning'/><title type='text'>FlexDojo</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-36306144.post-5062403160550257952</id><published>2009-04-06T14:29:00.001-05:00</published><updated>2009-04-06T14:34:50.967-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='actionscript'/><title type='text'>Today I discovered the "parseNumberString()" function.</title><summary type='text'>I have a textInput that is a formatted currency value. I needed to convert it to a number for calculations. I could have used a regular expression to remove the currency formatting characters. But then I found the "parseNumberString()" function.        Flex help says the parseNumberString() extracts a number from a formatted String. It examines the string from left to right and returns the first </summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/5062403160550257952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=5062403160550257952' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/5062403160550257952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/5062403160550257952'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2009/04/today-i-discovered-function.html' title='Today I discovered the &amp;quot;parseNumberString()&amp;quot; function.'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-1019703408069240525</id><published>2009-01-09T09:34:00.001-06:00</published><updated>2009-01-09T10:03:55.336-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='skinning'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><title type='text'>The answer to my Flex 3 / Flash CS4 skinning question</title><summary type='text'>Thanks to Juan Sanchez for providing me the solution when he commented on my previous blog post. He wrote...  "Try using a ClassReference for the Image source that references the skin class name in your SWC instead: http://scalenine.com/blog/2008/07/08...r-flash-skins/source: ClassReference("Image_source");"It worked perfectly!!!So the CSS now looks like this:  Button { skin: Embed(skinClass="</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/1019703408069240525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=1019703408069240525' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/1019703408069240525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/1019703408069240525'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2009/01/answer-to-my-flex-3-flash-cs4-skinning.html' title='The answer to my Flex 3 / Flash CS4 skinning question'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-7429877273042503524</id><published>2009-01-08T12:26:00.000-06:00</published><updated>2009-01-08T17:38:49.285-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='skinning'/><category scheme='http://www.blogger.com/atom/ns#' term='actionscript'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><title type='text'>I need help with Flex skinning using Flash CS4</title><summary type='text'>   I am learning how to create skins for my Flex apps in Flash CS4 and I'm finding there's multiple ways to do so.    In Flex 2 you would use ActionScript to embed a SWF that contains the skins for you app. You can do the same in Flex 3, but Adobe added the "Import Skin Artwork" feature which imports a SWC, not a SWF.    What I am trying to figure out is how to set the source of an &lt;image&gt; tag to</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/7429877273042503524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=7429877273042503524' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/7429877273042503524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/7429877273042503524'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2009/01/i-need-help-with-flex-skinning-using.html' title='I need help with Flex skinning using Flash CS4'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-6608888480155148036</id><published>2009-01-05T16:29:00.001-06:00</published><updated>2009-01-05T17:04:47.441-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='skinning'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><title type='text'>Unable to transcode xxx.swf</title><summary type='text'>Let me start by saying I’m an experienced Flex developer, but a Flash CS4 newbie.  I want to begin using Flash CS4 to create asset libraries that will be used to skin my flex apps. After creating a test swf containing some assets, I tried embedding the swf in a Flex 3 app and kept getting this error - “Unable to transcode xxx.swf.” I spent an entire day trying to resolve the problem. I searched </summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/6608888480155148036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=6608888480155148036' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/6608888480155148036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/6608888480155148036'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2009/01/unable-to-transcode-xxxswf.html' title='Unable to transcode xxx.swf'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-7360759408641795000</id><published>2008-10-15T12:49:00.001-05:00</published><updated>2008-10-15T15:27:22.453-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion'/><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='mp3'/><title type='text'>mp3Manager.cfc for updating ID3 tags with coldfusion</title><summary type='text'>I needed to modify MP3 ID3 tags on our server with Coldfusion. To do so I downloaded three different Java mp3 libraries. One did not work at all, the other two would read the ID3 tags but not update the data.  Frustrated, I went on the prowl again for another library and I found MyID3: a Java ID3 Tag Library. You will also need to download the Jakarta Regexp and Nanoxml jars as well.  Thank you </summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/7360759408641795000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=7360759408641795000' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/7360759408641795000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/7360759408641795000'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2008/10/mp3managercfc-for-updating-id3-tags.html' title='mp3Manager.cfc for updating ID3 tags with coldfusion'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-4400041147587165395</id><published>2008-09-26T16:48:00.001-05:00</published><updated>2008-09-26T17:06:40.749-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Explorer'/><title type='text'>“IE8 Compatibility Mode carries over the "darkened PNG" issue”  - Please vote on my post!!!</title><summary type='text'>IE8 beta 2 still has some PNG compatibility issues – specifically the "darkened PNG" issue.  Simply put, Internet Explorer darkens PNG images. If you view the same PNG image in Firefox, Opera, Safari, and Google Chrome, the colors are consistent across browsers, except for IE. Since IE8 is supposed to resolve many CSS compatibility issues, I would hope the "darkened PNG" issue would be resolved </summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/4400041147587165395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=4400041147587165395' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/4400041147587165395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/4400041147587165395'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2008/09/ie8-compatibility-mode-carries-over-png.html' title='“IE8 Compatibility Mode carries over the &amp;quot;darkened PNG&amp;quot; issue”  - Please vote on my post!!!'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-7137232886107259927</id><published>2008-07-01T15:14:00.001-05:00</published><updated>2008-07-01T17:09:43.075-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL 2005'/><title type='text'>SQL Server 2005 PIVOT Operator</title><summary type='text'>For my current project I needed to convert rows of data to columns. I learned how to do this with the SQL Server 2005 PIVOT Operator.  Here's the original code... SELECT p.user_id, pit.data_name, pi.item_valueFROM profile pJOIN profile_item pi ON pi.profile_id = p.profile_idJOIN profile_item_type pit ON pit.profile_item_type_id = pi.profile_item_type_id  AND pit.data_name in ('age','gender','</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/7137232886107259927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=7137232886107259927' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/7137232886107259927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/7137232886107259927'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2008/07/sql-server-2005-pivot-operator.html' title='SQL Server 2005 PIVOT Operator'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-4003437668075392378</id><published>2007-08-27T11:20:00.002-05:00</published><updated>2008-07-01T17:24:06.939-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><title type='text'>My Netvibes Flex Tab</title><summary type='text'>My Netvibes Flex Tab is a collection of Adobe Flex feeds.
To add it to you Netvibes account click the image below.
 </summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/4003437668075392378/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=4003437668075392378' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/4003437668075392378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/4003437668075392378'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2007/08/my-netvibes-flex-tab.html' title='My Netvibes Flex Tab'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-3199357551694779362</id><published>2007-06-15T16:42:00.002-05:00</published><updated>2008-07-01T17:24:28.231-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><title type='text'>How to change focus with the enter key</title><summary type='text'>Here is a simple Flex app that shows how to change the focus of of several textInput components with the enter key. The one thing I have not yet figured out is why, after the Alert window is closed, the focus jumps back to the login button instead of the "fullName" text input field.
enterKeyTest.mxml
&lt;?xml version="1.0"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*"&gt;
</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/3199357551694779362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=3199357551694779362' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/3199357551694779362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/3199357551694779362'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2007/06/how-to-change-focus-with-enter-key_15.html' title='How to change focus with the enter key'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-3939998633683782673</id><published>2007-04-25T15:30:00.002-05:00</published><updated>2008-07-01T17:24:52.896-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='fms'/><title type='text'>FMS - What I'm Learning about Client and Server Scripts</title><summary type='text'>I have an MXML/AS3 component that calls some remote FMS1 methods, which works well. However, the client callbacks are not working. 

Being an FMS newbie, I'm wondering if this is an AS2/AS32 issue. So, I turned to the O'Reilly book Programming Flash Communication Server to learn more.
In the pursuit of getting client callbacks to work, here is some of what I've learned about FMS and client </summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/3939998633683782673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=3939998633683782673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/3939998633683782673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/3939998633683782673'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2007/04/fms-what-i-learning-about-client-and.html' title='FMS - What I&amp;#39;m Learning about Client and Server Scripts'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-5148402296816005033</id><published>2007-04-13T14:02:00.002-05:00</published><updated>2008-07-01T17:25:07.108-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><title type='text'>Multiple "effectEnd" events from a parallel effect</title><summary type='text'>I created a parallel effect with AS3...

var zoom:Zoom = new Zoom();
zoom.easingFunction = Exponential.easeIn;
zoom.duration = 1500;
zoom.zoomHeightFrom = 0.0;
zoom.zoomHeightTo = 1.0; 

var fade:Fade = new Fade();
fade.easingFunction = Exponential.easeIn;
fade.alphaFrom = 0;
fade.alphaTo = 1;
fade.duration = 1500; 
msgEffect = new Parallel();
msgEffect.targets = effectsArray;
msgEffect.addChild(</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/5148402296816005033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=5148402296816005033' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/5148402296816005033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/5148402296816005033'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2007/04/multiple-events-from-parallel-effect_2871.html' title='Multiple &amp;quot;effectEnd&amp;quot; events from a parallel effect'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-6155066141285227815</id><published>2007-04-11T11:01:00.001-05:00</published><updated>2008-07-01T17:25:21.066-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><title type='text'>Fading buttons and embedded fonts</title><summary type='text'>To apply a fade effect to text you must use embedded fonts. I was going nuts trying to use an embedded font with buttons so the applied fade effect would work. After several failed attempts I found this post (thanks Jesse!).

In short, create a style that looks like this...
Button
{
embedFonts: true;
fontWeight: normal;
fontSize: 22;
fontFamily: YourEmbeddedFont;
}

</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/6155066141285227815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=6155066141285227815' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/6155066141285227815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/6155066141285227815'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2007/04/fading-buttons-and-embedded-fonts.html' title='Fading buttons and embedded fonts'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36306144.post-116127592712556818</id><published>2006-10-19T11:38:00.001-05:00</published><updated>2008-07-01T17:25:29.686-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><title type='text'>Adobe Flex 2.0 » VideoDisplay Borders - Part I</title><summary type='text'>Rectangular borders are no problem for the Flex "VideoDisplay" component. However, radiused borders seem to be.

VideoDisplay is a composite component; An Actionscript class that extends UIComponent and adds a child "flash.media.Video" component. It contains a method named "createBorder()" that loads a border skin and adds it as a child underneath all other child components...

addChildAt(</summary><link rel='replies' type='application/atom+xml' href='http://flexdojo.blogspot.com/feeds/116127592712556818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36306144&amp;postID=116127592712556818' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/116127592712556818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36306144/posts/default/116127592712556818'/><link rel='alternate' type='text/html' href='http://flexdojo.blogspot.com/2006/10/adobe-flex-20-videodisplay-borders.html' title='Adobe Flex 2.0 » VideoDisplay Borders - Part I'/><author><name>Chris Simeone</name><uri>http://www.blogger.com/profile/10155310335617849983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
