Hi there. I use a .swf file in which i have placed a dynamic text with a specific font and color. This text loads its content through a contents.xml file which is as follows:
<?xml version="1.0" encoding="utf-8" ?>
<xml>
<content>
<description><=!=[=C=D=A=T=A=[<br><br><font color="#ffffff" size="150">S.M. Architects</font><br><font color="#fc820a" size="20">Company - Profile</font><br><br>This page is formatted with HTML. This content page can be formatted with HTML tags. This means that you can format this page with images, links, font color/size and many more known html tags. The contents of this page are stored in a XML file, where you can edit or add more pages just like this one.<br><br>]=]=></description>
</content>
</xml>
But if inside property i place face=“other font name” then the following text does not appear at my .swf. If i use for example the color #fc820a then the text keeps showing as white.
Why can’t i apply this kind of changes at this?
there is also a config.xml fiel which is as follows:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<config>
<content_box_padding_horizontal>300</content_box_padding_horizontal>
<content_box_padding_vertical>100</content_box_padding_vertical>
<text_color>#CCCCCC</text_color>
<isEliteModule>true</isEliteModule>
<fullscreen_button_visible>false</fullscreen_button_visible>
<background_active>false</background_active>
<background_default>backgrounds/bkg_carbon_02.swf</background_default>
</config>
So, the text color remains as CCCCCC from the config.xml and if i change that color, the color at the .swf changes too but my problem is that i want to apply different colors and fonts in the text
THank you in advance