Re: [Flashcoders] euro symbol fight

2006-07-07 Thread Gabriel

I agree, but the question is how?

Ron Wheeler wrote:

If you want it to work
It is probably easier to do every single one than just some.

Ron


Gabriel wrote:
I access it with AMFPHP, are you saying I have to modify every single 
object returned from AMF?



thanks

Ron Wheeler wrote:
Who controls my_flash_service.php. That is the spot where the 
escaping should be done.


Ron

Gabriel wrote:
Is a good idea, but I cannot do that because, most of the data I 
get, I retrieve it from the database directly trough the ORM 
(pear), so I can't touch the data.


the way it comes is:

DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf

any idea?

thanks!
GaB

David Rorex wrote:

How about 'escaping' the text before you send to amfphp, and
'unescaping' the text after you recieve it back?

escaping = turning all non-standard characters into things like 
%12%34%56

unescaping = reverse of above process

-David R

On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:
 Does that font have the euro symbol?
 I think what you're describing could mean it doesn't have the font
 symbol...

 Serge



 thanks Bernard, but this is not the problem.

 I have a table in a database, where I write this text this 
will cost

 you 50€.

 when I retrieve this info from AMFPHP I receive the whole text 
except

 for € which cames as a square.

 thanks,
 GaB

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Ron Wheeler
Who controls my_flash_service.php. That is the spot where the escaping 
should be done.


Ron

Gabriel wrote:
Is a good idea, but I cannot do that because, most of the data I get, 
I retrieve it from the database directly trough the ORM (pear), so I 
can't touch the data.


the way it comes is:

DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf

any idea?

thanks!
GaB

David Rorex wrote:

How about 'escaping' the text before you send to amfphp, and
'unescaping' the text after you recieve it back?

escaping = turning all non-standard characters into things like 
%12%34%56

unescaping = reverse of above process

-David R

On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:
 Does that font have the euro symbol?
 I think what you're describing could mean it doesn't have the font
 symbol...

 Serge



 thanks Bernard, but this is not the problem.

 I have a table in a database, where I write this text this will 
cost

 you 50€.

 when I retrieve this info from AMFPHP I receive the whole text 
except

 for € which cames as a square.

 thanks,
 GaB

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Gabriel
I access it with AMFPHP, are you saying I have to modify every single 
object returned from AMF?



thanks

Ron Wheeler wrote:
Who controls my_flash_service.php. That is the spot where the 
escaping should be done.


Ron

Gabriel wrote:
Is a good idea, but I cannot do that because, most of the data I get, 
I retrieve it from the database directly trough the ORM (pear), so I 
can't touch the data.


the way it comes is:

DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf

any idea?

thanks!
GaB

David Rorex wrote:

How about 'escaping' the text before you send to amfphp, and
'unescaping' the text after you recieve it back?

escaping = turning all non-standard characters into things like 
%12%34%56

unescaping = reverse of above process

-David R

On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:
 Does that font have the euro symbol?
 I think what you're describing could mean it doesn't have the font
 symbol...

 Serge



 thanks Bernard, but this is not the problem.

 I have a table in a database, where I write this text this will 
cost

 you 50€.

 when I retrieve this info from AMFPHP I receive the whole text 
except

 for € which cames as a square.

 thanks,
 GaB

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Ron Wheeler

If you want it to work
It is probably easier to do every single one than just some.

Ron


Gabriel wrote:
I access it with AMFPHP, are you saying I have to modify every single 
object returned from AMF?



thanks

Ron Wheeler wrote:
Who controls my_flash_service.php. That is the spot where the 
escaping should be done.


Ron

Gabriel wrote:
Is a good idea, but I cannot do that because, most of the data I 
get, I retrieve it from the database directly trough the ORM (pear), 
so I can't touch the data.


the way it comes is:

DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf

any idea?

thanks!
GaB

David Rorex wrote:

How about 'escaping' the text before you send to amfphp, and
'unescaping' the text after you recieve it back?

escaping = turning all non-standard characters into things like 
%12%34%56

unescaping = reverse of above process

-David R

