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








Using Special Symbol In Dynamic Text File.


In a dynamic text file, you place a &instancenamehere= before your text. What if you want to use the & symbol in your dynamic text? In java, you use a '' when using a special symbol in a string, for example.

String example = "This is how you use "quotes" in a java string";

What is the equivalent in AS? How can I use the & in my text without it throwing my code off?

Cheers,
Sean




Adobe > Flash Site Design
Posted on: 07/07/2008 11:59:57 AM


View Complete Forum Thread with Replies

Sponsored Links:

Displaying < Symbol From Dynamic Text File - Am I Going Mad?
Dear all I have been struggling with this for the last 2 hours and its driving me mad.

I have some plain text documents containing the content to be displayed in a dynamic text field within my SWF. So far all is well, the content is displayed on screen and is correctly reading from the plain text file.

I have a line of text which need to be displayed thus:

(P<.001)

this line in my text file appears like (<i>P</i> %3c.001)

However when I try to view this text file in my SWF there is an error and the text fails to be displyed after the P indicating a problem reading %3c for the < symbol.

I have tried other symbols in its place to see whether they are displayed correctly and they work. Ive tried %25 which shows the % symbol and %26 to show an & even %3e works to display a greater than > symbol

Am I going mad or is there something I am missing here to display the < symbol?

many thanks to anyone who can assist.

regards
D

PS - I am using Flash CS3 and exporting as Version 9

View Replies !    View Related
Special Characters In Text File
I'm doing a flash site in English and Spanish. The problem is I just realized that special characters will be an issue, so I tried to put an ? (also quotes) in my xml file and it commented out all the rest of the text. Do you know what needs to be done to allow them.

View Replies !    View Related
Special Characters In Dynamic Text
I am sorry if this is posted in the wrong section...

In my movie, I have a dynamic text field. I set it's value w/ actionscript:

text = "hello my name is santa"

however whenever I put a dollar sign ($), it will not print in the output. In example,

text = "you owe me $5"
output will be: "you owe me 5"

Any ideas? Thank You!

View Replies !    View Related
Special Characters In Dynamic Text Box
I have a dynamic text box that shows different text depending on what button I'm rolling over. It looks something like this, where "text1" is the variable. How do I get the TM to be tiny next to the word "Name"? On a mac it would be like typing option-2.

Code:
_root.Button1.onRollOver = function() {
text1 = "Name™ Description"
};
It looks correct in the scripting area, but then doesn't show in actual use.

View Replies !    View Related
Special Characters In Dynamic Text
hi,

i'm form Chile, so i speak spanish. i'm loading a dynamic text, but some spanish characters like "´" and "ñ" (i hope you see the characters in "") do not appear. Por example, the word "drásticas" which has the special character over the "a" appears "dricas", that is, it skips the letter with the special character and the 2 following letters.
Anyway, i've tried using the embed option for dynamic texts, but may be i'm using it wrong.

please help.

thanks

bb

View Replies !    View Related
About Special Characters And Dynamic Text
hello,

i have some problems displaying the turkish characters.

i'm sending the link and the example files. I downloaded them from Flashkit.

here is the link,

News

There writes "Son Haberler" which means "Latest News" below somewhere.

There writes "Heim tekstil fuarý", or supposed to write. but "ý", "þ", "ð" cannot be seen. Instead some absurd characters. By the way this is a dynamic news update system.

What i ask is, is there a problem with the char-set of PHP file or should i embed the font to dynamic and input boxes? What i'm going to do?

Can you help me after having a look at the files or the link?

THANX,

View Replies !    View Related
Special Characters In Dynamic Text
Hello all -

I am pulling in text from XML into my flash file. I need to include ® Everything I have read so far says MX won't display &reg; however it does support the html img tag. I wasn't able to pull in an image either - any suggestions?

Thanks!!

View Replies !    View Related
Special Characters In Dynamic Text?
I have a dynamic text box that is read as html from a file. I have set the font as new times roman and arial and both times instead of a ' i get a box. i tried embeding characters but then words dont come up or it stops after a colon. any idea's?

View Replies !    View Related
Dynamic Text And Special Characters
I have a dynamic textbox using the "flash for fonts" font Business Bold.
I have the textbox set to render text as HTML
I have Punctuation set in the Character dialog box for the textbox
It indicates the font has 53 glyphs
The variable is
Code:
_parent.contact_maintext

