Reputation: 12828
What is the class of an embedded asset?
[Embed(source="picture.png")]
public static const picture:Class;
what is the class of:
new picture();
what superclasses does it inherit? i thought it would be Sprite, but it gave me a TypeError.
Upvotes: 1
Views: 88