Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
YPAJIE #1
how to handle special characters
hi guys,
im workin on a project which require integration between mysql - xml - flash.
but im stuck with special characters (like ' " - &)which always appear as boxes
(?) in flash dynamictext although i have turn on html rendering capability.
The strangest thing is the characters is readable when i open the xml document
in notepad or directly open from mysql via phpMyAdmin
Please help
-ajie
YPAJIE Guest
-
how to handle special characters?
hi guys, im workin on a project which require integration between mysql - xml - flash. but im stuck with special characters (like ' " - &)which... -
#24934 [Opn->Bgs]: create_text_node() does not handle special characters
ID: 24934 Updated by: rrichards@php.net Reported By: tony at marston-home dot demon dot co dot uk -Status: Open... -
#24934 [Fbk->Opn]: create_text_node() does not handle special characters
ID: 24934 User updated by: tony at marston-home dot demon dot co dot uk Reported By: tony at marston-home dot demon dot co dot... -
#24934 [Opn->Fbk]: create_text_node() does not handle special characters
ID: 24934 Updated by: rrichards@php.net Reported By: tony at marston-home dot demon dot co dot uk -Status: Open... -
#24934 [NEW]: create_text_node() does not handle special characters
From: tony at marston-home dot demon dot co dot uk Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: DOM XML... -
ClauĞio - Flash Developer - www.websigns.com.ar - #2
Re: how to handle special characters
to the sources...
[url]http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm[/url]
else u can use this function in your first frame:
System.useCodepage=true; //flash mx2004
this function make your code shows them.
ClauĞio - Flash Developer - www.websigns.com.ar - Guest
-
puterart1 #3
Re: how to handle special characters
In your PHP code try escaping the text before you send it out to Flash. This
will output the text as URL encoded text and I don't believe you will need to
unescape it when it comes into flash. To do this in ASP all you would need to
do is escape(string) and you're set. Not sure what the PHP function is.
puterart1 Guest
-
apodkolinska #4
Re: how to handle special characters
Make sure your XMLs are set to UTF-8, that might also be causing problems.
apodkolinska Guest



Reply With Quote

