hi ppl, wondering if this has something to do with the css.
I managed to load dynamic text into flash using css to format text however when I test the movie I have gap between words. see image
http://img505.imageshack.us/img505/4734/untitledjb1.jpg
same thing applies to my <li> tags
here is a copy of my css:
.title {
font-size: 17px;
font-weight: bold;
color: #ff6600;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000; }
.fax {
font-size: 11px;
font-weight: bold;
color: #ff6600;
font-family: Verdana, Arial, Helvetica, sans-serif; }
.tel {
font-size: 11px;
font-weight: bold;
color: #ff6600;
font-family: Verdana, Arial, Helvetica, sans-serif; }
.email {
font-size: 11px;
font-weight: bold;
color: #ff6600;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline; }
.bullet {
font-size: 11px;
color: #ff6600;
font-family: Verdana, Arial, Helvetica, sans-serif; }
.address {
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 12px;
color: #000000;
font-weight: normal;
and here is my txt file sample
content=
<p class='title'>Contact Kathy</p>
<p class='address'>
Adrress
1234 St.
USA 32714
</p><br>
tel: <p class='tel'>407-123-4567</p>
fax: <p class='fax'>407-123-4567</p>
email: <p class='email'>my@email.com</p>
<br>