Flex Wares

Sample Components, Apps, Demos for Adobe Flex 2.0. Everything posted here is freeware. The code is available under MIT License. Please do send me a note if you are using it on a public url.
Feeds Feed Burner, Atom

Tuesday, June 13, 2006

Marquee

This component can be used to put a marquee in a Flex 2.0 App.
Hello World
Example:

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*">

<Marquee text="Hello World " width="200" />
<Marquee text="This is a test marquee to display the behavior"
direction="both" width="100" />

</mx:Application>

Component Code
Demo