Flash string special chars..
Flash string special chars..
- Started
- Last post
- 1 Response
- sauerbraten
i seem to not be able to have pretty quote marks in a string, which i'm passing to a text field.. is this possible? or with any special characters?
URL encoding doesn't work, it will just display %25 etc..
thoughts?
- _b_0
ampersand + "quot" + semicolon
(pvn won't let me put in ascii chars)
you may need to make the text field html, and set its .htmlText (rather than its .text)