Question
i couldnt change source property of string with a variable :s
i have an if block, and i want to change the content of the richtext according to result of the if situation, but it doesnt accept source with a variable, or i couldnt :s
<s:RichText
x="28" y="51" width="460">
<s:text>
<fx:String id="metin" source="how to define with a variable?"/>
</s:text>
</s:RichText>
