TimMontreal
Programmer
I currently have a php page which gets results from my MySQL database and is loaded into my Flash document using "loadVars".
Everything works fine but if one of the characters is a special character (for examply my data is french so characters such as à or é) do no show up so instead of displaying "Québec" my flash page is displaying "Qubec".
Any suggestions, I have tried adding:
system.useCodepage=true
to the first frame of my movie (I dont know why, it was a solution I found online that didn't work).
To view what my php outputs at the moment you can see the output statement at:
Any help would be greatly appreciated!
Tim
Everything works fine but if one of the characters is a special character (for examply my data is french so characters such as à or é) do no show up so instead of displaying "Québec" my flash page is displaying "Qubec".
Any suggestions, I have tried adding:
system.useCodepage=true
to the first frame of my movie (I dont know why, it was a solution I found online that didn't work).
To view what my php outputs at the moment you can see the output statement at:
Any help would be greatly appreciated!
Tim