Hi
I am iranian , excuse me for bad type !.
please ,viwe this sample and help me !
this text is for persian language.
How I can write persian text ?( flash right to left for external file.)
<< can you speak persian?! >>:smirk:
you can not help me?:puzzled:
this text is Farsi(fa)
چه خوش گفت پیغمبر راستگوی------------------ زگهواره تا گور دانش بجوی
you most installing Persian or Arabian language in your system(camputer).
Please downloading flashRTL class in this web site and help me .
http://www.flashRTL.com
my problem is for external file!!!!
you can not working by flashRTL class?
this is how your file looked BEFORE I installed the homa font
Also, I noticed that when I ran your movie, the text flashed on the screen for an instant and then disappeared. Did you notice that?
1 day later...
Gah! - I guess he's fixed his problem.
sorry, don't know why that happens:
System.useCodepage = true;
myData = new LoadVars();
myData.onLoad = function(success) {
if(success){
_root.textArea.text = myData.Name;
trace(myData.Name);
} the junkyard:: Please help them get to school again, please God? The Church was left to 4 manangs who would chant the rosary in 1000 miles per http://thejunkyard.blogspot.com/2005_02_01_archive.htmlHOME |
} Reading and Vision Therapy:: Sometimes things arent what they seem.Vision therapy can help a struggling reader.IQ-Learn about different kinds of smart-multiple intelligences-MiQFind resources http://www.squidoo.com/readingandvisiontherapyHOME | Jerzs Literacy Weblog: Humanities: September 2003 Archive Page:: Writing flash regularly -- sometimes several a day -- has taught me MOther of God i need freaking cliff notes for peace like a river please someone help http://jerz.setonhill.edu/weblog/2003/09/humanitiesHOME |
myData.load("myTextFormat.txt");
mahsom, I've been SLEEPING for the last 7 hours. Be patient - U.S. time is like 10 hours behind yours.
...
Neither one of those extensions work with Flash 8. You are trying to "write Persian text." That is the only information we've had from you. Also, you said your problem is with an external file.
From what I saw earlier this week, when you run the movie your text does not show up. I really am at a loss here - if someone else would just download his file (above (http://www.kirupa.com/forum/showpost.php?p=2048780&postcount=1)) and help this guy out, because I don't know what's wrong with it.
You never said whether you embedded your font into the dynamic text field. We need to know that too. Lastly, isn't there a forum or group of people working with Flash who speak your language? You'd get much better help from such a group than you would here. Participating in this kind of a group forum is a highly-technical enterprise, language-wise - heck I have trouble sometimes describing my problems and I've been speaking English all my life. But we'll try our best to help you if we're all you have.
excuse me
Not yet
This text's types is cut
view this sample...
ن ا م م ن م ه د ي ا س ت
and view this ...
نام من مهدي است .
please view this file's
40900
and
40901
Use this. The text box seemed to be corrupt. When I recreated it it worked fine. Also, you need to embed the font homa into your library if you want it to work using that font.
ActionScript Code:
System.useCodepage = true;
myData = new LoadVars();
myData.onLoad = function(success) {
if(success){
_root.textArea.text = myData.Name;
trace(myData.Name)
}
};
myData.load("myTextFormat.txt");
Also, I prefer using "&" before the var name in the text file such as:
&Name= text
----------------->
I can not understand.:ex:
please , better explanation
I am not professional.... .:smirk:
Hi
I am iranian , excuse me for bad type !.
please ,viwe this sample and help me !
this text is for persian language.
How I can write persian text ?( flash right to left for external file.)
<< can you speak persian?! >>:smirk:
You are using the following code on a dynamic text box (on the stage) called textArea:
System.useCodepage = true;
myData = new LoadVars();
myData.load("myTextFormat.txt");
myData.onLoad = function() {
textArea.text = this.Name;
};
Your aim is to load text out of a textfile named myTextFormat.txt with the variable "Name" inside.
Well I am not sure why your code isn't working, but did you embed the font into the dynamic text box by using the "Embed" button next to the font selection field (in the properties panel)?
The image attached is how it looks on my computer:
Couldn't you just right align the text in the textfield?
Use this. The text box seemed to be corrupt. When I recreated it it worked fine. Also, you need to embed the font homa into your library if you want it to work using that font.
ActionScript Code:
System.useCodepage = true;
myData = new LoadVars();
myData.onLoad = function(success) {
if(success){
_root.textArea.text = myData.Name;
trace(myData.Name)
}
};
myData.load("myTextFormat.txt");
Also, I prefer using "&" before the var name in the text file such as:
&Name= text
you need to embed the font in your flash file. Basically, if you embed the font, anyone who doesn't have that font installed on their computer will still be able to view it. To embed a font, go to your library panel (Ctrl + L), click on the top right arrow and click "New Font". Then, after you've added the font and named it (ex. Font1), go to your text box and select the font from the fonts list. Then it should work for everyone. However, I suggest that you delete the textbox on the stage of your movie clip first because it seems that it is corrupt. I've noticed that happens sometimes.
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|