Detect texfield html images loaded

I have a text field in a clip being loaded into a scrollpane component… easy enough…

I have text and images being loaded into that text field…

when the text is loaded the field thinks that it’s done and then fires off a myScrollPane.invalidate() to rfresh the scroll bar to fit all of the text…

The problem: the Images load into the field after the textfield thinks it’s done loading and updates the scrollpane component. I know you can target these images using the “id” attribute but is there a way to place a listener to detect an onLoad event or a loaded event for that id?

summary: Can I detect when textfield images are done loading. are there any built in events for this?