You should assign an identifier to the label, something like <mx:Label
id="myLabel"/>.

Then, in the code, you can access Label's current label by calling
'myLabel.text'.

Reply via email to