import flash.system.ImageDecodingPolicy;
...
var loaderContext:LoaderContext=new LoaderContext();
loaderContext.imageDecodingPolicy=ImageDecodingPolicy.ON_LOAD;
...
loader.load(new URLRequest(url),loaderContext);
...

 

相关文章:

  • 2022-12-23
  • 2021-11-14
  • 2021-05-31
  • 2022-01-04
  • 2021-05-21
  • 2022-12-23
  • 2021-11-11
猜你喜欢
  • 2021-06-13
  • 2022-12-23
  • 2021-08-30
  • 2021-04-27
  • 2022-02-24
  • 2021-06-15
相关资源
相似解决方案