
September 14th, 2002, 08:26 AM
|
|
Contributing User
|
|
Join Date: Jun 2002
Location: Netherlands
Posts: 425
Time spent in forums: 1 Day 22 h 52 m 55 sec
Reputation Power: 7
|
|
|
languages in flash mx
Hi,
When loading data from a PHP/MYSQL into the flash movie only my own language(Dutch) and English are displayed properly.
Because the flash MX application must run for several languages I am currently trying to insert French content
but the fonts seem to get scrambled seriously (e.g. 'Créez la région' becomes 'Cr¡õz la r¡õgion' or something)
Anyhow, I heared about using unicode pages so I've first tried $outputstring=utf8_encode($outputstring);
This $outputstring will than be read by flash.
This didnt work, so I tried system.useCodepage = true which does work, but doesnt run on a MAC (I don't know about Linux), so I try to play save and figure out what steps I am missing in my PHP script in order to make flash read my file.
I am also using the Tahoma font in flash I case it should matter.
Help is very much appreciated!
Patrick
|