Flash IDE Inspired Flex 4 Timeline Component
Here’s a little demo of a Flex 4 component i wrote that displays a Flash IDE-like timeline for any SWF you load into it. The timeline data is reconstructed by as3swf (i discuss how that works in a previous blog post, SWF Timeline Reconstruction with as3swf). The timeline is not interactive in this demo, and only the root timeline is shown.
The component is a subclassed Spark List with a custom virtual layout and item renderer, capable of rendering SWF timelines with a lot of frames/layers in a high performance and memory efficient way.
I have no plans to publish the source code anytime soon, but in case you are interested in using this or anything related in your own projects, please feel free to contact me for licensing/consulting.
November 9th, 2010 at 17:01
Respect, very good.
keep it up
February 25th, 2011 at 06:12
Very nice component. I`m interested in the source code. Maybe you can send it to markus_gritsch@gmx.de .
April 17th, 2011 at 16:08
Been working on a timeline component inside of Flex for a little while now, more for a generic approach on placing assets in a time based fashion, interested in seeing your source?
April 18th, 2011 at 10:31
@ty mine is not generic at all – very specific to simulating the Flash IDE timeline, so it probably won’t help you anyways (i still have no plans to release the sources)