11/15/2011 6:15:09 AM
Title:
I want to specify font in xml and as I change font in xml it should reflect in swf
I want to specify font in xml and as I change font in xml it should reflect in swf
Can anybody help me on this????
11/23/2011 10:57:36 PM
for this first you need to write a timer loop which should load your xml periodically say every 1 min. Then read the xml and apply the loaded font name as global font style. But remember the changed font should be a system font or an already embed font.
11/25/2011 12:46:07 AM
Just Embed ur font to ur project and pass that name from xml, now u can change the font by any method like Timer,combobox etc
Rohit
Points: 160
Posts:0
11/26/2011 4:48:19 AM
Thanks all,
i already solved this problem by using style in xml, which enables me to specify font properties in xml.