Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




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



Adobe > Flash General Discussion
Posted on: 11/28/2007 11:16:16 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Change The Language Of Flash CS3?
My flash cs3 is in a different language (I don't even know which language!). Is it possible to change this? Please and thank you!

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

Send Variable To Flash To Change Language.
Hi,

I want to make my movie french/english. so i will save some space on my server and the user will save dl time too.(I want to do this because if the user choose the language the movie will be already preloaded, so the language will not be a condition to start preloading the right movie) i will just have to send some variable to put all the text in french or english.

I want to do this from the HTML, I have made all my text french/english. How can i tell my movie to show or hide(every texts) depending on the HTML PAGE they are within?

Maybe this will use instance, or variable text field... i don't know
help

Flash Headers That Change When Language Is Changed?
I'm doing a project for a client and they are s aying how they want the headers to be flash, this way they can change the language of the website and the headers will change. This is what was just sent to me


Quote:




From what I can tell (looking at the
code that outputs the HTML for the news area), the parameters to SWFObject
include the x, y and font size parameters. I'm not familiar with SFWObject -
it is a standard flash routine? In addition, there are parameters for the
actual text and the link. Lastly, the so.write() writes the id of a
preceding HTML element that is used in the case that flash is not installed.





Quote:




The flash doesn't do the translation. I look up the correct text from a
database and then generate the dynamic page that includes the call to flash
with the text parameter.




Does anyone know what hes talking about??

Flash Headers That Change Depending On Language Type?
I'm doing a project for a client and they are s aying how they want the headers to be flash, this way they can change the language of the website and the headers will change. This is what was just sent to me


Quote:




From what I can tell (looking at the
code that outputs the HTML for the news area), the parameters to SWFObject
include the x, y and font size parameters. I'm not familiar with SFWObject -
it is a standard flash routine? In addition, there are parameters for the
actual text and the link. Lastly, the so.write() writes the id of a
preceding HTML element that is used in the case that flash is not installed.




Does anyone know what hes talking about?

Language Change...why?
ummm... hi guys...
i got a very.. umm newbie q here...
why is it that when i saved my movie into a swf file... the language change?? it changed into a weird language...
then the color of the picture that i inserted there also change...
why oh why???



please!!! someone help me!!

[CS3] Change Language
this is prob a stupid questoin (i no im a newb)
is there anyway at all that u can change the language?
i accidently downloaded the french trail instead of english and i dont wanna have 2 download again, it took me about 2 days to download.
plz someone help

Change Language
Hallo everyone,
I'm having some trubles with the boolean varible, I'm trying to use to change the language of a website.
It' a very easy concept I supposed correct, but maybe I'm wrong. Can someone tell me what should I do?

First, I set the variable, which is supposed to be true by default (default language italian)

ActionScript Code:
var itaOn:Boolean = new Boolean();

then, I set the listeners and the functions for the two flags, doing some actions on roll over and out and this on click

function itaYes(event:MouseEvent):void
{
    itaOn = true;
    ita_mc.stop();
    eng_mc.stop();
    ita_mc.removeEventListener(MouseEvent.ROLL_OVER, itaMay);
    ita_mc.removeEventListener(MouseEvent.ROLL_OUT, itaNot);
    eng_mc.addEventListener(MouseEvent.ROLL_OVER, engMay);
}

function engYes(event:MouseEvent):void
{
    itaOn = false;
    ita_mc.stop();
    eng_mc.stop();
    eng_mc.removeEventListener(MouseEvent.ROLL_OVER, engMay);
    eng_mc.removeEventListener(MouseEvent.ROLL_OUT, engNot);
    ita_mc.addEventListener(MouseEvent.ROLL_OVER, itaMay);
}

there are some objects on the stage that, on roll over, show a caption with some dynamic text. I thought that with an if statement (about the itaOn variable) the language should change, depending on what I set before with the two flags click.

if (itaOn = false)
    {
        info_txt.text = "english text";
    }   
    else
    {
        info_txt.text = "italian text";
    }
But the text shown is always italian, even after I click on the english flag, so it seems like if the itaOn was never set to false.

Hope I explained it good, because the full code is very long.

Thanks a lot!

EDIT
Please put Actionscript code in [ as ] [ /as ] tags (without spaces)

Change Language
Here's the Flash TechNote I've used as a reference.

http://www.macromedia.com/cfusion/kn..._19097#addinfo

So I made the changes to the Locale.as class file and added the required script to my .fla.


ActionScript Code:
import mx.lang.Locale.*;
// make sure the there is a corresponding
//<language>/<fla_name>_<language>.xml file in the SWF root directory
var newLang:String = "de";
//for example "de"
mx.lang.Locale.setXMLLang(newLang);
// begin replacing the dynamic texts with strings from the xml file
mx.lang.Locale.start();

When I go to test my swf none of the methods I just added are recognized. Why is this? Is the first line of as incorrect?


Code:
**Error** Scene=Scene 1, layer=Layer 4, frame=1:Line 6: There is no method with the name 'setXMLLang'.
mx.lang.Locale.setXMLLang(newLang);

**Error** Scene=Scene 1, layer=Layer 4, frame=1:Line 8: There is no method with the name 'start'.
mx.lang.Locale.start();

Total ActionScript Errors: 2 Reported Errors: 2

Change Language
Hello. I have problem with content change when I change the language.
Example:I hav webpage with two languages. And in page hav 3content pages. All contents are in html files. When i choos the 2. button it execute getURL an load with javascript in html are the content2_eng.html file, bet what I need to do if I want to change the language and keep position in 2. content, but with another language (content2_ge.html)??

Best regards,
Roberts

Change Of Language In This Site?
Hello,

Anybody knows how is it done the change of language (english to spanish and vice versa) in this site?.

http://www.simbiotics.com

Thanks.

XML Language Textfields Change
I'm looking for some advice on how to solve this scenario.

I made a test that succesfully loads a new language as XML into dynamic textfields placed in the _root. The textfields update on onLoad.


I'm making a site with lots of dynamic content in different pages so it would be a lot off work to keep track of the paths to the different dynamic textfields that are currently loaded.

Right now i asign text dynamically using onLoad
myClip.myTextfield.htmlText = _root.colors;

Can i make textfields listen for a change in the root (when the XML has loaded) that automatically asigns the new variables to the textfield 'myTextfield'?

Any thoughts?
//pod

Can Language Change In Chat?
how can we use diffrent languages in chat application developed in Flash and FMS

what king of setting required

can we write following language in INPUT TEXTBOX???
English
Arabic
Korean
Japanese
Chinese
Persian/Dari
Pashto
Turkish
German
Spanish
French
Italian
Russian
Portuguese
Ukrainian
Hebrew
Dutch

Change Program Language
Hello,

We just bought new flash cs3, problem is, that it is all in my native language. But I am used to english. Is there any chance how to change language in whole Flash CS3?

Thanks for answers.

Change Language To English
Hello Guys
I have some problem with my Flash CS3 Professional. I've downloaded spanish version of it, so all the language includes the toolbars, menu and so on is in Spanish. Is there any ways that I can change the language to English?

...help me
please

Change The Language Dynamically
I have a little bit complex problem, and i’m little dummie.



I’m making a full Flash site, and it would be bilingual. I m making the text parts with external xml files. And I just want that only the text change when the site user changes the language.

I’ve found a great example here ( http://philflash.inway.fr/chlang/chlanguage.html ), but it appears that only works great in one single SWF file.



What I want is that this function works in the whole site; at any time de site user could change the language for all the text contents.



I ‘ve the site with this organization:

1- there’s a main.swf with the menu about/services/etc…etc… and it ‘calls’ about.swf, services.swf…. ;

2- the services.swf file contain a sub-menu serviceA, serviceB, serviceC… and serviceA calls serviceAdescription.xml, and so on…



And I want that the language switcher on the main.swf works for the various xml’s that are in different swf’s.



How can I do that?

Can I change the PhilFlash method to make it works to the all site? How?

There’s any tutorial that teaches something similar? Or any Flash component? Where?



I ‘ll appreciate some help.

Change The Language Dynamically
I have a little bit complex problem, and i’m little dummie.



I’m making a full Flash site, and it would be bilingual. I m making the text parts with external xml files. And I just want that only the text change when the site user changes the language.

I’ve found a great example here ( http://philflash.inway.fr/chlang/chlanguage.html ), but it appears that only works great in one single SWF file.



What I want is that this function works in the whole site; at any time de site user could change the language for all the text contents.



I ‘ve the site with this organization:

1- there’s a main.swf with the menu about/services/etc…etc… and it ‘calls’ about.swf, services.swf…. ;

2- the services.swf file contain a sub-menu serviceA, serviceB, serviceC… and serviceA calls serviceAdescription.xml, and so on…



And I want that the language switcher on the main.swf works for the various xml’s that are in different swf’s.



How can I do that?

Can I change the PhilFlash method to make it works to the all site? How?

There’s any tutorial that teaches something similar? Or any Flash component? Where?



I ‘ll appreciate some help.

What Design Pattern - Change Language Functionality
On my application, I will have a series of buttons to choose a language. When the user chooses a language, all control labels, pop-up messages and others will change at the chosen language.

I would like to do this from an OOP point of view and use Design Patterns. Which one would you recommend to use?

My guess is the Strategy Pattern. Am I right?

Thanks for any comment or link.

Change Back Text Fields To English Language ?
I have a .fla that has a number of text fields in it. The text fields are just plain static text fields but they contain text in german. I need to change it so that the text is in English. Just changing the font doesn't work, so it must be something else. What do I need to do ? Does anyone know this ?

Thanks,
Stephen.

Change Back Text Fields To English Language ?
I have a .fla that has a number of text fields in it. The text fields are just plain static text fields but they contain text in german. I need to change it so that the text is in English. Just changing the font doesn't work, so it must be something else. What do I need to do ? Does anyone know this ?

Thanks,
Stephen.

Dinamic Text Option For Other Language Than English (or Latin Language)
I tried to use the Dynamic Text option in other language than English (or Latin letters) but it doesn’t work. Can anyone please tell me how should I do it.

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.

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....

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.

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 : 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 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

Is A Flash Consider A Programming Language.?
for all the pro. i want to know if macromedia flash can be consider a programming language..thanx..q^_^p

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

Arabic Language In Flash
Hi every body I need to write Arabic language in flash
Any body has any idea
Thanks in advance

I Nee Help About Chinese Language In FLASH.
Hi everybody,

I don't know how could I say, here is my problem.

I use Flash MX, I want to display a Chinese Text on a dynamic textfield using actionscript.

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.

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.

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>

Flash And The BASIC Programming Language?
Is Flash capable of interacting with the BASIC programming language?

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??

Flash Programming Language Compatibility
I've heard from various sources that PHP is compatible with Flash MX. Is this right? Also, what other languages are compatible with Flash MX?

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!!!

Copyright © 2005-08 www.BigResource.com, All rights reserved