Using Chinese Characters (Kanji) In Flash
Hi,
Im relatively new to flash, and I have been trying to utilize Chinese characters in flash ( Just a few), but every time I go to a font web site to DL the characters I want ( i.e. 51fonts.com) , after opening the Zip file, all I find are regular american fonts....
I run an English/US version of Windows ME and Im figuring that the computer wont allow me to view Chinese characters . I have DL 'd the support for Chinese and Japanese patches, yet I cant seem to find the fonts once I open the .ttf file that I DL.
Can someone help me understand what I am doing wrong?
FlashKit > Flash Help > Flash Newbies
Posted on: 02-27-2002, 12:58 PM
View Complete Forum Thread with Replies
Sponsored Links:
Chinese Characters In Flash Mx
Is it possible to input chinese text characters into flash mx, I can input chinese characters into word documents etc, but the text tool in flash does not recognise the characters, is there some plugin or the like available or is it possible at all....?
View Replies !
View Related
Flash And Chinese Characters
hi there, i have some code that loads dat dymanicaly data from an mssql database.... so far, so good....
the data loaded is chinese text and if displayed on a normal html page (have to change to encoding to big5) looks perfectly normal and healthy but, famous last words, the same does no thappen in flash. flash just shows rubbish.
i've tried using the
System.useCodepage = true
and access the page from a windows chinese, and it did not work
tried a couple of more tricks and nothing, and to be honest, it's driving me nuts...
what i wnat to know is, is there any way to tell flash that is group of data is to be interpreted with the big5 enconding. sort of like we do to Internet Explorer by changing the Encoding in the view menu....
please, please help...
thanks in advance for your time and patience...
wils
View Replies !
View Related
Flash And Chinese Characters
hi there, i have some code that loads dat dymanicaly data from an mssql database.... so far, so good....
the data loaded is chinese text and if displayed on a normal html page (have to change to encoding to big5) looks perfectly normal and healthy but, famous last words, the same does no thappen in flash. flash just shows rubbish.
i've tried using the
System.useCodepage = true
and access the page from a windows chinese, and it did not work
tried a couple of more tricks and nothing, and to be honest, it's driving me nuts...
what i wnat to know is, is there any way to tell flash that is group of data is to be interpreted with the big5 enconding. sort of like we do to Internet Explorer by changing the Encoding in the view menu....
please, please help...
thanks in advance for your time and patience...
wils
View Replies !
View Related
Korean/chinese Characters In Flash
Hey guys,
i need to make flash banners in Korean and Chinese, but my Flash MX doesn't not want to recognize the characters. does anybody know how to fix this problem? how do i make
flash to recogninze foreign language? The characters show up in Photoshop and illustrator, but not in flash.
any ideas?
thanks,
-maria.
View Replies !
View Related
Chinese Characters Not Displaying In Flash
Hi all,
Am having problems displaying Simplified chinese in Flash. I have a file and I am using an xml file to hold the text externally.
I have tried embedding the simplified chinese in the text fields in the flash file, using a chinese specific font, however none of this is working any ideas?
Thanks
View Replies !
View Related
Creating A Flash Movie With Chinese Characters
Has anyone ever created a flash piece with Flash MX on a windows 2000 system but in the chinese language, I have looked it up on macromedia's site and followed the instructions to do this but it is not working. It seems very straight forward but when I go to view it, by hitting publish movie it first says the one or more fonts used by this movie are unavailable substitute fonts will be used when I go to choose substitute the font missing is gunship which has nothing to do with my chinese characters in fact I don't use that font at all in this movie but regardless this is the error that reads in the output box "Line 2: Syntax error.
有五個é_»é“åŠä¸€éƒ¨æ¬¡ä½ŽéŸ³æšè²å™¨ã€‚æ_¹æ“ šé€£æŽ¥æ–¹å¼ï¼Œå®ƒå¯ä»¥å¯ä»¥ç™¼é€å…©å€‹é_»é“㠀四個é_»é“或å…_個é_»é“的音é_»è¨Šè™Ÿã€‚如 果後部左å³ï¼ˆL/R)和ä¸_央/次é_»é“沒有充分利用(未æ’å…¥ï¼‰ï¼Œä¾‹å¦ ‚é›™é_»é“æ’_放的情æ³ï¼Œä¹Ÿä¸æœƒæœ‰ä»€éº¼å®³è ™•。如果所連接的è¨_備有RCAæ’å_”,則還 éœ€è¦æœ‰ä¸€å€‹å°åž‹æ’é__é©é…å™¨ï¼Œè©²éƒ¨ä»¶åœ ¨ç•¶åœ°Radio Shack®或任何身æ_·è²ã€å®¶é›»æˆ–é›»è…¦é›¶å”®å º—有買。
This is how it is reading my chinese characters and I even put it into a text file and did the action #include so that it would grab the external file. Any help on this or exact steps someone performed to do this themselves.
Thanks -
View Replies !
View Related
GotoAndPlay HUGE Flash BUG With Chinese Characters, Please Please Help
Hi everyone,
I discovered a huge bug in flash/actionscript that is caused by Chinese characters. Prepare yourself to see some weird things. So here is the bug:
I have a simple file that contains 3 "section" in the timeline. Each has a language assigned to it. That means for example from frame 1 to 31 it's the language ENGLISH, from frame 32 to 61 it's CHINESE, from frame 62 to the end it's KOREAN.
I only have 5 layers with 1 images and the rest is just a few text (30 characters max).
The only actionscript I have is in the frame 1 and it goes like this:
this.lang = "kr";
if (this.lang == "cn") {
this.gotoAndPlay(32);
}
if (this.lang == "kr") {
this.gotoAndPlay(62);
}
So the actionscript would be suppose to go to the frame #62 when I run the flash. When I publish the .swf from flash and it's previews it with Flash Player, everything works fine. The bug happens when I view it within a browser. Instead of going to frame #62 it goes to the frame where there is Chinese characters. If I take out the chinese characters, the bug disappears. Also if you try to remove some layers, the bug aslo disappears.
Please someone help me with this! Would it be possible to report this bug to Adobe support?
Here is the .fla that I was talking to you about: http://www.dompelletier.com/_TEMP/_Copy2_splash_banner.fla
Thank you very much!
Dominic
View Replies !
View Related
GotoAndPlay HUGE Flash BUG With Chinese Characters, Please Please Help
Hi everyone,
I discovered a huge bug in flash/actionscript that is caused by Chinese characters. Prepare yourself to see some weird things. So here is the bug:
I have a simple file that contains 3 "section" in the timeline. Each has a language assigned to it. That means for example from frame 1 to 31 it's the language ENGLISH, from frame 32 to 61 it's CHINESE, from frame 62 to the end it's KOREAN.
I only have 5 layers with 1 images and the rest is just a few text (30 characters max).
The only actionscript I have is in the frame 1 and it goes like this:
this.lang = "kr";
if (this.lang == "cn") {
this.gotoAndPlay(32);
}
if (this.lang == "kr") {
this.gotoAndPlay(62);
}
So the actionscript would be suppose to go to the frame #62 when I run the flash. When I publish the .swf from flash and it's previews it with Flash Player, everything works fine. The bug happens when I view it within a browser. Instead of going to frame #62 it goes to the frame where there is Chinese characters. If I take out the chinese characters, the bug disappears. Also if you try to remove some layers, the bug aslo disappears.
Please someone help me with this! Would it be possible to report this bug to Adobe support?
Here is the .fla that I was talking to you about: http://www.dompelletier.com/_TEMP/_Copy2_splash_banner.fla
Thank you very much!
Dominic
View Replies !
View Related
Flash Form And ASP Chinese And Nordic Characters
I'm having a problem with an application of mine in the inserting of Nordic and Asian characters. I'm using a flash application that sends data to an ms access database with an asp insert page and then reads it out via an asp page. The special characters are all coming out like ö ä (ö and ä). The problem I have is I knwo it is an encoding issue but where do I specify it? In my insert.asp page or in the Flash actionscript or both and what exactly do I put. This is driving me crazy as this application worked previously just fine. I'm enclosing my code to see if someone has an idea of what I should add and where.
Thanks in advance for the help!
David
Here is the actionscript I am using:
------------
var first_name, last_name, company, evaluators_role, years_known, stmt1, stmt2, stmt3, stmt4, stmt5, stmt6, stmt7, stmt8, stmt9, stmt10, stmt11, stmt12, stmt13, stmt14, stmt15, stmt16, stmt17, stmt18, stmt19, stmt20, comments1
submit.onPress = function(){
if(first_name.text!="" && last_name.text!="" && company.text!="" && evluators_role.value!="" && years_known.text!="" && stmt1.component!="" && stmt2.component!="" && stmt3.component!="" && stmt4.component!="" && stmt5.component!="" && stmt6.component!="" && stmt7.component!="" && stmt8.component!="" && stmt9.component!="" && stmt10.component!="" && stmt11.component!="" && stmt12.component!="" && stmt13.component!="" && stmt14.component!="" && stmt15.component!="" && stmt16.component!="" && stmt17.component!="" && stmt18.component!="" && stmt19.component!="" && stmt20.component!="" && comments1.text!=""){
myData.first_name = first_name.text
myData.last_name = last_name.text
myData.company = company.text
myData.evaluators_role = evaluators_role.value
myData.years_known = years_known.text
myData.stmt1 = stmt1.stmt1
myData.stmt2 = stmt2.stmt2
myData.stmt3 = stmt3.stmt3
myData.stmt4 = stmt4.stmt4
myData.stmt5 = stmt5.stmt5
myData.stmt6 = stmt6.stmt6
myData.stmt7 = stmt7.stmt7
myData.stmt8 = stmt8.stmt8
myData.stmt9 = stmt9.stmt9
myData.stmt10 = stmt10.stmt10
myData.stmt11 = stmt11.stmt11
myData.stmt12 = stmt12.stmt12
myData.stmt13 = stmt13.stmt13
myData.stmt14 = stmt14.stmt14
myData.stmt15 = stmt15.stmt15
myData.stmt16 = stmt16.stmt16
myData.stmt17 = stmt17.stmt17
myData.stmt18 = stmt18.stmt18
myData.stmt19 = stmt19.stmt19
myData.stmt20 = stmt20.stmt20
myData.comments1 = comments1.text
myData.sendAndLoad("insert2.asp",myData,"POST"); //asp
}
}
Response.charset="utf-8"
myData = new LoadVars()
myData.onLoad = function(){
if(this.writing=="Ok") {
gotoAndStop(2)
status.text = "Submited data was saved"
}
else status.text = "Error in saving submitted data"
}
stop()
-----------
This is the insert.asp page I am using:
<%
Option Explicit
Dim cn
Dim cmd
Dim rs
Dim stmt1, first_name, last_name, company, evaluators_role, years_known, stmt2, stmt3, stmt4, stmt5, stmt6, stmt7, stmt8, stmt9, stmt10, stmt11, stmt12, stmt13, stmt14, stmt15, stmt16, stmt17, stmt18, stmt19, stmt20, comments1
first_name = Request("first_name")
last_name = Request("last_name")
company = Request("company")
evaluators_role = Request("evaluators_role")
years_known = Request("years_known")
stmt1 = Request("stmt1")
stmt2 = Request("stmt2")
stmt3 = Request("stmt3")
stmt4 = Request("stmt4")
stmt5 = Request("stmt5")
stmt6 = Request("stmt6")
stmt7 = Request("stmt7")
stmt8 = Request("stmt8")
stmt9 = Request("stmt9")
stmt10 = Request("stmt10")
stmt11 = Request("stmt11")
stmt12 = Request("stmt12")
stmt13 = Request("stmt13")
stmt14 = Request("stmt14")
stmt15 = Request("stmt15")
stmt16 = Request("stmt16")
stmt17 = Request("stmt17")
stmt18 = Request("stmt18")
stmt19 = Request("stmt19")
stmt20 = Request("stmt20")
comments1 = Request("comments1")
Set cn = Server.CreateObject("ADODB.Connection")
cn.ConnectionString = "data_base"
cn.Open
Set cmd = Server.CreateObject("ADODB.Command")
cmd.ActiveConnection = cn
cmd.CommandType = 1
cmd.CommandText = "Insert into data (first_name, last_name, company, evaluators_role, years_known,stmt1, stmt2, stmt3, stmt4, stmt5, stmt6, stmt7, stmt8, stmt9, stmt10, stmt11, stmt12, stmt13, stmt14, stmt15, stmt16, stmt17, stmt18, stmt19, stmt20, comments1) values('" & first_name & "','" & last_name & "','" & company & "','" & evaluators_role & "','" & years_known & "','" & stmt1 & "','" & stmt2 & "','" & stmt3 & "','" & stmt4 & "', '" & stmt5 & "', '" & stmt6 & "', '" & stmt7 & "', '" & stmt8 & "', '" & stmt9 & "', '" & stmt10 & "', '" & stmt11 & "', '" & stmt12 & "', '" & stmt13 & "', '" & stmt14 & "', '" & stmt15 & "', '" & stmt16 & "', '" & stmt17 & "', '" & stmt18 & "', '" & stmt19 & "', '" & stmt20 & "', '" & comments1 & "')"
Set rs = cmd.Execute
Response.Write "writing=Ok"
cn.Close()
Set cn = Nothing
Set cmd = Nothing
Set rs = Nothing
%>
View Replies !
View Related
Chinese Characters
Hi. I'm working on a project where I need to use chinese characters.
I'm currently using the #include-command to load a text-file that is UTF-8 encoded... that's how Macromedia suggests you do it.
However: Making all textfields dynamic, and load text into them externally is kind of frustrating(takes long time), so I wonder if there is a way for you to copy-paste chinese characters into your FLA...
Or do they have another version of flash in China??
I read in the manual that comes with flashMX that maybe you could change your settings in windows (in win2000 and later):
In the Control Panel, select Regional Options and with the General tab selected, under Setting for the current user, choose a language.
I'm not very good at windows, and I need files from the Service Pack 3 cd to install new languages, but if I made this, would it be possible to copy-paste chinese characters into the fla?????
Thanks for reading this rather long message
View Replies !
View Related
Chinese Characters From Xml ...
I have been using flash and it's new feature of the unicode (chinese
characters mostly). I am having a problem though. When I am making an xml
file with both chinese and english, flash only reads the value of '?'
instead of my charaters.
The encoding I am using is "iso-8859-1" and "Big5", but neither seam to
work. Any ideas?
--backbaychef
View Replies !
View Related
Chinese Characters?
hey,
so i have been banging my head against a wall trying to get flash to export chinese characters. the fields work to handle the characters, but when i send them to php, it comes out as question marks... any ideas?
kris
View Replies !
View Related
Chinese Characters
I am working on an app with a textfield created with code. The app has a chinese language option so the user needs to be able to enter text in an input text field with chinese characters. When i enable chinese (PRC) in Windows, and i start typing and get the little character entry box. Everything seems normal, but when i have finished the entry no character displays in the box. I can enter roman characters no problem, i can paste chinese characters, i just cant write them directly in the input.
View Replies !
View Related
Chinese Or Japanese Characters
Hello,
I need someone with the ability to type in Chinese or Japanese
characters to do this:
Go to this website:
http://www.zebrasus.com/clients/FlashChat/font/
(it takes about 30 seconds to show up - there is no preloader)
Now, type some Japanese or Chinese characters into the textfield. Do
they appear? We're testing unicode support for a textfield component
that is being developed, and we just need to see if it supports
Japanese or Chinese characters.
Thanks!
Darren
View Replies !
View Related
Displaying Chinese Characters
Hi
I'm building a site that needs to show text in English or Chinese. I have a LoadVars that calls a PHP script which returns the user's country (based on IP and the ip2country database). I have a variable in action script which is used in a dynamic text field. If I switch the variable from containing English text to Chinese text, how can I make that display properly in Flash? I cant rely on the user having that font installed as the flash allows them to manually change their country.
thanks in advance for any advice
View Replies !
View Related
Chinese Characters--the Unanswered Questions
There have been quite a few messages posted to these forums requesting assistance with getting Chinese and other langauge text into Flash. It doesn't appear that any of these have been answered.
I have the same issues. Copy in Chinese that will not render as the characters in Flash, though they work fine in other graphics programs.
*** Is there anyone out there that has addressed these issues that is willing enlighten the rest of us ***
I can't imagine having to input Chinese text using a character palette. Someone throw us a bone.
Regards,
Cole
View Replies !
View Related
Animated Chinese Characters For Education
I would liketo animate a series of lines/strokes.
One by one they would draw/reveal/erase themselves over a duplicate image of the same strokes, in effect "drawing" out the pattern line by line.
i currently use a differents layer for each stroke, and reveal it on the page.
is there an alternative method to doing this?
thanks
View Replies !
View Related
Animating Chinese Characters For Education
I would liketo animate a series of lines/strokes.
One by one they would draw/reveal/erase themselves over a duplicate image of the same strokes, in effect "drawing" out the pattern line by line.
i currently use a differents layer for each stroke, and reveal it on the page.
is there an alternative method to doing this?
thanks
View Replies !
View Related
Animating Chinese Characters For Education
I would liketo animate a series of lines/strokes.
One by one they would draw/reveal/erase themselves over a duplicate image of the same strokes, in effect "drawing" out the pattern line by line.
i currently use a differents layer for each stroke, and reveal it on the page.
is there an alternative method to doing this?
thanks
View Replies !
View Related
Chinese Dynamic Characters And Alpha
Working on a legacy app that is receiving chinese characters from an XML file and inserting them into text boxes that start out life as alpha=0.
When they are relevelant, the following code either fades them in or out:
ActionScript Code:
onEnterFrame = function () {
textBox01._alpha -= 10;
if (textBox01._alpha <= 0) {
delete onEnterFrame;
}
}
I've got the font embedded with all proper character sets with Arial Regular. It works on my Mac. However, it's apparently not working on PC.
Anyone have any thoughts why? The english is working fine, it appears to be related to Chinese only.
View Replies !
View Related
CONTEXT MENU With Chinese Characters?
Here is the synopsis of the problem: I built this tool that makes use of global variables from an external .AS file for localization purposes. I have the require //!-- UTF-8 setting atop. So far all the text imported from the.as file works fine, I do see chinese characters, but when I try updating the custom context menues........all I see are "??????". What am I doing wrong? is there a way to solve this puzzle?
gaugeMenu = new ContextMenu(gaugeMenuHandler);
gaugeMenu.hideBuiltInItems();
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_viewdetails, viewDetails));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_viewrankings, fetchGaugeRanking));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_hidegauge, hideGauge));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_editgaugegroup, editGauge));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_deletegaugegroup, deleteGauge));
View Replies !
View Related
Context Menu == Chinese Characters?
Here is the synopsis of the problem: I built this tool that makes use of global variables from an external .AS file for localization purposes. I have the require //!-- UTF-8 setting atop. So far all the text imported from the.as file works fine, I do see chinese characters, but when I try updating the custom context menues........all I see are "??????". What am I doing wrong? is there a way to solve this puzzle?
gaugeMenu = new ContextMenu(gaugeMenuHandler);
gaugeMenu.hideBuiltInItems();
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_viewdetails, viewDetails));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_viewrankings, fetchGaugeRanking));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_hidegauge, hideGauge));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_editgaugegroup, editGauge));
gaugeMenu.customItems.push(new ContextMenuItem(_global.context_deletegaugegroup, deleteGauge));
View Replies !
View Related
Form With Chinese/japanese Characters
I've been having this problem for quite a while. I know that flash supports UTF characters, but when submitting a form from flash to backend CGI, the UTF characters are lost. For example,
var lv=new LoadVars();
lv.name="你好";
lv.address="地球";
v.sendAndLoad("backend.asp");
then the chinese characters become some funny characters.
what i noticed is that, if i escape chinese characters from flash, the result is different from javascript's escape function.
Does anyone know what is the problem? thanks!
View Replies !
View Related
Embedding Specific Characters For Japanese/chinese Fonts
Hi
I have a file which is reading unicode from an xml page.
I need to embed only the characters used - this includes some chinese and some japanese. I do not want to embed the entire font as the result is very very large and this is intended for a website.
I am working on a UK system.
Anyone have any solution other than installing a japanese version of flash on a japanese machine?
Thanks in advance.
View Replies !
View Related
Animate Kanji's In Flash
Hi there!
this might be a little bit loosely coupled with Flash MX, but I want to give this topic a try anyway.
Here's the thing:
I'm creating a site on learning Kanji's (Japanese characters).
I want to make for every character a small animation showing how to write them (they consist of different strokes, to make things complicated). Of course this is a hell of job since there are thousands of kanji's...
My question:
using a graphical tablet (eg) is it possible to create animations in flash for these kanji's in an ultra-swift mode?
(consider: when lifting the pen from the board, could it go to a different frame automatically or could you do this with a macro or so).
Or should i find some support through a plugin?
thanks a bunch,
Rayn
View Replies !
View Related
Kanji Tester
Hello everybody
Ok I’m designing a Test in Flash and each question can have multiple answers in both English and Japanese, What happens is when a user inputs a correct answer all the other possible correct answers are displayed on the screen for them to see.
What I was wondering was does anyone know how I can get the flash player to place the users answer at the top of the list?
Thanks a lot.
View Replies !
View Related
Kanji In A Dynamic Text Field
Last edited by Mime : 2005-04-02 at 06:19.
If I go to http://babelfish.altavista.com/translate.dyn
and copy some kanji then I can paste that into a static text field.
Where must I start please to be able to put kanji in a dynamic text field? If I try to put it in between " " in the actionscript panel it gets ignored.
Thanks. I"m in Japan and need this for a couple of items on my first site.
Cheers
View Replies !
View Related
Chinese In Flash MX
I've heard Flash MX has great multi-lingual support, but evrytime I input or copy-paste Chinese into it, it gives me question marks.
EG:
‹âs turns into ?? [Note, those without Chinese fonts may not see the text]
I even use Chinese fonts, but it only gives me the question marks in that Chinese fonts' English typeface. Macromedia's website has a screenshot of MX going with multiple languages working at the same time. I just need Flash to allow both input with Chinese and English.
I've done it before with Flash 5.
Is there anyway without script?
I use Flash MX and Windows XP Pro.
Thanks
View Replies !
View Related
Flash / XML / Chinese
I'm reading XML content into Flash8. Works all great, but it just doesn't work with Chinese Characters. The XML encoding is GB2312, the output in Flash is just random strange stuff. I tried to with embedded fonts, doesn't help but makes the file from 10kb to more 10mb
Any help appreciated
View Replies !
View Related
Flash : Chinese
Hi there,
I wrote a file upload application for a client, using the FileReference class in Flash. This application uses a PHP backend with the move_uploaded_file() function to process the file uploading to the server. When the client uploads a file with Chinese characters, it doesn't work as expected. See the image below :
How can I provide support for different encoding or different languages?
Is there some way to include language files or something?
Please post your comments. Appreciated!
View Replies !
View Related
Chinese/Japanese In Flash
Hey,
I'm trying input some chinese and japanese characters into a flash mx presentation.
I have NJStar which lets me input the characters into most programs. however, in flash, they show up in the text box as im typing but once i choose the arrow tool the characters turn into jibberish.
Anyone know if I'm missing something? Or a better way to go about this?
Thanks.
View Replies !
View Related
Chinese Text In Flash ...
I have the English version of Flash but I need to publish some text within my Flash piece in Chinese. I can type it up in something like Microsoft Word and then do a screen dump > photoshop > cut and paste combo, but is there another way ?.
Thanks,
Stephen.
View Replies !
View Related
Help About Chinese Language In FLASH.
I want to do like this in text zooming animation in a dynamic textfield.
Inside in the movieclip have another movieclip with insName of textclip consisting the dynamic textfield representing the variable "text".
here is my bodycode in the parent clip:
onClipEvent (load) {
this.textclip.text = "市场风险计量";
}
If I put a value in English text that would be working but if i put chinese it is not working. WHY?
View Replies !
View Related
Flash In Other Languages I.e. Chinese
Hi all,
I am currently working on a flash projest that imports XML.
The idea was that this would ease the translation process, which it did in languages like german french etc...
But when it come to asian languages, it doesnt display anything.
I have instaled chinese simplified and traditional, and I can see the characters well in Word and XMLSpy, but when i cut and paste a couple chars into a textfield in Flash, all I get is a bunch of ??????
Can anyone help.
Cheers
View Replies !
View Related
Chinese Text In Flash MX
Hi,
Is it possible to type chinese into flash without them being turned into question marks?
Whenever i try to type it, i turns into this "????" instantly. I know that it is possible to type chinese into some other programs like a text file, and then load it into a dynamic text box. But is there a way to directly type chinese in Flash MX into... lets say... a static text box?
Or is there any settings/options in flash that i need to configure, or any plugins that allows chinese text input?
Thanks.
View Replies !
View Related
Chinese Text In Flash
What is the quickest (simple) way to place Chinese into a dynmic text... I am helping this girl I know- why can't I have her upload a .txt saved as UTF-8 onto the host, create a font library item w/ the correct font she used and dynamically load chinese???
Any thoughts??? Sorry if I am way off on this...
-B
View Replies !
View Related
Flash, XML And Simplified Chinese
yo.
i need to have an XML file with 2 version of text, english and simplified chinese, then I need to load this into flash and display the correct language depending on user selection.
2 questions, firstly will including simplifed chinese within my XML cause any hassles? and secondly what do I do about fonts, do I embed, or is there some way of forcing the browser to install a language pack, or just assume that it is already installed...
any tips would be great, coz i dont have a clue!!
cheers people
vinnie
View Replies !
View Related
Flash MX To Display Chinese Wordings
http://www.enterprisedotnet.biz/
i am having some problem with displaying chinese word
(currently developing with Chinese Star 97, with Flash MX)
customer cannot see the wording of the company name because it become "ET" wording, instead of Proper chinese.
with some chinese support, you will able to see the company name well.
is there any way to solve the proble, except change the wording to become image?
regards,
weipin
wpchin@tm.net.my
weipin
View Replies !
View Related
How To Embed Chinese Font In Flash
hai to all..
hai am working a music site which has 3 languges(eng, Simplified Chinese, Traditional Chinese). All the contents Loading from XML.. Every thing working Properly.. Here my Problem is am using one Chinese Font(Simsun). Which should be Embed in Flash, if i give embedFonts=true Nothing show in swf . Please help me any one.. using Flash 8 as 2.
I have to embedfonts then only i can use some Property like _rotation ,_alpha etc..
Thanks ..
Jasil K M (india)
View Replies !
View Related
|