Hello. I have very simple problem, which I cannot solve. How can I pass variables from actionscript to mx code.
For example:
var myText:String = "I am beginner";
...
<mx:Label text="{myText}/>
I know {myText} doesn't work, but I hope you got my point. How can I do this?

