views:

30

answers:

1

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.

+2  A: 

It's a BitmapAsset.

poke