Flash URL encode problem
- Started
- Last post
- 5 Responses
- tomkat
another one of those very strange flash problems..
I'm reading from a textfile, loading with loadVariables() and then splitting into an array..
the problem:
flash won't give me all of the special characters although the text is written in URL encode..strangely the "&" will appear , but the german "ö,ü,ä,Ö,Ü,Ä" will not show...
solutions?
thanks,
- 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...
- tomkat0
yeah.. that could solve the problem, maybe..
but i don't get it.. i've done it several times in FlashMX like this..
could it be a bug in MX 2004..?
- unfittoprint0
* stop the press!
- tomkat0
unfittoprint .. mad respect for your flash skills and quick responses..
i hereby declare that from now on you shall be called :
unfittoprintMX
=)
- unfittoprint0
:'-)