I'm not too familiar with the php side of things, but this seems like a URI encoding issue. Any special characters should be encoded to be used in a URLRequest, for example: unencoded: particularização.xml encoded: particulariza%C3%A7%C3%A3o.xml Flex provides encodeURI() and decodeURI() top level functions for this, and php should have similar. HTH, Ryan
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of gabriela.perry Sent: Wednesday, October 29, 2008 10:47 AM To: [email protected] Subject: [flexcoders] File name issue (php created file) Hi. Probably this is not a Flex problem, but, if someone can point me to a link, a hint, anything... I allready wasted my day on this. I'm loading xmls file using URLLoader. These files are created and edited on Flex, and saved on the server by a php script. If the file has no special caracters on its name, then it's ok. But if I save the file as "particularização.xml", then it doesnt loads anymore. I tried utf8_decode / utf8_encode on the php script, but it didnt work... Tanx in advance for any tip :0) gabi This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

