I am having problems adjusting the font size of a xml document that controls a flash document. Is it possible to adjust the fontsize on the xml? Here is the code
Code:
<banner bannerWidth="500" bannerHeight="150" bgcolor="0xeedc19"
logoWidth="-80" logoHeight="0"
lastlogo = "logo.swf" >
<phase1>
<bannerText text="Area Advantages:"textcolor="0x000000" textfont="Arial"></bannerText>
<bannerText text="TEXT" textcolor="0x66CC33" textfont="Arial"></bannerText>
<bannerText text="Located within 60 minutes of 2 State University's" textcolor="0x66CC33" textfont="Arial"></bannerText>
</phase1>
</banner>
Dodge20