Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
lordali #1
UTF support in SWF
Hi,
I have a question. Do we have UTF support in Flash MX 2004 Or in Flex 2?
Like I want to type language in Arabic and want to see in SWF. Will it
support UTF code to display it.? Because dream weaver is displaying properly
but when I used Flash MX 2004 its not.
Any one help please
Thanks
lordali Guest
-
Does FMS 2 support UDP?
Hello all, I'm looking for some clarification here - I'm a Director developer and sending info across the network with UDP instead of a reliable... -
Does FMS support JSP?
JSP, Servlet or J2EE?:confused; -
CSS support in DW
I'm just wondering if there is a way to hide certain CSS rules from dreamweaver. I'm using a few hacks to compensate for bugs in different... -
I want FMS support P2P.
In the next version, can we get the function? -
UTF-8 Support
I'm using FileIO to import a text file, after which I process it in certain ways and use FileIO to export the text to a new text file. This works... -
PaulH **AdobeCommunityExpert** #2
Re: UTF support in SWF
lordali wrote:
unicode support in flash/flex? yes. RTL support in the flash player? nope.> I have a question. Do we have UTF support in Flash MX 2004 Or in Flex 2?
PaulH **AdobeCommunityExpert** Guest
-
poonamsheth #3
Re: UTF support in SWF
The String data type represents a sequence of 16-bit characters. Strings are
stored internally as Unicode characters, using the UTF-16 format.
By default, text encoding is in the UTF-8 format. You can change the encoding
to other formats (ISO, ASCII, UTF-16, and so on) as needed.
You can use the UTF-8 encoding format to ensure maximum platform
compatibility. UTF-8 provides a unique number for every character in a file,
and it is platform-, program-, and language-independent. If you specify an
encoding format, it must match the file encoding you use.
poonamsheth Guest



Reply With Quote

