
Signature
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
1. Perhaps I am not following this.
Is it this.g_title and this.g_text ?
>> They're variables taken from the results of the PHP file:
g_title$current=$row and g_text$current=$row
2. Does trace show the accents?
trace (this) or trace (this.g_title) and trace (this.g_text)
>> Can't use trace since the datas coming from the database cannot be shown
when exporting the swf locally.
3. Are you including all characters in the TextField if you selected to
embed fonts? French characters may need to be embedded.
>> Yep, I even try to include them all... Doesn't work.
4. Does the Font allow those types of characters?
>> The font I use is the mighty Helvetica ;-) so, yes, it contains all the
characters of the world! H?h, don't know what to do...
Motion Maker - 21 Apr 2006 14:50 GMT
It seems to me either they are not getting to Flash or if they are, the
TextField is not configured to show them.
Other than the usual debugging isolation techniques I suggested, the last of
which is to be sure you are receiving urlencoded data with the characters
you need using a trace statement, you may want to try the Flash General
forum for a question on how to display the characters you want in a
TextField.
>> Can't use trace since the datas coming from the database cannot be shown
when exporting the swf locally.
Do you have a local server with the database set up for testing?
If you do then you should be able to access the database with Test->Movie. I
do it all the time and have different lines in the app's configuration
server script depending on where they are located to have the correct
access.

Signature
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
1. Perhaps I am not following this.
Is it this.g_title and this.g_text ?
>> They're variables taken from the results of the PHP file:
g_title$current=$row and g_text$current=$row
2. Does trace show the accents?
trace (this) or trace (this.g_title) and trace (this.g_text)
>> Can't use trace since the datas coming from the database cannot be shown
when exporting the swf locally.
3. Are you including all characters in the TextField if you selected to
embed fonts? French characters may need to be embedded.
>> Yep, I even try to include them all... Doesn't work.
4. Does the Font allow those types of characters?
>> The font I use is the mighty Helvetica ;-) so, yes, it contains all the
characters of the world! H?h, don't know what to do...