Two colours Dynamic text field

Is it possible to have two different colours in a dynamic text field? I do my templates in animate.

You could try with the htmlText property of the textfield. I never get that to work. I normally use two individual textfields, that I made to auto-scale and align them using ActionScript…

Or use greensock splittextfield

You can try span or other tag and style it with different colour

<p>this is how <span style="color:blue;font-weight:bold">you can </span> color <span style="color:darkolivegreen;font-weight:bold">your text</span> field .</p>

For dynamic thing insert data with tag and style or use class or ID for it.