Hi,
I am trying to use subscripted text in the link name. I created a variable which shows the link name as I want to display but when I use the variable, it just shows the variable name without its contents. I am new to actionscript so any help would be appreciated.
my code is:
<mx:Script>
<![CDATA[
[Bindable]
public var myString:String ;
...