<?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-28347811</id><updated>2012-01-30T05:10:18.218-08:00</updated><title type='text'>Flex Wares</title><subtitle type='html'>Sample Components, Apps, Demos for Adobe Flex 2.0.

Everything posted here is freeware. The code is available under &lt;a href="http://www.opensource.org/licenses/mit-license.php"&gt;MIT License&lt;/a&gt;. Please do send me a note if you are using it on a public url.&lt;br&gt;
Feeds
&lt;a href="http://feeds.feedburner.com/FlexWares"&gt;Feed Burner&lt;/a&gt;,
&lt;a href="http://flexarena.blogspot.com/atom.xml"&gt;Atom&lt;/a&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anjali Bhardwaj</name><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>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-28347811.post-116227494829449032</id><published>2006-10-30T22:04:00.000-08:00</published><updated>2007-10-08T04:16:55.622-07:00</updated><title type='text'>3D Wireframe renderer for Flex</title><content type='html'>This is a 3D Wireframe renderer. It can read 3 filetypes:&lt;br /&gt;&lt;br /&gt;1. 3DS Max ASE format&lt;br /&gt;2. xml mesh data - generated by &lt;a href="http://3dfs.alpha-sigma.net/"&gt;3D Flash Studio converter&lt;/a&gt;&lt;br /&gt;3. Mesh data in the form of name,value pairs&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://anjalixz.tripod.com/renderer3d/Example3da.html"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/7587/1427/320/teapot.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;The loader and renderer are completely decoupled, you can use a different loader or a different renderer. Also the loader can be easily extended to support other file formats.&lt;br /&gt;&lt;br /&gt;The camera position, orientation is customizable.&lt;br /&gt;&lt;br /&gt;Thanks to &lt;a href="http://www.pixelnerve.com/tutorials/"&gt;Vic's 3DLib tutorial&lt;/a&gt; which I used as a starting point to develop this component. It had to be ported to AS3 first though.&lt;br /&gt;&lt;br /&gt;The 3D object can be drag rotated with the mouse. While drag/rotating, the renderer automatically drops polys to achieve a smooth drag. I have been able to get decent results with upto 25000 triangles.&lt;br /&gt;&lt;br /&gt;To use the component, place the following code in any mxml file.&lt;br /&gt;&lt;pre style="color: rgb(153, 0, 0);"&gt;&lt;span style="font-size:120;"&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;Lib3D:ASELoader id="l3" url="assets/plane.ase" objectloaded="r3.model = l3.obj;"&amp;gt;&lt;br /&gt;&amp;lt;Lib3D:Renderer3D id="r3" width="400" height="400" animate="false" scale="1.5"&lt;br /&gt; pitch="1.57" detail="high"&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;I would want to add texture mapping to this later.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://anjalixz.tripod.com/renderer3d/Example3da.html"&gt;Demo&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anjali.coderecipe.com/flexarena/wireframerenderer/WireframeRendererFlex.zip"&gt;Source&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-116227494829449032?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/116227494829449032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=116227494829449032&amp;isPopup=true' title='34 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/116227494829449032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/116227494829449032'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/10/3d-wireframe-renderer-for-flex.html' title='3D Wireframe renderer for Flex'/><author><name>Anjali Bhardwaj</name><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>34</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28347811.post-116126613894541642</id><published>2006-10-19T06:33:00.000-07:00</published><updated>2007-10-08T04:03:17.574-07:00</updated><title type='text'>Winamp on Flex</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://anjali.coderecipe.com/flexarena/winamp/Winamp.html"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger/7587/1427/320/Flexamp.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Presenting Winamp on Flex, this has been implemented completely in Flex.&lt;br /&gt;&lt;br /&gt;The Application is skinnable using any winamp classic skin. Just put the skin in the assets folder (lowercase file names please).&lt;br /&gt;It can read pls and m3u playlist. Currently supported controls are Rev, Fwd, Play, Pause, Stop, Volume.&lt;br /&gt;&lt;br /&gt;Skins can be changed on the fly by just calling the setSkin function. I have not skinned the playlist because people would want to customize it.&lt;br /&gt;&lt;br /&gt;Made this quite a while ago, but was not getting time to make it a bit robust.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://anjali.coderecipe.com/flexarena/winamp/Winamp.html"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger/7587/1427/320/Flexamp2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://anjali.coderecipe.com/flexarena/winamp/WinampFlex.zip"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The SoundPlayer class posted in the source implements play, pause, stop and error / state management. There is no UI in this class. The UI is implemented by WinampClassicUI component.&lt;br /&gt;&lt;br /&gt;Eject button does not do anything currently. Any custom code can be added to it.&lt;br /&gt;&lt;br /&gt;If there are any bugs, please just post a note and I will post a fix.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-116126613894541642?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/116126613894541642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=116126613894541642&amp;isPopup=true' title='29 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/116126613894541642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/116126613894541642'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/10/winamp-on-flex.html' title='Winamp on Flex'/><author><name>Anjali Bhardwaj</name><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>29</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28347811.post-115019221828832214</id><published>2006-06-13T02:36:00.000-07:00</published><updated>2007-10-08T04:27:18.554-07:00</updated><title type='text'>Marquee</title><content type='html'>This component can be used to put a marquee in a Flex 2.0 App.&lt;br /&gt;&lt;MARQUEE BEHAVIOR=alternate width="100%"&gt;Hello World&lt;/marquee&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;pre style="color: rgb(153, 0, 0);"&gt;&lt;span style="font-size:120%;"&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;br /&gt;&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;Marquee text="Hello World                        " width="200" /&amp;gt;&lt;br /&gt;&amp;lt;Marquee text="This is a test marquee to display the behavior"&lt;br /&gt;    direction="both" width="100" /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/mx:Application&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;a href="http://anjali.coderecipe.com/flexarena/marquee/Marquee.as"&gt;Component Code&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anjali.coderecipe.com/flexarena/marquee/MarqueeExample.swf"&gt;Demo&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-115019221828832214?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/115019221828832214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=115019221828832214&amp;isPopup=true' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/115019221828832214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/115019221828832214'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/06/marquee.html' title='Marquee'/><author><name>Anjali Bhardwaj</name><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>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28347811.post-114898843054297768</id><published>2006-05-30T04:15:00.000-07:00</published><updated>2007-10-08T04:37:36.526-07:00</updated><title type='text'>Bitmap Skinned Buttons</title><content type='html'>I was trying to make a skinnable application which had multiple buttons, but I didnt want to put a separate bitmap for each state of each button. I had one bitmap containing all the states of all buttons, something like the following.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/7587/1427/1600/cbuttons.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/7587/1427/320/cbuttons.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;I have made a custom "SkinnedButton" class which lets me use such skins. I just need to give the coordinates of the UP, DOWN, OVER and DISABLED states and an Image.&lt;br /&gt;&lt;br /&gt;The code that produces this looks like this.&lt;br /&gt;&lt;br /&gt;&lt;pre style="color: rgb(153, 0, 0);"&gt;&lt;span style="font-size:120%;"&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;br /&gt;&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" width="100%" &lt;br /&gt;    height="100%"&amp;gt;&lt;br /&gt;        &lt;br /&gt;    &amp;lt;mx:Canvas width="150" height="50" x="10" y="0"&amp;gt;&lt;br /&gt;    &amp;lt;mx:Image id="bkground" source="@Embed('background.png')"/&amp;gt;&lt;br /&gt;    &amp;lt;mx:Image id="skin" source="@Embed('cbuttons.png')" includeInLayout="false" visible="false"/&amp;gt;&lt;br /&gt;&lt;br /&gt;        &amp;lt;SkinnedButton id="bprev" x="0" y="0"&lt;br /&gt;            upX="0" upY="0" downX="0" downY="18" &lt;br /&gt;            alpha="0" skin="{skin}" backgroundImage="{bkground}" width="23" height="18" cornerRadius="5"  /&amp;gt;&lt;br /&gt;        &lt;br /&gt;        &amp;lt;SkinnedButton id="bplay" x="23" y="0"&lt;br /&gt;            upX="23" upY="0" downX="23" downY="18" &lt;br /&gt;            alpha="0" skin="{skin}" backgroundImage="{bkground}" width="23" height="18" cornerRadius="5"  /&amp;gt;&lt;br /&gt;            &lt;br /&gt;        &amp;lt;SkinnedButton id="bpause" x="46" y="0"&lt;br /&gt;            upX="46" upY="0" downX="46" downY="18" &lt;br /&gt;            alpha="0" skin="{skin}" backgroundImage="{bkground}" width="23" height="18" cornerRadius="5"  /&amp;gt;&lt;br /&gt;            &lt;br /&gt;        &amp;lt;SkinnedButton id="bstop" x="69" y="0"&lt;br /&gt;            upX="69" upY="0" downX="69" downY="18" &lt;br /&gt;            alpha="0" skin="{skin}" backgroundImage="{bkground}" width="23" height="18" cornerRadius="15"  /&amp;gt;&lt;br /&gt;            &lt;br /&gt;        &amp;lt;SkinnedButton id="bnext" x="92" y="0"&lt;br /&gt;            upX="92" upY="0" downX="92" downY="18" &lt;br /&gt;            alpha="0" skin="{skin}" backgroundImage="{bkground}" width="23" height="18" cornerRadius="15"  /&amp;gt;&lt;br /&gt;    &amp;lt;/mx:Canvas&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/mx:Application&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;a href="http://anjali.coderecipe.com/flexarena/CSButton/CSButton.zip"&gt;Code and Example&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-114898843054297768?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/114898843054297768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=114898843054297768&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114898843054297768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114898843054297768'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/05/bitmap-skinned-buttons.html' title='Bitmap Skinned Buttons'/><author><name>Anjali Bhardwaj</name><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-28347811.post-114806137118046767</id><published>2006-05-19T10:50:00.000-07:00</published><updated>2007-10-08T04:45:53.703-07:00</updated><title type='text'>Docker</title><content type='html'>This is a component to make Dockable Menus and Toolbars, similar to Microsoft Products. It looks somewhat like this.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/7587/1427/1600/Dock.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/7587/1427/320/Dock.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;There are 3 ToolBars in this example. One containing a Menu docked to the top. One floating and one docked to the bottom.&lt;br /&gt;&lt;br /&gt;The Basic organisation of a docker is like this:&lt;br /&gt;&lt;pre style="color: rgb(153, 0, 0);"&gt;&lt;span style="font-size:120%;"&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;mx:Application&amp;gt;&lt;br /&gt;&amp;lt;Docker width="100%" height="100%"&amp;gt;&lt;br /&gt;    &amp;lt;DockableToolBar id="toolbar3" width="100%" minWidth="0"&amp;gt;&lt;br /&gt;       &amp;lt;mx:MenuBar id="menubar" dataProvider="{myMenuBarData}" showRoot="false"/&amp;gt;&lt;br /&gt;    &amp;lt;/DockableToolBar&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;DockableToolBar id="toolbar" width="100%" minWidth="0"&amp;gt;&lt;br /&gt;       Toolbar Controls&lt;br /&gt;       Toolbar Controls&lt;br /&gt;       Toolbar Controls&lt;br /&gt;    &amp;lt;/DockableToolBar&amp;gt;&lt;br /&gt;&lt;br /&gt;    Other Application Elements&lt;br /&gt;&amp;lt;/Docker&amp;gt;&lt;br /&gt;&amp;lt;/mx:Application&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;a href="http://anjali.coderecipe.com/flexarena/docker/Docker.zip"&gt;Example and Source&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You need &lt;a href="http://labs.adobe.com/flexproductline/"&gt;Flex 2.0 Beta 3&lt;/a&gt; to compile and run the source.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-114806137118046767?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/114806137118046767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=114806137118046767&amp;isPopup=true' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114806137118046767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114806137118046767'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/05/docker.html' title='Docker'/><author><name>Anjali Bhardwaj</name><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>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28347811.post-114898272572697004</id><published>2006-05-18T13:42:00.000-07:00</published><updated>2006-10-19T10:12:11.696-07:00</updated><title type='text'>RichTextEditor with floating Toolbar</title><content type='html'>If you are wondering how to make the Toolbar of a RichTextEditor floating. Here's the code:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/7587/1427/1600/RTE_FloatControl.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer;" src="http://photos1.blogger.com/blogger/7587/1427/320/RTE_FloatControl.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre style="color: rgb(153, 0, 0);"&gt;&lt;span style="font-size:120%;"&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;br /&gt;&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" height="100%"&amp;gt;&lt;br /&gt;&amp;lt;mx:Style&amp;gt;&lt;br /&gt;    TitleWindow&lt;br /&gt;    {&lt;br /&gt;        backgroundAlpha: 0.9;&lt;br /&gt;        backgroundColor: #9199A4;&lt;br /&gt;        borderColor: #9199A4;&lt;br /&gt;        borderAlpha: 1.0;&lt;br /&gt;        borderStyle: "none";&lt;br /&gt;        borderThickness: 0;&lt;br /&gt;        paddingBottom: 0;&lt;br /&gt;        paddingLeft: 0;&lt;br /&gt;        paddingRight: 0;&lt;br /&gt;        paddingTop: 0;    &lt;br /&gt;    }&lt;br /&gt;&amp;lt;/mx:Style&amp;gt;&lt;br /&gt;    &lt;br /&gt;&amp;lt;mx:Script&amp;gt;&lt;br /&gt;&amp;lt;![CDATA[&lt;br /&gt;    import mx.managers.*;&lt;br /&gt;&lt;br /&gt;    private function floatControlBar() : void&lt;br /&gt;    {&lt;br /&gt;        rteControl.parent.removeChild(rteControl);&lt;br /&gt;        rteControl.addChild(DisplayObject(rte.toolbar));&lt;br /&gt;        rte.showControlBar=false;&lt;br /&gt;        mx.managers.PopUpManager.addPopUp(rteControl, rte, false);&lt;br /&gt;    }&lt;br /&gt;]]&amp;gt;&lt;br /&gt;&amp;lt;/mx:Script&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;mx:RichTextEditor id="rte" htmlText="" headerHeight="5" &lt;br /&gt;        creationComplete="floatControlBar()"/&amp;gt;&lt;br /&gt;    &amp;lt;mx:TitleWindow id="rteControl" width="325" title="ToolBar"/&amp;gt;&lt;br /&gt;    &lt;br /&gt;&amp;lt;/mx:Application&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-114898272572697004?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/114898272572697004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=114898272572697004&amp;isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114898272572697004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114898272572697004'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/05/richtexteditor-with-floating-toolbar.html' title='RichTextEditor with floating Toolbar'/><author><name>Anjali Bhardwaj</name><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>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28347811.post-114798320206340648</id><published>2006-05-18T12:56:00.000-07:00</published><updated>2006-05-22T04:41:02.540-07:00</updated><title type='text'>Phew</title><content type='html'>Finally its done. Been procrastinating for a long time.&lt;br /&gt;&lt;br /&gt;The intent of this blog is to post flex sample components, apps, demos here for public use.&lt;br /&gt;&lt;br /&gt;Everything posted on this blog can be considered freeware for use by anyone. The code is available under &lt;a href="http://www.opensource.org/licenses/mit-license.php"&gt;MIT License&lt;/a&gt; .&lt;br /&gt;Please do send me a note if you are using it on a publicly available web url (feels good to know that my work is being put to some use)&lt;br /&gt;&lt;br /&gt;I would be posting a few samples shortly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28347811-114798320206340648?l=flexarena.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flexarena.blogspot.com/feeds/114798320206340648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28347811&amp;postID=114798320206340648&amp;isPopup=true' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114798320206340648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28347811/posts/default/114798320206340648'/><link rel='alternate' type='text/html' href='http://flexarena.blogspot.com/2006/05/phew.html' title='Phew'/><author><name>Anjali Bhardwaj</name><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>11</thr:total></entry></feed>