On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:
 Does that font have the euro symbol?
 I think what you're describing could mean it doesn't have the font
 symbol...

 Serge



 thanks Bernard, but this is not the problem.

 I have a table in a database, where I write this text this 
will cost

 you 50€.

 when I retrieve this info from AMFPHP I receive the whole text 
except

 for € which cames as a square.

 thanks,
 GaB

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-06 Thread Greg Fuller

Maybe you could work with the AMFPHP developers and have the sollution
become part of the distribution.  It sounds like a problem others may
have, and the AMFPHP developers are very receptive to improvements.

--Greg

On 7/6/06, Ron Wheeler [EMAIL PROTECTED] wrote:

If you want it to work
It is probably easier to do every single one than just some.

Ron


Gabriel wrote:
 I access it with AMFPHP, are you saying I have to modify every single
 object returned from AMF?


 thanks

 Ron Wheeler wrote:
 Who controls my_flash_service.php. That is the spot where the
 escaping should be done.

 Ron

 Gabriel wrote:
 Is a good idea, but I cannot do that because, most of the data I
 get, I retrieve it from the database directly trough the ORM (pear),
 so I can't touch the data.

 the way it comes is:

 DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf

 any idea?

 thanks!
 GaB

 David Rorex wrote:
 How about 'escaping' the text before you send to amfphp, and
 'unescaping' the text after you recieve it back?

 escaping = turning all non-standard characters into things like
 %12%34%56
 unescaping = reverse of above process

 -David R

 On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:
 thanks Serge
 yes, it has the symbol. And is not the embed problem...

 thanks
 GaB

 Serge Jespers wrote:
  Does that font have the euro symbol?
  I think what you're describing could mean it doesn't have the font
  symbol...
 
  Serge
 
 
 
  thanks Bernard, but this is not the problem.
 
  I have a table in a database, where I write this text this
 will cost
  you 50€.
 
  when I retrieve this info from AMFPHP I receive the whole text
 except
  for € which cames as a square.
 
  thanks,
  GaB
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 

 --
 Gabriel Belvedere

 www.antares.es http://www.antares.es
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] euro symbol fight

2006-07-06 Thread Bernard Visscher
Maybe you want to take a look at this thread: 
http://sourceforge.net/forum/message.php?msg_id=2147438 

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Namens Ron Wheeler
 Verzonden: donderdag 6 juli 2006 15:27
 Aan: Flashcoders mailing list
 Onderwerp: Re: [Flashcoders] euro symbol fight
 
 If you want it to work
 It is probably easier to do every single one than just some.
 
 Ron
 
 
 Gabriel wrote:
  I access it with AMFPHP, are you saying I have to modify 
 every single 
  object returned from AMF?
 
 
  thanks
 
  Ron Wheeler wrote:
  Who controls my_flash_service.php. That is the spot where the 
  escaping should be done.
 
  Ron
 
  Gabriel wrote:
  Is a good idea, but I cannot do that because, most of the data I 
  get, I retrieve it from the database directly trough the 
 ORM (pear), 
  so I can't touch the data.
 
  the way it comes is:
 
  DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf
 
  any idea?
 
  thanks!
  GaB
 
  David Rorex wrote:
  How about 'escaping' the text before you send to amfphp, and 
  'unescaping' the text after you recieve it back?
 
  escaping = turning all non-standard characters into things like
  %12%34%56
  unescaping = reverse of above process
 
  -David R
 
  On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:
  thanks Serge
  yes, it has the symbol. And is not the embed problem...
 
  thanks
  GaB
 
  Serge Jespers wrote:
   Does that font have the euro symbol?
   I think what you're describing could mean it doesn't have the 
   font symbol...
  
   Serge
  
  
  
   thanks Bernard, but this is not the problem.
  
   I have a table in a database, where I write this text this
  will cost
   you 50€.
  
   when I retrieve this info from AMFPHP I receive the 
 whole text
  except
   for € which cames as a square.
  
   thanks,
   GaB
  
   ___
   Flashcoders@chattyfig.figleaf.com To change your subscription 
   options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software Premier Authorized Adobe 
   Consulting and Training http://www.figleaf.com 
   http://training.figleaf.com
  
 
  -- 
  Gabriel Belvedere
 
  www.antares.es http://www.antares.es
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-06 Thread ryanm
I access it with AMFPHP, are you saying I have to modify every 
single object returned from AMF?



   Are you using UTF-8? And if not, why not?