on the parent I have
Code:
onClipEvent (load) {
contact_maintext = "paul%40tossfad.com";
}

I thought this would display the "at" symbol, but it does not.
The "at" symbol does display in a standard static textbox.

where am I going wrong

thanks
Mark

View Replies !    View Related
Special Characters In Dynamic Text
I am importing text from an xml document at run time. Everything comes over ok except for a few characters. The ' does not display correctly and β (greek lower case beta symbol). Does anyone know how to import these special characters? Is there a list somewhere?

I tried embedding the greek characters in the text field properties with out any luck. Do I need to format the xml text differently?

View Replies !    View Related
Reading Special Characters From A Text File
hi,

i'm loading variables from a text file and it works fine except for some special characters which are not read correctly by flash mx. i'm using the codes from http://www.macromedia.com/support/fl...l_encoding.htm but most of the codes for special characters do not work!!
i especially need to be able to show the spanish "ñ" and the letters with an accent "é","á", etc.

my textfield property "render text as html" is enabled.
does anybody have an idea?

View Replies !    View Related
Code For Special Characters In A Text File
Does any one have a tutorial that places characters like " , - etc. will input them correctly from a text file.

Andy

View Replies !    View Related
Special Characters In Variables From Text File?
Need to include = and & characters in urls to be loaded from an external text file (one of the variable1=value&variable2=value etc. style ones)

any idea how i'd represent & and = ? is there a master list of escape characters somewhere? i can't find one.

View Replies !    View Related
Dynamic Unicode Text And Special Characters
hi.

i was told if i want to upload a dynamic text from a .txt file into a dynamic text fileld in flash6 i should save it as unicode file (for e.g. with word) in case i use special html characters (ä,ö,ü...etc.).
o.k. so far, but my text has to start with a variable name like var=...text...,
and the unicode format puts some symbols in front of the "var=" so it can not be detected by flash anymore. what to do?

View Replies !    View Related
DYnamic Text Field With Special Characters?
I have a dynamic text box "loadText" and I'm trying to load text.txt into loadText. I also checked render text as html and multiline .. so basically I want to display news in the text field. I also want to be able to include special cahracters like ! , %, etc...

thanks.

View Replies !    View Related
Embedded Dynamic Text/ Special Characters
Hey all,

I have a dynamic text field, with text embedded into it, not loaded from outside the movie. I did this cuz the scroll component I am using requires it to be a dynamic text field. My question is, with dynamic text how do you display special characters? For example, the following line:

Über 30 Charaktere

when published comes out as:

ber 30 Charaktere

Any Ideas?
Thanks.

View Replies !    View Related
Dynamic Text + Html + Special Typography
Hi!
I seem to remember i've read somewhere that i cannot have a dynamic text with html and special typography (a strange typography with normal range [A-Za-z0-9] that user is not expected to have installed) but i cannot find it on flash mx 2004 help, nor on internet...
Am i right?
I've tried some examples and i cannot see what i write in a text like that...
What i'd love is a dymanic text with special typography and several colors, i mean, in the same sentence, some words with different colors...i guess i'll have to use several textbox to achive this...



Thx!

View Replies !    View Related
Special Characters In Dynamic Text Boxes
Still getting the hang of dynamically loaded text (using loadVariablesNum), I wonder if any of you nice people can help me with this little issue. Anyway, I have several dynamic textboxes on stage with variable names why1, why2 etc. loadVariablesNum loads text.html that contains a bunch of html formatted text. The problem is when it comes to displaying special characters. The way I would display, for example, "%", in html, would be to use "%". When the html is loaded into the swf however, anything including and after the "&" is not displayed (which is, I think, because flash reads "&" as the start of a new variable). So is it possible to display symbols such as "&" in dynamically loaded textboxes in flash? I'm guessing so, but I'm not sure how to proceed, so I'm turning to ultrashock for help here. Any info would be appreciated.

View Replies !    View Related
Special Characters Problem While Loading Text File
Hai Flash guys

I've problem loading the text file with special characters. That mean in my text content i'm having "&" symbol. In movie this text file loading and displaying up to this symbol and other contents are not displaying. I come to know that for this special characters we've to give code as "%25" in text file. And now its working fine.

I don't want to give code to this type of special characters every time in my text. We can place script for this character allowing in movie to display its right.

