Hi.
I can’t fin a solution to my problem … so i decided to try here:)
I have assets class with images like:
[Bindable]
[Embed("icons/smilies/icon_cool.gif")]
public static var COOL:Class;
I would like to bind an image in dynamic TextField using html tag IMG.
I was wondering if is it possible to bind resources …
had tried <img src=’{Assets.COOL}’/>, <img src=’@imgAsset’/> …
Anyone have any idea how to bind embeded images in html textfield?
Tnx in advance