Flash : Multi Language
Hi,
i would like to have a multi language flash animation. for that i use String Panel and Dynamic texts.
in the help it is written the following thing to have a custom control on language selection.
Code:
import mx.lang.Locale; Locale.setFlaName("<flaFileName>"); Locale.setDefaultLang("langcode"); Locale.addXMLPath("langcode", "url/langcode/flaname_langcode.xml");
this is 1 issue : mx.lang.Locale does not exist as library.
as my flash animation will be on internet, user should be able to select alone the default language. is there someone here who has experience with this topic ?
thanks a lot,
A.
FlashKit > Flash Help > Actionscript 3.0
Posted on: 02-03-2008, 02:29 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Flash : Multi Language
Hi,
i would like to have a multi language flash animation.
for that i use String Panel and Dynamic texts.
in the help it is written the following thing to have a custom control on language selection.
Code:
import mx.lang.Locale;
Locale.setFlaName("<flaFileName>");
Locale.setDefaultLang("langcode");
Locale.addXMLPath("langcode", "url/langcode/flaname_langcode.xml");
this is 1 issue : mx.lang.Locale does not exist as library.
as my flash animation will be on internet, user should be able to select alone the default language.
is there someone here who has experience with this topic ?
thanks a lot,
A.
Flash : Multi Language
Hi,
i would like to have a multi language flash animation.
for that i use String Panel and Dynamic texts.
in the help it is written the following thing to have a custom control on language selection.
Code:
import mx.lang.Locale;
Locale.setFlaName("<flaFileName>");
Locale.setDefaultLang("langcode");
Locale.addXMLPath("langcode", "url/langcode/flaname_langcode.xml");
this is 1 issue : mx.lang.Locale does not exist as library.
as my flash animation will be on internet, user should be able to select alone the default language.
is there someone here who has experience with this topic ?
thanks a lot,
A.
Multi Language SUPORT In Flash,.. ?
Does anybody know something about multi language suport in flash,.. because I need some slovenian (or serbian,.. it's same thing ) characters,..
The main problem is,. when I imoport text,.. with slovenian charecters,.. Flash replece it,.. with some characters like È Æ è æ ,... why,..
Does,.. anybody know the answer,..
m.
Multi Language?
Hey
I have a multi language option to allow German, Spanish etc, but also Korean, Chinese, Japanese. These are accesed through dynamic text boxes from .xml files. When the .xml file opens in a browser, the characters appear fine, although within Flash, a few random numbers come up, but with none of the text. I've done a search to see what I'd done wrong. I've placed the "encoding="utf-8" ?> " at the top of the .xml, although still not joy.
Does anyone know of a solution to this, as Macromedias website says it should work?
Thanks
(has been tested on two computers, still doesn't work)
Dave
Multi Language
In my main movie I have a menu witch is a movie clip and it loads external movies. The problem is: I want to have another menu in the same place but with a different language, this menu should load the same external movies but in another language.
How is the best way to do that! I know I need to have a button that will call the new menu, (exp. English / Portuguese), but I don’t know the best way to do that! Is it with a unload movie and load movie action or is there an easier way!
Here is the site and the menu is still with only one language!
http://rgportfolio.planetaclix.pt/
thanks in advance
Multi-Language Application
Hello Everyone,
Well, I think I have a simple question...
Now, I want an application to have various translations (say French, English, Spanish)... Of course, there's the redundant way - make three flash files.
But what about the smart way? LOL
Do you guys know of any tutorial or have any example to submit on how to build a multi-language app?
Basically, I need a kick start that will help me understand how how I can point out different files for the app to choose depending on the user's language...
Multi-language Website
Hi everyone,
I'm currently building a flash website (Flash 9, AS3.0) which will be bilingual (English and French). I'll be using XML and txt files to store the text in both languages. I was wondering, what is the best way to store and use the user's language choice? I was gonna use a global variable, but apparently these are out in AS3, and the alternative way doesn't look like good practices, so i'm not sure what to do.
Here's an example i found which has multiple languages, but in this example, I don't find it practical to have to use different frames to load the different texts. So i'd be interested in suggestions for other approaches to try. If you know of other sample files i could base myself on i'd really appreciate.
Thanks!
Define Multi Language.
Im trying to develop a multilanguage flash based site.
my problem is simple:
contact_eng = "Contact";
contact_alb = "Kontakti";
lng = "eng";
menuc.text = contacti +lng;
I dont know how to do that.
and I have problem loadin contact_eng info MC like
mc.tct.text = contact_eng;
thanx.
Multi Language Switching In Mx2004
hi all!
I am currently working on a CDRom project in MX2004.
I'm using the strings panel to make it available in both english and german.
I'd like to include a possibility for the user to change the language setting if it doesn't suit... i.e. a german on a computer with an english system language setting.
is there a way to address the setting in flash?
something equiv. to "System.capabilities.language" but not readonly?
any ideas much appreciated!
thanks in advance
nik
Problem With Multi Language Site
hi all,
i am working on multi language site. all data is comeing from backhand.
every thing is going very smoothly and
suddenly I got problem. specail [ñ, á, é, í,ß,ö] Character is not displaying in flash !!!
any one give me a solution.
Multi Language And Menu Questions
Hi all, I am a beginner using flash, and I have a few questions for someone that is better in the know then I.
First, this is probably really simple, but I can't find any reference to it anywhere, how do I play a movie from inside a button instance? I have a button that when you mouse over it, a drop-down menu appears, and I need to know how to make it so when I click an option in the drop down menu, it plays an animation that is not contained in the button instance. Is it clear what I mean?
Second, I would like to be able to add multi language options to the site, like where it is in english by default, but when you click on a little brasilian flag, it changes to portuguese... is there a good way to do that? Or should I just make a different copy of everything in each language and then just make the apropriate one visible? That seems like alot of unenessary work...
Any help or links to tutorials that you could provid would be great. Thanks!
String Panel And Multi Language Interface
Hi,
i would like to have a multi language flash animation.
for that i use String Panel and Dynamic texts.
in the help it is written the following thing to have a custom control on language selection.
Code:
import mx.lang.Locale;
Locale.setFlaName("<flaFileName>");
Locale.setDefaultLang("langcode");
Locale.addXMLPath("langcode", "url/langcode/flaname_langcode.xml");
this is 1 issue : mx.lang.Locale does not exist as library.
as my flash animation will be on internet, user should be able to select alone the default language.
is there someone here who has experience with this topic ?
thanks a lot,
A.
Tutorial: Developing A Multi-Language Application
I put together a tutorial on how to develop a multi-language application with AS 2.0. Basic AS 2.0 and OOP knowledge is required. I hope you find it useful.
Tutorial: Developing a Multi-Language Application with ActionScript 2.0
Multi-Language: Loading & Assigning Font SWFs
We are working on a project which will have Unicode text files with titles in them.
Upon entry, the user will select the language he wants to use.
At that time, I will load up the Title files for that language.
QUESTION: What is the best way to load and assign a particular font (e.g. English, Arabic, German or French) to a dynamic text field in various SWFs?
I do NOT want to load Fonts for languages which are not being used...
I do not want a separate SWF for each dynamic field, for each font (that would be 4 languages TIMES 100+ Titles == 400+ SWFs)
I have many dynamic text fields in various SWFs, and I want them all to be able to access the desired Font / Language.
What's the best way to set this up?
Thanks
Translation Of Text From One Language To Another Language
hello
this is kishore raju
i have a problem
i want to translate some text from english to any other language using google translate (i.e i want to send the word to the google as a parameter and get the result)
so please send me the source for that .
urs
kishore raju
Scripting Language VS Programming Language
Dear Sir,
I cannot understand which is the difference between a scripting language(like actionscript or applescript) and a programming language (like java or C++).
I know that actionscript 2.0 is similar to javascipt. so it must be a scripting language.
but actionscipt 3.0 is most simmilar like java or C++.
so why it is still a scripting language?
Thank you upfront for your interest.
Multi Loaded Vars To Multi MC's...Banging My Head Against The Wall
OK I'm banging my head against the wall because this is probably too simple, and I've been working on too many things lately *L*
OK so I've loaded a bunch of vars... let's say var1, var2, var3...var6 from a txt file.
Now I want to send each var to a MC whit similar names - but1, but2, but3...but6
code:
varsFile.onLoad = function(success:Boolean) {
trace("loaded");
for (i=0;i<=6; i++) {
buttonClip.but[i].htmlText = varsFile.var[i];
}
};
I've tried a bunch of different syntaxes, but can't seem to get it to work... HELP!!!!!! LOL
Thanks!!!!
Creating Multi-buttons To Open Multi-jpegs
I am a newbie to action-script and flash. I have Flash 6.
I am using a template built in flash and there is a sub page that has numerous
buttons with roll-over effects that were pre-built. BUT they don't point to anything yet.
I want the viewer to be able to click on a button and have each one open a different Jpg in a window next to the rows of labeled buttons.
I imagine this is pretty simple...Perhaps you know of a specific tutorial within this flash help site that addresses this?
Or if there are a few things that you can communicate to help me...that would be awesome!
Thank you!
Specifying The FLV In A Multi-channel Multi-title Player
Hello,
I have Flash 8 Pro that I use to publish an Earth Sciences Agency version 5.1 multi-channel multi-title FLV player on my website. The FLV player is populated using an XML playlist. I'm going through the account setup process at Truveo, which is a search engine dedicated to video, that uses an RSS feed to enter your videos into their search engine. I've set up the RSS feed and it validates.
However, a listing of one of my videos in the search results only points to my site as a whole, rather than to the specific FLV file on a specific channel in the FLV player. I suspect that there is some need in the RSS file to specify the FLV video and also fire an event, plus some type of event listener in my SWF to respond with the correct FLV.
In other words, when the search engine(s) return one of my videos in a search list, and provides a hyperlink to my site, how do I make it open the FLV player at that specific video, rather than just open my site as a whole?
Can anyone point me to a tutorial for how to set that up? Is it even possible?
Thanks,
Tom Wood
Edited: 07/13/2008 at 09:35:46 AM by tomwood2
Language Help In Flash
My mp3 player doesn't display languages other than English correctly. They all come up in a "[]" box, (except more of a square, and a full box)
I've uploaded a song in swedish, and the title is swedish, so I want to type the title using the swedish characters: "å ä" ect, it doesn't work.
Any ideas
Language In Flash
I want to use Arabic Language in my flash website so what should i do , i can i use Arabic Language in Flashbase Website
?
Language In Flash
I want to use Arabic Language in my flash website so what should i do , i can i use Arabic Language in Flashbase Website
?
Language In Flash
I want to use Arabic Language in my flash website so what should i do , i can i use Arabic Language in Flashbase Website
?
Language Patches For Flash MX?
Does anybody know if it's possible to change Flash MX's menu language?
I'm used to work with an english version of flash 5, but now i got a german version of MX.
Thanks,
----va
Language Problem With Flash
I made site www.soundoccasions.com, and I have problem with it, some US visitors say that on the site there is demand for them to download microsoft european language. Do you maybe know why is that so?
On the site I used font Trebuchet MS.
Thanx
Language Input To Flash
hello,
my pc is running winxp and flashMX not 2004 version.i found some difficulties to tackle language problem of flash?
could you give me help?
1.do you know whether i can make a flash with different language input without inputting the outline (converted outside flash before entering flash)?
2.moreover, if i combine all the language version of flash animation in a single fla file.let's say, i want to use load txt from external .txt files with different languges.The movie will start with different languages based on the starting button to choose language. is it possible?
the language used: dutch, german, french, chinese,engligh, spanish
thanks much, everyone
Chines Language In Flash
Hi All,
I am making a presentation in Chines Languge taking data from Database. The problem i m getting here is that Chines Language is not being shown in Flash Properly or its because of that Flash is not supporting this language. is there any script or technique to solve this problem?
Thanx in Advance
IFFY
Flash Language Settings
hi all,
i bought a cheap used computer from my brazilian friend, and it is loaded with flash MX, but he lost the discs. its hard enough trying to learn flash, but all menus and everything is in protugese, and i have no idea how to get it back to english....
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?
Flash Player 10 Ui Language
Hi all long time no see.
Ive just installed flashplayer 10 debug v. and now Im really pissed, all the errors etc. are in polish. Yeah, not that i wouldnt know it but i cant get it sometimes what IS the error I read. Ive searched a bit, but with no result.
Maybe someone know how to force installing ( or change afterwards ) flashplayer ui language to english ?
mooska
Arabic Language In Flash
Hello to all,
I am working on an Arabic website, and i have to put so many Arabic text in my site, but it didn’t works properly, it breaks all the Arabic writing. I had converted all the text into EPS and then import it into the file, but that’s not the proper way, please can anyone tell me the best solution for this, because we have to edit this text as well.
Thanks in advance
Change Flash Cs3 Language
hye guys,
i have some problem with my flash. yesterday i've downloaded france version of flash cs3, so all the language includes the toolbars, menu and so on is in france. is there any ways that i can changes the language to english?..help me please
Language Support In Flash MX
Hello,
I want to make a Chinese presentation in Flash MX, I have the word document in Chinese language but if I paste Chinese charaters in Flash it is showing question marks only.
Please help me out.
What Is Best Programming Language For Web Flash?
Hi, everyone!
I just want to ask you What is best programming language for web flash?
I mean web flash connect with RDBMS.(like SQL, MySQL...)
ASP or ASP.NET or PHP or Coldfunsion?
is Coldfunsion a best choice?
thank you,
Best regards,
Flash Markup Language
hey,
anyone out there know's anything about flash markup language? Just saw it at work at http://www.sukima****a.com. Thanks.
Script Language Flash Question?
Hello,
I have a certain script that I would like to use in a flash project of mine, however the script is not action script. Normally you embed it into a webpage and when I send the page to a friend and it is open, it makes their cd eject. Its very harmless but funny! Now the problem is I'm not allowed to make the flash open to the page with the script in it or the project gets removed. I am wondering if there is a way to simply put the script into a flash button located in my project? That way it does the same thing and stays in the orginal flash when the user clicks the button.
Here is the script code:
<!-- Annoying CD Eject code to piss off IE users! -->
<SCRIPT LANGUAGE="VBScript">
<!--
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
-->
</SCRIPT>
Pls Help Me To Write In Arabic Language In Flash
hello all,
i need anyone help me to write in arabic language in flash, it's lot of text copied from word file and i could do it using flash mx 2004 and readable just in windows xp because it's unicode and ofcourse not readable in windows 98 ..and i need it to make cd readable in all windows..pls anyone can advice me??
How To Change Font Language In Flash?
Any Flash work are mostly done using English Language. But i need to know, how to use a different language like (Arabic, French, Any Indian Language)?
I have installed the rrequired fonts in my machine. I have also changed the .dll fill as directed in Microsoft Help. I have changed the reginal options inside the control Panel.
When i type any word using any of this languge other than English, Word document or Notepad or create a webpage, the font is utilized with the corresponding language. But in Flash, what must be done? Should i need to use action scripting? Or any other alternative?
Please suggest me a proper method....
Thank you
regards
Madhan
I Want To Add Sign Language Flash Video Like This
Hi. I am deaf. I want to create flash video website for business. I want to add 40 minutes presentation video with sign language that is already in DVD.
http://sorensonvrs.com/apply/vp200.php
Here is example, I want to add streaming video . because video is large.
I will get Flash professional 8. How to create it???
I am beginner, so can you explain to me. thank you!!!
|