If u've idea pls give solution for this. I would like to know about this solution

thx
sathish

View Replies !    View Related
URL Encoding: Reading Special Characters From A Text File
Hi.

I am trying to feed html text from a text file to a text box that contains some special characters.

The text loads fine, and most special characters work, however I cannot get greater than or less than to display properly.

If I use:


Code:
%3D
for example, an equal sign is rendered.

However, if I use:


Code:
%3C
to render a "greater than" symbol, the page does not render.

Any advice on how to fix this is appreciated.

View Replies !    View Related
Special Text Links (with AS) In Dynamic Text
Hello everybody! I have a question about the text in a dynamic text field that scrolls with the help of a scrollbar (with Target Textbar). Anyway, I want certain words in this text to trigger a pop-up and certain words to play another scene when clicked. I want to do this in a similar way you would normally add a hyperlink: selecting the text and typing in the url in 'properties'

I assume the first is possible with a javascript link but is the second a possibility?

Thanks a lot in advance.

View Replies !    View Related
Loading Dynamic Text, MX Won't Recognize Special Chars?
Hi Flashers,

I'm doing a Flash MC which loads some dynamic text from a .txt source file. The thing is that if the .txt file, contains special characters like Spanish-French é è á ñ etc, Flash MX does not recognize them when exporting or testing the movie, and instead it displays a lil' square or a missing letter.
That did not happen with Flash 5, why is that so? Is there any option I'm missing to avoid it? Haven't been able to find it. Has anybody experienced something similar??

Thank you,
Manare

View Replies !    View Related
Text Encoding Special Characters - Dynamic External
Hey, I have solved this before, but I forget how. When I pull in text from an external doc and populate a dynamic text box text content with the variables, it doesn't recognize apostrophes, quotes, etc. I don't want to click on the "embed" button in the Flash UI and embed the characters that way in the font because that makes the swf way bigger than it has to be.

I remember from a past project a few years ago that I found it had something to do with the text encoding, and I could save the external text file as a UTF-8 or something and then use the html/ascii code for the grammar marks and it worked, does anyone remember exactly how that works?

thanks!

View Replies !    View Related
Rendering Of Special Characters In Dynamic Text Field
Everything works fine, except, when the text being displayed contains special characters (such as the german umlauts ä, ö, ü) the text is being anti-aliased... anyone a clue?

the text comes from a rss-feed, i tried a local file, utf-8 formatted, but that wouldn't help. here's the code:

//gotoAndStop(50);

var loops = true;
var loopstop = false;
var loopCounter = 0;
var ticker_y = 0;
System.useCodepage=true;

tickerformat = new TextFormat();
tickerformat.underline = true;
//tickerformat.bold = true;

function loadXML(loaded) {
if (loaded) {
for (i = 0; i <= 20; i++) {if (this.firstChild.childNodes[0].childNodes[i].nodeName == "item") {item = i;break;}}
for (i = 0; i <= 20; i++) {if (this.firstChild.childNodes[0].childNodes[item].childNodes[i].nodeName == "title") {ti_n = i;break;}}
for (i = 0; i <= 20; i++) {if (this.firstChild.childNodes[0].childNodes[item].childNodes[i].nodeName == "link") {li_n = i;break;}}

nx = this.firstChild.childNodes[0].lastChild.childNodes[0].firstChild.nodeValue;
for (i = 0; i <= 100; i++) {
ni = this.firstChild.childNodes[0].childNodes[i].childNodes[0].firstChild.nodeValue;
if (ni == nx) {numOfNodes = i-item;lastNode = i;break;}
}
ticker_y = 2-30*numOfNodes;

for (i = 0; i <= numOfNodes; i++) {
n = "news"+i;
l = "link"+i;
_root[l] = this.firstChild.childNodes[0].childNodes[item+i].childNodes[li_n].firstChild.nodeValue;
ticker.txtbox.attachMovie("newsmaster", n, i);
ticker.txtbox[n].txt.text = this.firstChild.childNodes[0].childNodes[item+i].childNodes[ti_n].firstChild.nodeValue;
ticker.txtbox[n].txt.setTextFormat(tickerformat);
ticker.txtbox[n]._x = 30;
ticker.txtbox[n]._y = 30 + i * 30;
}
} else {trace("file not loaded!");}
}


ticker.txtbox.setMask(ticker.tickermask);

xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("http://www.1asport.de/enid/rss/1aSport.rss");

Thank you!


Peter

View Replies !    View Related
Pls Help On How To Make Special Fonts Appear In Dynamic Text Field
hi! I was able to successfully make links out of captions from an xml file thru reference
http://www.kirupa.com/forum/showthread.php?p=2089357 given by a helpful member Stringy. Thanks stringy. It worked ok. My problem now is that I wanted to use a special font (frenchscript mt) for the captions in the dynamic text field. I've done all kinds of embedding inc. the new font symbol embedding method but nothing works. I test if embedding was done by removing the font from my fonts folder. But when I do this, the captions become Arial I even tried to put a plain dynamic text field on stage using the special font, but the same thing happens when I remove the special font from the fonts folder. What can I do to make sure that even users without this font will be able to view the caption in the special font??? Pls help, thanks very much

View Replies !    View Related
Embedding Special Chars Into Dynamic Text Fields
I am trying to get some french accent Characters to render in my dynamic text field. I have tried everything I can think of. Including altering the UnicodeTable.xml file.

I followed the Flash's live docs instructions and still no luck.

Heres the XML I added to the bottom of the UnicodeTable.xml file.
Code:
<glyphRange name="french accents" id="100" >
<range min="0x00E0" max ="0x00E0" />
<range min="0x00E7" max ="0x00E7" />
<range min="0x00E9" max ="0x00E9" />
<range min="0x00F4" max ="0x00F4" />
</glyphRange>


After I re-open flash the new char set is in the embed box as it should be. But even when I embedd this new set no results. The place where the chars should be come up in the text field is completely blank. Same results no matter which typeface I choose too. Also I have tried the embed additional Chars box in the embedded window and it doesnt work either.

I used this converter to get the unicode for the characters I need to embed:
http://people.w3.org/rishida/script.../conversion.php

I'm stumped. Any thoughts?

Thanks

View Replies !    View Related
Registered TM Symbol : Special Characters...
might be a stupid question, but how do i make a registered TM symbol in flash?

or a copyright symbol for that matter?

View Replies !    View Related
Special Characters Euro Symbol ‚¬
Hi,
I have a dynamic text box on stage. It loads text from a php file, created in Macromedia. However, it will not load the Euro symbol €. Ihave tried the special HTML character &#8364 in Macromedia but it does not convert it to the Euro Symbol. It does not work either, if I put in the € symbol, but will work for $ or £ symbols.
The php code i have is :

<? php>
$msg = "This is the Euro symbol &#8364";
print ("&hotelDatabaseinfo=$msg");
<?>

What should I do ?

View Replies !    View Related
How To Define Special Character In Html Text File Used In Loadvars
Hi
I'm witing some maths software and need to use the division sign in a text file which is loaded using LoadVars().
The variable loaded is then assigned to a text area. Here's the variable example.
&hint1=<title><b>Challenge 1: Instant recall of any table</b></title><p>Including table divisions eg 56 ÷ 8= </p>
the division sign is missing or a just a box. I've already tried most options: &#x00F7; (which works in XML loaded to flash), &divide; %F7
Can anyone help please?

View Replies !    View Related
Html Special Character Not Showing In Dynamic Text Field?
Hi - I am trying to get the the HTML special character for eacute to display in a dynamic text field. The symbol looks like é but does not show up at all when the movie is exported. Any idea why this is happening or how to make it show up?

*** The "e" in eS (see code below) is what needs to be replaced.

Thanks for your help!

on (rollOver) {
this.roll(100);
this.textvar = "<p align='center'>eS Guts 2.0 Tee<br/>202804 $19.99 <a href='http://shop.ccs.com/item.do?itemKey=202804' target='_self'><font color='#FFFFFF'>&nbsp;Buy Now></font></a></p>";

}
on (rollOut) {
this.rollout(52);
}
on (press) {
this.link("202804");
}

View Replies !    View Related
Symbol Will Not Slowly Fade In If Using Special Font?
I have a very basic .swf with some text that I've converted to symbols, and slowly fade in/out with a tween. This works great, until I was asked to use a special font (Frutiger) So, I have the font installed now. I created new symbols with the Frutiger font, but instead of slowly fading in now, the symbol loads very quickly. I can't figure out how to make a gradual/slow fade in. This problem only happens when I'm using Frutiger. If I pick Arial or some other basic font, I can get the symbol to slowly fade in/out. Any suggestions?

