Question
How do I define Embedded image in FLT XML?
Hi,
Let's say I have embedded an image like this:
package
{
public final class Resource
{
[Embed (source="/assets/images/1.gif" )]
public static const image_1:Class;
}
}
How would I call this from FLT XML for the source to be correctly mapped to my image?
<TextFlow xmlns="http://ns.adobe.com/textLayout/2008">
<p>
<img source=" ?? "/>
</p>
</TextFlow>
Thanks in advance!
