Rajeshred
Rajeshred

Reputation: 45

Replace String with Movieclip

In my application I have a String like this..

var str:String = "The item is [mc]";

Here i need to replace the [mc] with MovieClip Object. Is this possible?

But i could not use TLF text,because it increases the file size.

Upvotes: 0

Views: 147

Answers (1)

weltraumpirat
weltraumpirat

Reputation: 22604

I assume you want this string to appear in a TextField? You can use the <img> tag to place a symbol instance from your library.

Upvotes: 1

Related Questions