hello

Does anyone know if there is a way of inserting an instance of UIComponent into a textfield?

for example, say I have a mx.controls.Text with some htmlText assigned to it.

I then also create a VBox object, is it possible to refer to this VBox object in the htmlText and embed it into the textfield? in a similar way to embedding an image into the textfield using <img> tags....?

thankyou....