Help With Accent
Hi
I'm working on a project that needs to load ASP into Flash.
But when I try to load a word with an accent (ex.pédé) it writes somthing like "p " and loads the next word.
I know when you load text from a text file you've got to set the formatting on UTF-8. But loading from variables written by the ASP ...
I really don't know what to try.
Somebody ?
Ultrashock Forums > Flash > Flash Newbie
Posted on: 2004-01-27
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
XML And Accent
Hello World!
My problem is that I want to import some text which contains some caracters like é, è, or à, from an xml document and it seems to be impossible!
What can I do?
Can't See Any Accent
Hi
I finally made my srolling text box. I use a txt to load all the text
but I can't see any ACCENT! how I do?
thanks
O With Accent
Hi,
Is there a table available that tells you the keys to press in order to get special symbols?
I want to create an "o" with two dots above it. It is used in German.
Creating the circles myself looks sloppy. please help. thanks.
ACCENT Didn't Work On MX... Help
I'm having some troubles with accents in FLASH MX
õ >> o + ˜
á >> a + ´
they didn't work.
I'm using a Mac, don't know if it matters.
other accents are ok
ANY IDEIAS?
thanks
renato
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!
Text Accent Errors = Little Boxes
My discrepency:
I was creating a text scroll box with variables and everything works fine, but I need to create a bio
for a client in both english & spanish. My problem is that when I input the spanish text in, All the accents used in the spanish language come up as small boxes instead of what they should be. Except in the english bio, it doesnt.
It completely screws me up, because without them the text would
be pronounced wrong. - Any ways around this?
- FlasH MX 2004
Loading File: Accent Problem
Hi,
When I export my animation to an executable file (.exe), this cannot load an XML file when the path contains a special character.
Concretely, I've got these files:testAccent.fla (exported to testAccent.swf and testAccent.exe)
testAccent.xml
With the .swf export: no problem.
With the .exe export: problem!
My .fla contains:
Code:
this.onLoad = function() {
var doc_xml:XML = new XML();
doc_xml.ignoreWhite = true;
doc_xml.onLoad = function(success:Boolean) {
if (success) {
// loading successfully
trace_txt.text = "ok";
} else {
// loading error
trace_txt.text = "error";
}
};
doc_xml.load("testAccent.xml");
};
When the files are placed in D: est, ok is displayed.
When the files are placed in D: ést, error is displayed.
What can I do for this accents problem?
Accent Marks Not Displaying From Within File
Hi all,
Here is the piece of my action script:
this.createEmptyMovieClip("alphaChecker", this.getNextHighestDepth());
alphaChecker.onEnterFrame = function ()
{
script._alpha = script._alpha + 3;
if (script._alpha >= 100)
{
delete alphaChecker.onEnterFrame;
script._alpha = 100;
} // end if
};
script.text_txt.html = true;
script.text_txt.htmlText = "Já pensou...";
script.text_txt._width = script.text_txt.textWidth + 70;
script.text_txt._x = -script.text_txt._width / 2;
var myFormat_fmt = new TextFormat();
myFormat_fmt.align = "center";
myFormat_fmt.size = 40;
myFormat_fmt.color = 2631720;
script.text_txt.setTextFormat(myFormat_fmt);
The line in bold is the text I'm displaying in my movie. But I can't for the life of me get the "á" to show up. I've tried unicode codes and it doesn't work. What should I do?
Thanks.
Martin
Accent Marks Not Displaying From Within File
Hi all,
Here is the piece of my action script:
this.createEmptyMovieClip("alphaChecker", this.getNextHighestDepth());
alphaChecker.onEnterFrame = function ()
{
script._alpha = script._alpha + 3;
if (script._alpha >= 100)
{
delete alphaChecker.onEnterFrame;
script._alpha = 100;
} // end if
};
script.text_txt.html = true;
script.text_txt.htmlText = "Já pensou...";
script.text_txt._width = script.text_txt.textWidth + 70;
script.text_txt._x = -script.text_txt._width / 2;
var myFormat_fmt = new TextFormat();
myFormat_fmt.align = "center";
myFormat_fmt.size = 40;
myFormat_fmt.color = 2631720;
script.text_txt.setTextFormat(myFormat_fmt);
The line in bold is the text I'm displaying in my movie. But I can't for the life of me get the "á" to show up. I've tried unicode codes and it doesn't work. What should I do?
Thanks.
Martin
Accent And French Characters From LoadVar
I have a script that loads variables from HTML files. Those files are somewhat long text with proper html tags (p, h1, a, etc.). The content of the loadvar is then assigned to the htmlText of a text field.
The problem is that Flash truncates the text on the first accent it encounters. In Dreamweaver, i've tried changing all the accents to the ascii codes (&#xxx;) and to the HTML names (à).
I've tried putting the actual characters within the code window as well, that doesn't result in the text being truncated, but it simply doesn't display the letter and some other letters following it too.
I've managed to read text properly from an XML, but in this instance, i'd like to keep the formating - bolds, headers, etc.
Is there another option i haven't looked at when it comes to outputting special characters from a loadVar.
Accent Marks In Text Loaded From .txt File?
I have a dynamic text box that loads its text from an external .txt file.
At one point in the text it needs to say 'español'.
The problem is when it gets to the 'ñ' it cant load it.
Does anyone know how to get accent marks to work when they are loaded from external text files?
thanks for any help,
-Ash-
Having Trouble Displaying Accent Mark Letters In Dynamic Text Field
I'm having trouble displaying letters with accent marks in dynamic text field..
im using Arial and have all the fonts embedded including the latin ones, have render as html checked and still not working.. What am i doing wrong..?
my code:
Code:
System.useCodepage = true
myTextVar = "é";
How To Get A Acute Accent "e" From Txt File
Hallo,
I'm loading text from a text file into html enabled dyanamic text boxes. Is there a way to render an acute accented e? (e with an apostrophe thing on top). I've tried the url encoded "%e9" but that doesn't seem to work, even if using a system font.
Thanks
|