I want to load a MovieClip inside a TextField inline with the text.
The TextField documentation says “HTML text that you assign to a text field can contain embedded media (movie clips, SWF files, GIF files, PNG files, and JPEG files).”
How can this be done with MovieClips? There must be a listener we can override.
source: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html
From the documentation :
You can add MovieClip by setting his linkage identifier in the
srcattribute of the<img>node.