Flash spec. chars HELP!!!
Flash spec. chars HELP!!!
Out of context: Reply #9
- Started
- Last post
- 18 Responses
- System-Idle0
in flash you can use the unicode eq:
var from db to flash
&r_sign='\u00AE'in flash:
myTextField.htmlText=r_sign
in flash you can use the unicode eq:
var from db to flash
&r_sign='\u00AE'
in flash:
myTextField.htmlText=r_sign