package flash.system; @:fakeEnum(String) extern enum ImageDecodingPolicy { ON_DEMAND; ON_LOAD; }