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.
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.