Marquee
This component can be used to put a marquee in a Flex 2.0 App.
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