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.
Adobe > ActionScript 1 and 2
Posted on: 08/14/2008 02:22:11 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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,
What Programming Language Is Most Similar To Actionscript?
I am going to take a programming class in the fall to try to understand actionscript better, which programming language is most similar to actionscript; Java, FORTRAN, or C++. (I am thinking it is Java but I just want a second opinion.) 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
New Language
Hi flashers, could someone tell me how can I make flash write in another language, I mean, constructing a new alphabet (f.e. a=$ , b=¿ , etc ) and make flash write it with the keyboard? Should I use duplicatemovieclip? Any help will be welcome, thank u all.
Its In A Different Language?
I uploaded my movie as a SWF file to my file manager. I viewed it after I put the HTML in and it was in a different language. In my settings, I never told it to do another language. What do I do. I think I even said to do English. I'm using SWISH Lite v1.52. Thanks!
Language
when i try to type in non-english letters (i.e hebrew) it doesn't let me. instead i get the mumbo jumbo writing there..how do i make it work?
Where To Put The Language
where do you put the language... you know like
1 // SET UP THE SHARED OBJEC TO HAVE OUR BEST SCORE. what is the name of the box and how do you get it...please reply
Language HelP
my flash mx 2004 is in spanish, is there anyway to change the language into english?
Language
ok. I saw in other threads that some language is needed to make games. What language is this? I currently know C++ and HTML. Does this help me in any way shape or form? Thanks in advance.
Does Anybody Know What This Language Is?
4.Po kilku nieudanych próbach po³¹czenia z serwerem symanteca poprosi nas o rejestracje telefoniczn¹
5.Uka¿e siê menu aktywacji gdzie wpisujemy kod
000000-000000-000000-000000-000000-000000-000000-000000-000999
To wszystko Subskrypcja trwa 2457 dni
Different Language
Hi,
I am working in a project were I have to write multiple languages into flash based on user input. I can call different languages from different XML files. But I want to different languages to be write in a text box.
If anybody knows in about it,,, please help me
Another Language?
Hello,
I am currently a college student. When I was in high school I had two years of the basics in Japanese. I would be glad to help in the endeavor of translating some of the tutorials into Japanese. Except one problem. I probably cannot translate all of them. But I still have my teacher's email address and she can help me along the way. Just thought I could help out. Also if I do this translating, could someone of the admins please create a new thread in the languages area?
Thanks.
V++ Language HELP
can anyone help me to fix the problem, i dun understand what the code below is. so please help me to explain ..
many thanks..
void main()
{
int hour1,minute1,hour2,minute2,zone[4]={0};
input_time(&hour1,&minute1,&hour2,&minute2);
duration(hour1,minute1,hour2,minute2,zone);
printf("
Durations = (%3d,%3d,%3d,%3d)
",zone[0],zone[1],zone[2],zone[3]);
printf("Total charge = $%.2f
",charge(zone));
}
void input_time(int *h1, int *m1, int *h2, int *m2)
{
printf("
Enter start time (in hr and min): ");
scanf("%d %d",h1,m1);
printf("Enter end time (in hr and min): ");
scanf("%d %d",h2,m2);
}
void duration(int h1, int m1, int h2, int m2, int z[])
{
const int limit[4]={6,14,20,24}
int i=0,temph,tempm;
temph=h1;
tempm=m1;
while (interval (temph,tempm,h2,m2)>0)
{
if (temph<limit[i])
{
if (h2>=limit[i])
z[i]=interval(temph,tempm,limit[i],0);
else
z[i]=interval(temph,tempm,h2,m2);
temph=limit[i];
tempm=0;
}
i++;
}
}
int interval(int h1,int m1,int h2,int m2)
{
return ((h2*60+m2)-(h1*60+m1));
}
float charge(int z[])
{
return (float) (z[0]*5+z[1]*10+z[2]*8+z[3]*5)/100;
}
Different Language
I need to build a site but not just in english but french as well so when a user logs on they got a choice.
Does ne 1 know how to set this up.
Different Language
hi folks I have a flash project that feeds dynamic txt files but the problem is that it won't display different language fonts how can I atchieve that?
Different Language
I need to build a site but not just in english but french as well so when a user logs on they got a choice.
Does ne 1 know how to set this up.
Language Filter
Hi actionscript gurus... I'm lost again.
Pretty easy I hope. How can you (and is it possible to) filter an input text form in flash.
I currently have something like this:
Code:
} else if (comment eq "***" or comment eq "***" or comment... etc...){
status = "Please no - bad words !";
But this only seems to work if I type "***" in the text field, and only "***". So if I type "you're such a ***" It won't recognise it.
I there a way to make it search the whole text field for a certain word?
Thanks,
-Laz-
Language As France
can I write in flash5 other language as france or any other language in input text
Language Button
I was thinking of making a bi-ligual site (dutch/english).
I work with a content movieclip on the screen in which different swf's with the different contents are loaded.
This load command is given by a button in another movieclip on the screen.
Can I work with a variable that is for example 0 for dutch and 1 for english, and use that variable to determine which swf to load in the loadmovie command? And what is the exact actionscript line that I should use?
I want to load it in the instance "contentdrop" of the movieclip contentdropzone so I was thinking of making swf's for the content named contentxxxxx_0.swf and contentxxxxx_1.swf for the different languages and a variable called language that is either 0 or 1.
I know it should be something like this:
loadMovie("contentxxxxx_" + language + ".swf",/contentdrop)
Please help me out,
I'm only just starting to learn flash by myself.
My first trials can be found on the url at the bottom of this message.
Greetz,
Yves.
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!!
Language Check
Hi,
does anyone know of a way to check the language
of the users operating system or at least the browser language ?
Preferably in flash but maybe javascript too ?
thanks
Language Pack?
Hi guys!
I'm very new of Flash and i have an English version. I was wondering if exist a patch, language pack or stuff like that to download to "split" the program into Italian as i'm from there
p.s. i guess i'll be your nightmare on next period coz i'm trying to figure out some Flash stuff but question marks are rising up from my head LOL
Thanks a lot yall
Max
(((hand-shake)))
Language Problems
Every time when i either view it in a Program or Browser it uses another language is there some way to make it stop doing that?
I am using Swish lite the trial version because it seems stupid having different language each time test play my movie! any one help me out here?
Foreign Language Help
I tried this before and it worked... That is, before my C drive burned out and I had to get a new hard drive... I was able to type foreign languages in Flash MX... Sure it sounds easy.. but try using Japanese! That is what I have tried. I downloaded a Japanese font set... but it does not work the way it worked last time which was far more convenient. I was able to copy and Japanese text and paste straight into Flash MX without having question marks replace them as unknown characters... How can I make is so that I can copy and paste Japanese font into Flash MX?
Language Support, Please Help
Hoping someone can help me. There is probably a very easy solution to this problem, but right now I cannot find it!
I am trying to translate a Flash game that I made in English to French. I am using the English version of Flash MX and I am trying to create the French version of a quiz game. The problem is that my version of Flash is not recognizing some of the characters and is dropping them from the words.
Example: français becomes franais
la côte de becomes la cte de
En quelle année a été signé le traité de Paris? becomes En quelle anne a t sign le trait de Paris?
Is there some support file that I can download for my version of Flash to correct this? I'm working under a tight deadline so any help would be hugely appreciated.
Thanks so much!!!
Foreing Language
I am having trouble loading a text into the movie.
What happens is that all "é, á, ã, etc" loads as a little square, and when I try "´" it cuts out the text after that.
I am usind a dynamic text field and I load the text as HTML.
HELLLLLLLLPPPPPPPPP
MX 04: Language Support
The embed characters function is fabulous - you can select to embed sets like Greek as well as the basic ones ... Top marks.
The strings function is a good idea for for static sites with static content. It seems like it should have been taken a bit further though, you would have thought some actionscript to let you change the displayed language or to map individual strings to textfields would have been an obvious next step.
Or am I missing something? Does anybody know if that is possible?
Language Support?
Hi,
I've an array of strings (in English) which is being used as help text. The client now wants multi lingual support that is, the help content to be displayed in russian. The problem is that the russian transcript (character set) is not being supported in flash. It displays non standard characters something like this..
" ????? ?????????? ? XYZ.com! ??? ????? ???? home page. ?? ??????? ?????? ??????????? ???? ?????. ? ?????????? ? ??! ?? ?????? XYZ.com? XYZ.com ????? ????? ?????? ??????? ? ???????????? ??????????? ??????? ? ??????????? ???????. ????? ????????????! ???? Unbeatable! ?? ??????????? ???????? ???? ???????????!"
Can anyone pls suggest what needs to be done?
Browsing Language
Hi, I'd like to know if is it possible to get the browser's language from a swf.
In order, of course, to put the contents in the site automatically in the user's natural language.
Thanks for advanced
Foreign Language
I live in Australia and here I purchased my Flash software. Now I need to be able to write text in polish, in my Flash. How can I do it? I have changed language on Windows, but neither Flash or Dreamweaver recognize polish. Thats even worse on Mac!
Please Please Help, Language Problems
Hi, I'm new to flash vs php, but i have made some scripts working and i'm very happy.
But i have a problem, i've made a action script that communicates with a phpscript and back, sending e mail from flash, but when it sends and resieves i dont get the swedish characters in the text sent and resieved correctly, and it works perfekt in flash5 but not mx and 2004, i cant find the solution,,, helppp please, its propably very simple,, but no answer anywhere, do i need to detect the users system language or something, the sajt is made for swedish users only.
by the way i found the scripts in this flashkit tutorial and its great.... http://www.flashkit.com/tutorials/D..._-658/index.php
Help, Language Problem
Hi, I'm new to flash vs php, but i have made some scripts working and i'm very happy.
But i have a problem, i've made a action script that communicates with a phpscript and back, sending e mail from flash, but when it sends and resieves i dont get the swedish characters in the text sent and resieved correctly, and it works perfekt in flash5 but not mx and 2004, i cant find the solution,,, helppp please, its propably very simple,, but no answer anywhere, do i need to detect the users system language or something, the sajt is made for swedish users only.
by the way i found the scripts in this flashkit tutorial and its great.... http://www.flashkit.com/tutorials/D..._-658/index.php
Language Problem ?
i have design flash intro in english version now my client is asking for flash intro into french and itallian and into 8 language so what shiuld i do plz help me..... i just know english...
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
[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
[CS3 AS2] Need To Load Ext Language XML
Hi all,
I would reall appreciate some help as I need to load an external XML file depending on the user platform language. For example en, fr or de. I have a script which loads an external XML file, but I need to expand/modify this script to select which language XML to load.
Many thanks in advance.
menuXML.load("mainMenuXML.xml");
Language Selector
Hi, I have been asked to create a CD-ROM which will be in 10-15 languages, as well as the text being in different languages, there will be language specific downloads. I'm not sure where to start! The user will select from languages at the start but ideally, it would be good if the user can change language at any point of the movie. One way might be to have some sort of script that can turn layer sets on and off, that way I can have each language on the timeline with generic gfxs on a base layer, that way the user can change the language anywhere in the movie.
Do you guys think this is a possible solution? Is it easy to turn layer sets on and off via AS? Also is it possible to turn all but the generic layers off whilst transition animation happens then make the last viewed language turn back on once the animation have finished?
Sanch
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)
Detect Language?
Hello all,
I try to detect OS/Browser Language using Actionscript 3.0 undef Flex Builder environment.
I use for this: Capabilities.language
but actually I couldn't find the way to detect Browser language...
and also Capabilities.language return wrong values sometimes on Apple machines.
anybody has any advice..
thanks in advance...
Language Problem
Hi,
I have problem with language I read text into MC from external txt file. It's no problem if text is english, but I need some letters from lithuanian (baltic) dictionary. Flash reads them and displays like squares or smth. Somebody tell my about regional setings or smth in Flash plz.
2 Language Site
hi.......
i want to make a site that will be viewable in two different languages
english and greek and i am stuck as to how i will organize this.( at the moment im thinking of making 2 different versions fla files, you choose a language at the beggining and the coresponding one loads)
is this a good way of doing it .........could you suggest something else?
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
|