tags:

views:

217

answers:

1

I'm just wonder if its possible to change States via a function in flex?

How would I go about doing this?

Thank!

+2  A: 

If its in the same component, how about this.currentState='NewState'?

Tanmay
Thanks... thats what I was looking for.
Adam