Цитата:
Embedding movie clip symbols
To embed a movie clip symbol in a text field, you specify the symbol's linkage identifier for the <img> tag's src attribute. (For information on defining a linkage identifier, see Attaching a movie clip symbol to the Stage.)
For example, the following code inserts a movie clip symbol with the linkage identifier symbol_ID into a dynamic text field with the instance name textField_txt.
textField_txt.htmlText = "<p>Here's a movie clip symbol:<img src='symbol_ID'>";
In order for an embedded movie clip to display properly and completely, the registration point for its symbol should be at point (0,0).
|
разве это не то что вы ищите?