Hi,

So I would like to be able to pass info from an html generator for individual text fields to SWFmill so that the html will still format the way it does in my existing swf.

I'm using CDATA in individual nodes that (I'm hoping) will get passed to SWFmill and then spit out a new swf that will still have the html included for proper formatting.

Example of 1 of my XML nodes:

XML Code:
<title_1><![CDATA[<font face='Times New Roman' color='#FCFFBD' size='22'><b>Title 1</b></font>]]>
    </title_1>

This formatting works great for my swf files and am hoping to not have to change it. But I need to know if SWFmill include my html before I try going that route?

Thanks!