Flash CS5, image from library in TLFTextField?
I cannot seem to embed an inline image in a TLFTextField from the library. Using the following snippet (with both a TLFTextField and a standard Dynamic TextField on the stage), the image appears ok in the Dynamic TextField, but no image in the TLFTextField.
var source:String ="image <img src='linkageId' width='100' height='100'/> footer";
TLFText.htmlText = source;
DynamicText.htmlText = source;
Changing the image source to a file path, and the image appears correctly in both. However, I would really like to keep using the in-library symbols if possible, and the TLFTextField documentation suggests this is still possible.
This is using Flash Professional CS5 11.0.0.485 on Windows 7. Any suggestions would be appreciated.
