actionscript 3 - Using a variable in multiple views -


i'm working flash builder (flex) , wanna assign value variable in view , use variable in other views. problem when define example array in 1 view it's undefined in other views , cant use value of variable in functions. whats solution?

you have create reference view has variable in other view . make sure variable public , bindable.


Comments