Flash URL encode problem
Flash URL encode problem
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- unfittoprint0
Hmmm... If it was a php file I would have to use urlencode before sending it to flash. For an XML file I use utf-8 encoding. Portuguese characters like á, à, é, õ, ã, ç, etc... only appear like that.
I would advise you to use an XML file instead. It would be a pain if you had to substitute those charactes for the their urlencoding version...