"&" in dynamic text field / Flash
"&" in dynamic text field / Flash
- Started
- Last post
- 2 Responses
- armed_rob
I'm using a "&" in a .txt file i'm loading into a dynamic text field in Flash... but if I just write the"&" Flash dont show it (it just stops the txt were the "&" is...)
Anyone got a code or som'thing?
- rabattski0
because the & in such a txt file is used to define a new variable. what you can do is urlencode it and urldecode it in flash. & becomes %26 (coded) and & decoded.
- armed_rob0
%26 it is!!!
THANX!