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




Alphabetizing Spanish



I'm writing a database program that indexes about 380 books, and I need to Flash to alphabetize the books. Not a problem at first, but most of the book titles are in Spanish, and Flash doesn't know that an A with an accent mark is really an A, etc., since they are different character numbers. It's the same with other characters as well. Any help would be greatly appreciated. Thanks, guys.



FlashKit > Flash Help > Flash ActionScript
Posted on: 09-06-2001, 12:20 PM


View Complete Forum Thread with Replies

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

Spanish Boy Have A Problem
Hello! I´m spanish and my english is bad... sorry.
Well, the problem is what i wuold like make a presentation with flash, in that i wuold like call or running other external aplication, with a mouseEvent. The aplication is an executable program made in Visual Basic and i don´t know wich is the command for make this, or is imposible?
Thanks...!!!

? Spanish Letters ?
Hi, i need to use spanish letters (some of them have minor drawings above them).
Do i put them inside the "Embed Fonts" in the "text options" window and that will do?

Thanks in advance,
Maya.

Someone Here Speaks Spanish?
pues eso, que ando buscando alguien que hable español, lo que pasa es que tengo un par de problemas, y no me puedo dar a entender muy bien en ingles

si es posible que haya una forma de contactar, por ejemplo Messenger

por si las moscas, mi mail es

oscar_isai@hotmail.com

Someone Speaks Spanish?
pues eso, que ando buscando alguien que hable español, lo que pasa es que tengo un par de problemas, y no me puedo dar a entender muy bien en ingles

si es posible que haya una forma de contactar, por ejemplo Messenger

por si las moscas, mi mail es

oscar_isai@hotmail.com

Spanish Fonts
Anyone had experience with using foreign fonts? I am creating an aplication that requires text input in Spanish. There are just a few font characters that aren't available in the English alphabet. Firstly, where can I get these characters, or a font containing these characters. And, secondly, how do I make these fonts available within the final Flash projector .exe file if the user does not have the fonts installed on their PC?

Spanish Characters
I have multiple bulleted lists in currently in English. I need to be able to also use Spanish characters (with accents), but not all of the characters are being recognized. Is there anyway to fix this? I am calling the text externally through Flash Vars (HTML). However, I cannot directly use UNIcode for this.

Thanks,

ABLE Man

How Do I Add Spanish Accents
I'm working on flash 8. I have a dynamic text box and I embedded a font (Bitstream Vera Sans). Since my text is in Spanish some vowels have accents which won't show up when I publish my SWF. Instead I get some funny rectangles where a vowel with the corresponding accent should be. Somebody can tell me what I should do? THX!!!

New Cartoon In Spanish
Hola a todos... estoy buscando animadores en Flash y guionistas y todo tipo de gente que quiera ayudar en un nuevo show cartoon que estoy haciendo... la página es http://mistica.8k.com si quieren ayudar, por favor regístrense en el foro, y hagamos una buena comunidad...

CORRAN LA VOZ!

Della (coordinador del proyecto)

http://mistica.8k.com

The Spanish While Loop
the ever elusive spanish while loop(inside a function):


ActionScript Code:

</p>
<p>function ExaminarTexto(Texto, Buscar, remplazar) {</p>
<p> //trace("hola")</p>
<p> Posicion = Texto.indexOf(Buscar);</p>
<p> while (Posicion != -1) {</p>
<p> Cadena1 = Texto.slice(0, (Posicion));</p>
<p> Cadena2 = Texto.slice((Posicion+3));</p>
<p> Texto = Cadena1+remplazar+Cadena2;</p>
<p> Posicion = Texto.indexOf(Buscar);</p>
<p> }</p>
<p> return (Texto);</p>
<p>}</p>
<p>




if your boss has never dropped FLAs on you that are coded in spanish be prepared. it's not as bad as it looks. they're just variables right?

notice what the dude uses for his trace() testing. lol.

Spanish Flash
OY!

Question: I got a .fla off the interweb of a verticle scroller that can scroll both text and movieclips... My only prob is that the actionscript is in spanish. I can work around it, but it'll just make everything ALOT easier if it was in english.

Is there any way :::cough GOTEN cough::: someone who speaks the el spanish could translate it for me?

Ill totally paypal you a buck fitty.

...heres the code-age:


ActionScript Code:
//aquí y entre comillas escribimos el nombre de instancia del elelmonto que queremos desplazar
var mi_objetivo:String = "plan";
stop();



