
February 20th, 2002, 05:19 PM
|
|
Contributing User
|
|
Join Date: Mar 2001
Posts: 46
Time spent in forums: 55 m 18 sec
Reputation Power: 13
|
|
|
html text box in netscape on mac
in an effort to use fonts that look like aliased web fonts i am creating multiline dynamic text boxes using html text. for example i'll set the variable of the dynamic text box to be "left_text". then on the same timeline i have the following action script.
left_text = "the headphone experiments<br><font color=\"#ff0000\"><a href=\"#\">joe somebody</a></font><br>";
works fine in mac and netscape on pc, also works in IE on mac, but in netscape on mac it prints <P align="left"></P> instead of
"the headphone experiments
joe somebody"
wtf? anybody know what's going on? or is this an "apple netscape users are SOL" kind of thing.
------------
i know it seems like a lot of trouble do do all of my text this way, but a lot of the text used is actually going to be pulled from a mysql DB, and i can't stand the blurryness of flash fonts. grr. you think they'ld have fixed that by now.
-alligator.
|