PDA

View Full Version : Special characters in XML



felipegm
September 12th, 2006, 08:49 AM
hoe can I add these characters ina XML text for loading into my flash movie?

é á ó ç â ...


Thanks

Neodroid
September 12th, 2006, 09:12 AM
Try this:

at flash file:
at first frame write:
System.useCodepage=true

at first line of you XML file write:
<?xml version="1.0" encoding="ISO-8859-1"?>

felipegm
September 12th, 2006, 09:21 AM
Thanks a lot! it works perfectly! :D