Flash help - Getting a £ to display?

Hopefully one of you will be able to help with this...

How do I get a £ to display using XML & Flash? I can't get it to work!

I've tried both &pound and £ and neither work.. I'm now at a loss :thinking:

HELP!

Cheers

matt

Are you using the correct char code?

In your example "&pound" you haven't added the semicolon...are you using "£" in the code?
 
What encoding are you using in your XML file?

<?xml version="1.0" encoding="iso-8859-1"?>

Is the encoding :)

Are you using the correct char code?

In your example "&pound" you haven't added the semicolon...are you using "&pound;" in the code?

Yeah, was using the semi colon, just a typo on here :)



Will take a look now :)
 
Just change the encoding to UTF-8/Unicode, I highly doubt it will effect anything else.
 
Back
Top