Supported Asset Types : BitmapAsset « Graphics « Flash / Flex / ActionScript






Supported Asset Types

 
package {
  import mx.core.BitmapAsset;

  [Embed(source="photo.jpg")]
  public class Photo extends BitmapAsset {
  }
}

        








Related examples in the same category