ActionScript Code:
onClipEvent(load){
    var objetivo:String = _parent.mi_objetivo;//entre comillas aquí escribe
    var sostenido:Boolean = false;
    var razon:Number = this._parent._parent[objetivo]._height / this._height;
    var deslizar:Number;
    razon = int(razon);
}
 
on(press){
    startDrag(this, false, this._parent.barra._x, this._parent.barra._y, this._parent.barra._x + this._parent.barra._width, this._parent.barra._y + this._parent.barra._height - this._height);
    this.sostenido = true;
}
 
on(release){
    stopDrag();
    this.sostenido = false;
}
 
onClipEvent(mouseMove){
    if(this.sostenido){
        deslizar = (this._y - this._parent.barra._y);
        deslizar = int(deslizar);
        this._parent._parent[objetivo]._y = -(razon * deslizar) / 2;
    }
}

Spanish Path Problem
Hi there,

I made a simple flash cd-rom presentation loading variables and jpeg's. (all files in the root level)

Everything is fine, if I copy my app to one directory, ex:

c:presentationa.exe (flash executable)
a.txt
a.jpg

It can load the dynamic content files..ok, but if I change the directory name to a non english name, like 'c:apresentación' or 'c:apresentação', the movie can´t load the files.

Is it an already known flash player bug?
Any ideas to solve the problem?

Thanks in advance,

Using Spanish Special Characters
I have written a flash quiz using a tutorial. The quiz draws it's questions from a text file. When I use Spanish special characters
( ñ á é í ) , the file isn't read correctly. I believe this is becuase of the ampersand that is used to represent these characters confuses the function. Any ideas???? Thanks.

Help With Spanish Accent Marks...
Hello all. I am trying to use the spanish accent marks for some menu items... here is an example:

Español

Folleto de Información (Brochure)

Tarjeta de Donación (Pledge Card)


well when I do this the accented letter just turn to spaces when the movie is compiled. It there a certain FONT I should be using to get this to work?
TIA!

[F8] Switching From English To Spanish In Xml
So, my developers threw some spanish into our content XML and now the XML won't load. Take the special Spanish characters (Ááó) out and it loads just fine. I found one reference that suggested switching the encoding to UTF-8, but it still ignores most of the content.

What am I missing?

Mailto: Spanish Characters
i can't get a mailto: to correctly display spanish characters. i click the mailto: link through the flash and when the email client comes up it displays it wierd. i've tried using ascii characters instead, but to no avail. any help would be awsome.. also if you want to see the code im working with let me know.

thanks
kris

Spanish Characters Nightmare
First of all I have to say hi, since I new at the forums though I heve been a reader I have a weird thing going on with the spainsh characters, wich have given me a lot of headaches in the past, by the way.

Ok, this the issue. I have a file taht loads the rss feeds of an external website. It works like charm but I had to solve the issue with the spanish characters (á, é, í,ó, ú, ñ etc. ) as I always do, going to the text field and embeding them. I use the “for readability” option an it all works fine. Works whaen I publish the file all alone, Buuuuttt…..

When I put the same file into another (via loadMovie) or attach it from the libary or just simply put it into another movie clip, the spanish characters won’t show….

I have tried the usecode stuff but is not solving the thing. Ideas?

Isn't it weird tha a file that works fine starts to behave weird when is loaded into a movieclip
(Man!, I’m so tired of that problems with those characters… someone at adobe please do something!) In case someone at adobe reads this

Spanish Character Label
Hi - I need to put the Spanish upper case N with the tilde as the label parameter of a button component. How do I do that??
TIA your help.
d2

Spanish Accents Not Displayed
Hi
When I receive xml that includes spanish accents using XMLSockets, the accents are replaced with a square eg. aqu�ra instead of aquípara.
I am trying to dispaly the xml in the trace window so it should not be font dependant. I can paste the accents into a text box in the swf and it displays correctly. I have tested the xml server using VB.net at both ends and the text appears correctly. It seems to be when Flash decodes the xml. Can you suggest a work around to this.

Cheers





























Edited: 10/31/2007 at 03:06:23 AM by winetec

Loading Text In Spanish
My problem isn't to load the text, but to load the special characters like á, é, í, ó, ú, ñ.... how do I do that.

Thank you all

Spanish Pixel Font
I am looking for pixel fonts which include Spanish characters for a localization project.

Any help would be greatly appreciated.

Thanks

Loading Text In Spanish
My problem isn't to load the text, but to load the special characters like á, é, í, ó, ú, ñ.... how do I do that.

Thank you all

Spanish Accents? Parsing And Displaying
Hi! I'm developing a word game, which is going to pull data from a mySQL database. Unfortunately for me, there are going to be Spanish accents stored as numbers (example: the word "hello" will be in an array of words and be stored as "he3llo" - which will mean that there is an accent over the e). I need to find out how to parse the words and then how to display them with the accents (is there a Spanish set in Flash?). If anyone knows anything, even just a link or something, I would be a very happy lady! Thanks for your help! Oh and let me know if I'm being unclear also.
Stephanie

New Forum For Spanish Speaking Users
Metacube ofrece ahora un espacio en su foro para usuarios de flash de habla hispana. El foto de Metacube cuenta ya con una amplio grupo de usuarios de software 3D asi como tambien foros para ilustracion, efectos especiales en video y discusion general, entre otros.
Necesitamos tu apoyo para hace mas fuerte a la comunidad!
visitanos y registrate:

http://www.metacube.com.mx/forum/portal.php


Metacube is now offering a space in its forum dedicated to spanish speaking flash users. Metacube`s forum has an already extensive community of 3D artists and users in general, as well as 2d Illustration forums, special effects on video and general discussion. We need your support to make the community stronger!
Of course english is not a problem.
Visit the forum and get registered:

http://www.metacube.com.mx/forum/portal.php

Gracias.

Jorge
METACUBE A&E

Spanish Language Text Emergency
Hi,

[MX / MX 2004]

This is an emergency...

We have a flash site in two languages, english and spanish.

All the textfields are dynamic - they each have a Var that is defined in textfields and URL encoded. Theres lots and lots of them in lots and lots of diff movie clips.

Currently none of them have Latin I (388 Glyphs) included in the character/specifiy ranges. They need this for Spanish. The o with the line over the top for example (dont speak spanish, sorry).

I have noticed that adding latin in for characters will include it for all textfields at that level (I think???? - Its very confusing)...

Is theyre anyway of including the latin for ALL textfields in all the clips without going through each one by one (hours of work)...

I REALLY hope someone can help!!!

Thanks,

Tim.

Actionscript Spanish/english Translation And/or Help
I downloaded the latest mp3 player in movies, and it works great. Thanks, Mikel, and awesome work! Thing is, I don't speak spanish, and I am a rank amateur at scripting. I was hoping that some kind-hearted bilingual person could give me a hand. I would like to have the player go to and play the next song in the array when a song ends, you know, like a CD or a playlist, that kind of thing. I got my own songs loaded in with no problem, but I can't seem to find the portion of the code where I would change something to make it continuous play, rather than repeating one song over and over until the "next" button is pressed.

Here's the code:


Code:
i=0;
sonando="false";
listaCanciones = new Array("tunes/sickness.mp3", "tunes/hungry.mp3", "tunes/back.mp3", "tunes/99.mp3", "tunes/long.mp3", "tunes/resort.mp3", "tunes/jungle.mp3", "tunes/insane.mp3", "tunes/hot.mp3", "tunes/fight.mp3", "tunes/heyya.mp3", "tunes/closer.mp3");
sonarCancion();
equal_mc.gotoAndPlay("play");
equal1_mc.gotoAndPlay("play");
equal2_mc.gotoAndPlay("play");

function sonarCancion(){
if (sonando=="false"){
song.stop();
song=new Sound();
song.loadSound (listaCanciones[i],true);
song.setVolume(100);
song.onSoundComplete=function(){
song.loadSound (listaCanciones[i],true);
song.setVolume(100);
}
equal_mc.gotoAndPlay("play");
equal1_mc.gotoAndPlay("play");
equal2_mc.gotoAndPlay("play");
sonando="true";
} else {
song.stop();
sonando="false";
}
}
function pararCancion(){
song.stop();
sonando="false";
equal_mc.gotoAndPlay("stop");
equal1_mc.gotoAndPlay("stop");
equal2_mc.gotoAndPlay("stop");
}
function siguienteCancion(){
if (i<(listaCanciones.length-1)){
i++;
}else {
i=0;
}
sonando="false";
sonarCancion();
}
function anteriorCancion(){
if (i>0){
i--;
}else{
i=listaCanciones.length-1;
}
sonando="false";
sonarCancion();
}
Is it something simple, like changing some "[i]" to [i+1] or similar, maybe in the onSoundComplete part? I will go try that now, and see if it works. Thanks in advance to anyone who would care to jump in and point me in the right direction here.

Russ

Spanish Characters Not Showing When Dynamic
I'm hoping someone can help me with this irritating problem. We have developed several Flash Movies which have been translated in to three languages. In order to facilitate this we put all the content in the ActionScript and then populate the text boxes dynamically. Things went well and our Spanish client accepted our work, but since then he has discovered that on some computers the Spanish characters are not rendering and are leaving the square character.

I came up with a number of solutions which might fix the issue and asked him to test them on a computer exhibiting this behavior and found the following:

Changing the HTML to be UTF-8 encoded: No effect
Embedding all the character sets: No effect
Changing the text to be static and not dynamically entered: Fixed the issue

Now I REALLY don't want to go through the half a dozen flash movies putting in all the text statically, because I am going to have to do it for Spanish and probably later on in Czech as well. Does anyone have any brainwaves?

Thanks in advance.

Problems Loading XML Spanish Into Flash
I'm having major issues with loading Spanish characters from an XML document into Flash text boxes. I have embedded just about EVERY font and it works on my machine but not online.
I have tried setting the XML document encoding to this:
<?xml version="1.0" encoding='iso-8859-1'?>
...and this:
<?xml version="1.0" encoding='UTF-8'?>
...still nothing.

Perhaps it has something to do with the HTML that holds the swf? I have tried both encoding types above there too, but nothing.

Formatted Text W/ Spanish Unicode
Hi -
I'm getting some very unreliable results with this code. Most of it is taken from the formattedText.fla in the Flash 8 Samples folder (which didn't work either) and sometimes it works and then it doesn't. Sometimes I'll see the styled text and then next I'll see raw html code. Sometimes I even get the word "content=" from the text file.

The text field "description_t" is on the stage, not by AS, dynamic ta with html selected.

I'm wondering if some of the problem is due to the text file that I'm loading has some Spanish accented vowels that I've replaced with Unicode entities. If I leave the accented vowels I get strange symbols in the final swf. I've saved the content text file as Unicode -UTF-8 encoding with Unicode line breaks.

I don't know what else to try. Please help.
TIA your expertise.
jl







Attach Code

description_t.border = false;
description_t.html = true;
description_t.multiline = true;
description_t.wordWrap = true;



//Handle the UIScrollBar - instance in library
this.createClassObject(mx.controls.UIScrollBar, "my_sb", 20);

// Set the target text field for the scroll bar.
my_sb.setScrollTarget(description_t);

// Size it to match the text field.
my_sb.setSize(16, description_t._height);

// Move it next to the text field.
my_sb.move(description_t._x + description_t._width, description_t._y);


function loadMyText(evt) {
var loadit_lv:LoadVars = new LoadVars();
loadit_lv.load("./UPDATE_HERE/tool3_paragraph.html");
loadit_lv.onLoad = function(success:Boolean) {
if (success) {
description_t.text = this.content;
} else {
trace("Could not load text file.");
}
};
}
loadMyText();


//apply stylesheet
var flash_css = new TextField.StyleSheet();
flash_css.load("./style/irsStyle.css");
flash_css.onLoad = function(success:Boolean) {
if (success) {
description_t.styleSheet = flash_css;
} else {
trace("Could not load CSS file.");
}
};

// - - - - - here's the text file called tool3_paragraph.html - - - - - - - - //

content="<p>El <b>ingreso bruto</b> significa todos los ingresos que usted recibi&#243; en efectivo, mercanc&#237;as, bienes, propiedades, y servicios que no est&#233;n exentos deimpuestos, incluyendo cualquier ingreso de fuentes fuera de los Estados Unidos (aun si usted pudiera excluir una parte o todo de ese ingreso). <b>No incluya</b> los beneficios del seguro social a menos que usted sea un contribuyente casado que presenta una declaraci&#243;n por separado y haya vivido con su c&#243;nyuge en cualquier momento del 2006. </p>"

Building An A3 Game In English And Spanish
I'm building a fairly in-depth online game for a client, and it has to be in both english and spanish. We're building the english version first. Only certain aspects will be affected by the spanish version: non-synched mp3 voice-over, some synched voice (probably embedded movie-clips with linkages), some text, and some of the buttons and splash screens. I'm trying to decide how to best structure the files to accommodate both languages, while at the same time trying to keep this from becoming 2 separate applications (to minimize effort as a result of change requests).

Does anyone have any suggestions? Even though much of the assets are common between the 2 programs, certain things are not. I don't want to get bogged down in code specifying which assets are and aren't shared, so I'm wondering if i need to have 2 of everything with a naming convention.

Or should I have a "shared" resource movieclip, a spanish resource movieClip, and an english resource movieClip and pull assets accordingly?

Any thoughts would be appreciated.

Dave

Spanish Cahracters Not Showing Properly
hi everybody, i want to upload some news to a flash site from php and show them in dinamyc text boxes

the text shows well and everything is so beautiful but as some of you know spanish has a very few special characters that english dont, such as Ñ á,é,í,ó,ú,ä,ë,ï,ö,ü

instead of these characters i get squares, i guess there is some encoding option that im missing, ive been reading some tuts and tried changing the char range and playing with html property and textformat object but i dont get it to work

im sure someone has had this problem before but didnt have luck searching the forum either, any help will bw be appreciated

cheers

Spanish Characters In Flash 8 Form
I cannot get an email form to recognize spanish characters (á,é, í, ó, ú, ñ, Ñ). I'm copying the form from a previous flash site I did on Flash MX. I'm also including the "system.useCodepage = true;" code on the first frame of the movie.

When the message is sent the characters are displayed incorrectly.

Is there a workaround for Flash 8 since many of old the coding changed in the new release??

Spanish Characters Not Showing When Dynamic
I'm hoping someone can help me with this irritating problem. We have developed several Flash Movies which have been translated in to three languages. In order to facilitate this we put all the content in the ActionScript and then populate the text boxes dynamically. Things went well and our Spanish client accepted our work, but since then he has discovered that on some computers the Spanish characters are not rendering and are leaving the square character.

I came up with a number of solutions which might fix the issue and asked him to test them on a computer exhibiting this behavior and found the following:

Changing the HTML to be UTF-8 encoded: No effect
Embedding all the character sets: No effect
Changing the text to be static and not dynamically entered: Fixed the issue

Now I REALLY don't want to go through the half a dozen flash movies putting in all the text statically, because I am going to have to do it for Spanish and probably later on in Czech as well. Does anyone have any brainwaves?

Thanks in advance.

URL-encoding Spanish Character Problem
I'm trying to URL-encode a text file (for pulling into Flash) to render Spanish characters.

The problem is nothing is rendering properly.

Here is just one example:
&nav1=miP%C1GINA-INICIAL

It is showing miPINA-INICIAL.

I have saved as UNICODE and UTF-8, but neither are working. Any ideas?

thanks

Dynamic Txt HTML Format In Spanish Problem
Hi , i have to load an external txt into a txt field with HTML format, but like you know i have to do some words with accent like había , tenía , names like García etc , and i dont know how to do it , ive tried with &eacute; for example for the "é" but it seems to be not reconized, so , if you know, pleas tedll me.
thanks

Translating From English To Spanish Can't Find The Text In The Fla Yet See In Swf
translating from English to Spanish but can't find certain text in the fla yet see it in the published swf?

In other words, I am successfully translating all the symbol files in the library, on the stage and on the timeline as well. I also looked for actionscript but don't know it well enough to rule it out. When I look at the new swf it has some english that still needs translation?

I Want To Some Spanish Wrod From Text File To Flash
Hello,

I want to load some Spanish words into my flash application with use of text file.. but not able to load this.. in flash I am getting this ȯ. Words which I want to load are something like this. Ä Ü ÿ å

Your help is really requested…

I hope to hear back from you soon.

Aziz Rattani

Movie Clip Problems And Flash Spanish Pack ?
Hi To All !!! What's up ? A big hi from all Argentina (who was eliminate from the world cup)

I was in my house and I didn´t know how to solve this problem.
I made a movie clip (rectangule form). And Inside I made several words appear from one side of it to the other. Details:
1. Your
2. Friendship
3. Is
4. Valuable

The problem is that when I reproduce the movie clip it starts again. For example when Valuable dissapears, Your starts again. The thing is that I want to this to happen only one time. Am I cleared ?... Maybe I dont know how to express my self. Well If yiou have the answer please reply to... eltorterosa@hotmail.com if not I 'll check it later

Strings Panel Tutorial For English Spanish Flash Website
Greetings everyone,

where can i find a good strings panel for multiple language flash website set up?

thanks in advance!!

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