"&" in dynamic text field / Flash
"&" in dynamic text field / Flash
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- 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.