When I watch the movie in Flash, it's fine, and slowly fades in/out. It's only when I try to view in IE.





























Edited: 11/20/2007 at 01:27:53 PM by Lucky Kitty

View Replies !    View Related
™ Symbol In Dynamic Text?
i am loading text files for my scroll bars..

that way people in my office who do not know flash can still write and edit the pages...

i am trying to get a ™ trademark into my page...

when i type it on my mac keyboard it comes up as a FUNKY A when run in flash...

when i try and load in the HTML code for a trademark


nothing comes up or displays, and the textfile is truncated at the trademark.

when i try and type ™ or \™

i still cannot get it to display...

is there a special way to make a trademark logo pop up from a textfile?

thanks

View Replies !    View Related
Cant Get The Plus Symbol To Appear In Dynamic Text...
that is loaded from an external TXT file. It just dispays as a blank space in the swf. I assume this is because it is used as a scripting element, but there has to be some way of getting it to display. I've tried all the special keyboard codes I know, but nothing has worked. Any ideas?

The designer I am building the piece for wants to use the + symbol as a graphical element like so:

+menu item

The text is using rich formatting (HTML), but it does the same thing with it turned off. I did a quick test of just this functionality, and it is occuring regrdless of other scripting in the file. I made a simple text document with a row of 10 plus symbols between double quotes, then a line break, then a line of 10 pound symbols between double quotes. As you can see in the attached SWF, the plus' simply disappear to be rendered as blank spaces. If anyone can tweak the fla or text file to get it to work, that would be awesome!

www.meniscusinteractive.com/plustest/

View Replies !    View Related
Dynamic Text As Symbol?
When publishing a movie, dynamic text comes out much more crisp than static text. However, if I convert dynamic text to a graphic, I can't use any alpha tweening via motion tweens. Do I have to use actionscript for the tween or is there a way I am missing? Or, can static text be made more crisp?

Thanks all.

View Replies !    View Related
The % Symbol In Dynamic Text.
I have a .fla that loads a .txt
All is easy.
But if i put the symbol % in the .txt, all other letters or symbols are displyed... but % not.
I insert it embed font.

View Replies !    View Related
& Symbol In Dynamic Text Box.
Hi All

I appreciate all the help I have gotten here in the past. I searched for the answer to this but I couldn't figure out a search that would reduce the results to a manageable size.

The title pretty much says it all. I need to use & in a dynamic text box with html on. I have a multi-lingual site so I need the & symbol to display special charicters in the tet boxes. The other option is if someone knows how to display accents and such for French, German, Spanish, and Italian?

Thans much of the help, I'm sure its an easy answer that I couldn't find.

View Replies !    View Related
Loading The & Symbol From A Text File
Super quick question

I'm loading a bunch of variables from a text file, which include a couple of urls which use the & character as part of the url. Now this obviously breaks the string and ignores the rest of the url after the &

Question is, how can i stop this from happening? I've tried a backslash but it doesnt work - is there an easy way do to it?

Thanks for your help!

View Replies !    View Related
& Symbol In External Text File
Hi guys!

Hope you can help! I am using external text files loaded into swfs & I need to know if there is any way at all I can use the and symbol (&) and make it appear in the rest of the text?

Thanks,
Jen

View Replies !    View Related
& Symbol In External Text File
I am using external text files loaded into swfs & I need to know if there is any way at all I can use the and symbol (&) and make it appear in the rest of the text?

View Replies !    View Related
EURO Symbol In Dynamic Text?
Hi,

I've been asked to update a multi lingual site I produced last year for a client to reflect the recent introduction of the EURO.

Problem is that I have used dynamic text throughout the site and I can't seem to use the symbol in a text file.

Is there anyway to get around this? I've looked on the Macromedia site and hav had no luck.

Thanks,
SpaceyUK.

View Replies !    View Related
TRADEMARK Symbol In Dynamic Text
I'm trying to insert html text dynamically into a dynamic text box in flash.

I have been told to use the &153; symbol to get the trademark symbol to show up in html. This (amongst other things) has not worked when I upload.

Does anyone know a fix??? I am on a mac.

THANK YOU!

View Replies !    View Related
Getting The & Symbol To Load In Dynamic Text
Im having my dynamic text read from a external .txt file

