Timmy
Timmy

Reputation: 12828

What is the class of an Embedded asset?

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

Answers (1)

poke
poke

Reputation: 387825

It's a BitmapAsset.

Upvotes: 3

Related Questions