A count down timer component
FlexOn a project I am working on, I needed a count down timer. The first iteration was just built into the MXML file that needed the counter, but I soon wanted/needed to use this in other places. I also need more control over the layout so I decided to make this a component.
One thing I am finding about making this a component is that the code is much cleaner now and actually smaller that the original inline timer I made. I released this last night and realized that it has some bugs, but I have fixed those. I am including a MXML app that uses the counter so you can see it in action.
To change where it starts, just change the minutes attribute and there you go.
You are free to use this however you see fit.





Loading....