Though whenever I use the & symbol, anything after it doesnt show up. Is there a solution I can use to show the & symbol?

View Replies !    View Related
Autosizing Dynamic Text Within Symbol?
I'm working with a horizontal variation on this menu:

http://www.kirupa.com/developer/acti...pdown_menu.htm

Is there a way to make the individual menu buttons scale according to content?

View Replies !    View Related
Using The & Symbol In Dynamic Text Fields
Hi

I'm just wanting to create some dynamic text fields that contain the ampersand symbol &

I've this variable:-

Code:

myAmp = String.fromCharCode(38);

and then I'm using this code

Code:

prodTitle.text = "windsor scatter back sofa" +myAmp+ "sofa bed"

I obviously want this to read windsor scatter back sofa & sofa bed

When I trace myAmp I do get the & symbol but it doesn't populate the dynamic text field with the symbole when I use the code above.

Can I get around this? or should I just use the word and?

I just don't have much room for the word.

Thanks

Ricky55

View Replies !    View Related
Loading A Text File From A Movie Symbol
I have a movie, which loads a movie symbol.. The movie symbol operates a address book (ie clicking on a letter to view the stored email addresses from a text file).. I have been unable to call the text file into the dynamic text box, although it will load if I put the text box and letter button straight into the scene.

Is it impossible, or is it possible and I just have no idea what I am doing? (probabley the latter of the two).

View Replies !    View Related
Copyright Symbol In Text File In Flash
Hi!

I want to insert a copyright symbol (in html it's &copy; )into a text file (or html file) that is pulled into flash, and viewed as the copyright symbol in flash.

Is this possible? and if so, what's the code i have to use?

Much appreciated! thanks!

View Replies !    View Related
Have You Ever Imported An Ampersand Symbol Via A Text Or Xml File Using AS3?
I've been asking around and it appears this is sort of hard to explain and I can't figure out why.

All I'm trying to do is import text dynamically from XML file -- but I need to include a double-right arrow (»).

I can extract the text and import it to Flash in a dynamic text box no problem, just can't figure out how to include the entity reference in XML (using CDATA causes errors or stops any text from showing in the text box at all).

Maybe I'm not using CDATA correctly, does the XML file need a specific XML header to work correctly?

Would just think people need to do this automatically and there would be a lot of resources on it.

Thanks for any help.

View Replies !    View Related
Using £ Hex Symbol From Dynamically Loaded Text File
Hi,

Having problems getting the £ sign to show up with a dynamically loaded text file. Am using %25 for % sign - works fine. Tried using %A3, but doesn't work.

Text file saved as Unicode UTF-8.

Flash script:

onClipEvent (load) {
_root.txt.holder.main.t6.main.htmlText = unescape(this.content);
}

Any help would be appreciated...

Cheers.

View Replies !    View Related
Dynamic Text / HTML Text And A Less Than Symbol (<)
I have a dynamic text box into which I am loading text from a database. The text is input into the database via an html based backend that lets a client write a simple email type note, with basic (flash htmltext supported) formating such as bold, italics etc.

All of this works fine.

My problem arises when someone enters a less than symbol ... < ... into their text. The dynamic textbox interprets that < as the start of an html tag and the text stops displaying at that point. I can get around it by converting the < to %3c and having the text go into the dynamic text field's .text variable but that breaks the htmlformatting, so it needs to go into mytextfield.htmltext... problem being when I do that is that the pure < breaks the text string as mentioned above, or if it's converted to %3c.. it shows as %3c, not as a < symbol. Yes, it's a bit confusing.

How can I have a less than symbol appear when entered, yet still retain the html formatting for the dynamic text field?

Thanks for any input.

datter

View Replies !    View Related
Vertical Text In Dynamic Text Of A Symbol
I have created a basic symbol with dynamic text, so that I may have many of the same symbol and script the text that shows up on the symbol. When I have the text box in a horizontal orientation the text shows up in my animation but when I turn it into a vertical orientation my text does not show up. Unfortunately I need the symbols to have vertical text. Does anyone have any advice???

View Replies !    View Related
Can A Font Symbol Diplay Dynamic Text?
Hello FK!
I want to use a pixel font, turned into a font symbol, in my shared library, to display dynamic text from a txt file. Can it be done? It looks fine on my computer, but I want to be sure before I start changing files on my server.
thanks
matt

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved