Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Font Size

Status
Not open for further replies.

dodge20

MIS
Jan 15, 2003
1,048
US
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
 
XML is purely a data medium. In this case, the data is being transformed into visuals by flash. You'll need to know how the flash code is doing this in order to know what attribute will change the font-size. At a guess though, try textsize="...."

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top