daemonk
02-16-2009, 02:11 AM
I was trying to use the embed meta tag in my flash project:
[Embed (source="/VSAsset/uiFrameT.png" )]
public static const uiFrameT:Class;
public var TFrame : DisplayObject = new uiFrameT();
It kept giving me this error:
1017: The definition of base class BitmapAsset was not found.
I googled it and found this article:
http://frankieloscavio.blogspot.com/2007/12/embed-meta-tag-is-flex-only-it-will-not.html
Is that still true? Or are there some work around for it now?
[Embed (source="/VSAsset/uiFrameT.png" )]
public static const uiFrameT:Class;
public var TFrame : DisplayObject = new uiFrameT();
It kept giving me this error:
1017: The definition of base class BitmapAsset was not found.
I googled it and found this article:
http://frankieloscavio.blogspot.com/2007/12/embed-meta-tag-is-flex-only-it-will-not.html
Is that still true? Or are there some work around for it now?