Category Archives: Component
Smooth Scrolling HorizontalList
This example is based on Alex Harui’s Smooth Scrolling List. It just changes the code to work with the HorizontalList control rather than the List control. The SmoothHorizontalScrollingList class extends the HorizontalList control adding the needed functionality to allow smooth scrolling:
Custom RichTextEditor
One of the longest running post on my blog has been about creating XHTML output from the Flex RichTextEditor control. I always thought it would would be nice if someone took all the comments and suggestions for that post and created a customized control that outputs proper XTHML. Well, Axel Jenson has created such a [...]
Error #2025 – Clash between Flex 2 & Flash CS3
I got my new copy of Flash CS3 and proceeded to make a new preloader for my Flex application. I made a document Class for my CS3 file and attached a CS3 ProgressBar component. I had a public function in the Document Class for setting the progress of the Flex preloading. I dropped the SWF file [...]
Also posted in Flash, Flex 15 Comments


Screen Capture with AIR 2 NativeProcess