ryanm
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-05 Thread David Rorex

How about 'escaping' the text before you send to amfphp, and
'unescaping' the text after you recieve it back?

escaping = turning all non-standard characters into things like %12%34%56
unescaping = reverse of above process

-David R

On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:
 Does that font have the euro symbol?
 I think what you're describing could mean it doesn't have the font
 symbol...

 Serge



 thanks Bernard, but this is not the problem.

 I have a table in a database, where I write this text this will cost
 you 50€.

 when I retrieve this info from AMFPHP I receive the whole text except
 for € which cames as a square.

 thanks,
 GaB

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-05 Thread Gabriel
Is a good idea, but I cannot do that because, most of the data I get, I 
retrieve it from the database directly trough the ORM (pear), so I can't 
touch the data.


the way it comes is:

DB-ORM-my_flash_service.php-AMFPHP gateway-myApp.swf

any idea?

thanks!
GaB

David Rorex wrote:

How about 'escaping' the text before you send to amfphp, and
'unescaping' the text after you recieve it back?

escaping = turning all non-standard characters into things like %12%34%56
unescaping = reverse of above process

-David R

On 7/4/06, Gabriel [EMAIL PROTECTED] wrote:

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:
 Does that font have the euro symbol?
 I think what you're describing could mean it doesn't have the font
 symbol...

 Serge



 thanks Bernard, but this is not the problem.

 I have a table in a database, where I write this text this will cost
 you 50€.

 when I retrieve this info from AMFPHP I receive the whole text except
 for € which cames as a square.

 thanks,
 GaB

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] euro symbol fight

2006-07-04 Thread Bernard Visscher
The escaped HTML Euro sign is %E2%82%AC 

So you could use something like: my_txt.htmlText = unescape(%E2%82%AC);


Greetz,

Bernard

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Namens Gabriel
 Verzonden: dinsdag 4 juli 2006 9:10
 Aan: Flashcoders mailing list
 Onderwerp: [Flashcoders] euro symbol fight
 
 Hi all!...
 
 Does anybody knows the correct path to fight against the €uro 
 symbol to be shown in a swf and retrieved from a database 
 through AMFPHP???
 
 
 thanks in advance!
 
 GaB
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-04 Thread Gabriel

thanks Bernard, but this is not the problem.

I have a table in a database, where I write this text this will cost 
you 50€.


when I retrieve this info from AMFPHP I receive the whole text except 
for € which cames as a square.


thanks,
GaB


Bernard Visscher wrote:
The escaped HTML Euro sign is %E2%82%AC 


So you could use something like: my_txt.htmlText = unescape(%E2%82%AC);


Greetz,

Bernard

  

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] Namens Gabriel

Verzonden: dinsdag 4 juli 2006 9:10
Aan: Flashcoders mailing list
Onderwerp: [Flashcoders] euro symbol fight

Hi all!...

Does anybody knows the correct path to fight against the €uro 
symbol to be shown in a swf and retrieved from a database 
through AMFPHP???



thanks in advance!

GaB
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

  


--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-04 Thread Serge Jespers

Does that font have the euro symbol?
I think what you're describing could mean it doesn't have the font  
symbol...


Serge




thanks Bernard, but this is not the problem.

I have a table in a database, where I write this text this will  
cost you 50€.


when I retrieve this info from AMFPHP I receive the whole text  
except for € which cames as a square.


thanks,
GaB


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] euro symbol fight

2006-07-04 Thread Gabriel

thanks Serge
yes, it has the symbol. And is not the embed problem...

thanks
GaB

Serge Jespers wrote:

Does that font have the euro symbol?
I think what you're describing could mean it doesn't have the font 
symbol...


Serge




thanks Bernard, but this is not the problem.

I have a table in a database, where I write this text this will cost 
you 50€.


when I retrieve this info from AMFPHP I receive the whole text except 
for € which cames as a square.


thanks,
GaB


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Gabriel Belvedere

www.antares.es http://www.antares.es
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com