Skip to main content
Known Participant
August 17, 2011
Question

Loader and iOS

  • August 17, 2011
  • 4 replies
  • 536 views

Im using the loader class to load in some PNGs.

Does loader work with iOS, becuase on the device all I am seeing is a blank screen?

Does anyone know if it works for android?

This topic has been closed for replies.

4 replies

relaxatraja
Inspiring
August 18, 2011

You can use loader and most possible way of loading audio, video etc in IOS and Android both. For IOS everything should be maintained (code) within the file where you'r compiling for IOS the external swf loaded will not be compiled so should not contain any script. IOS not support flash directly but you can do it from Android.

Participating Frequently
August 17, 2011

Also, make sure you include the files you are trying to load in the package when you build!

Known Participant
August 17, 2011

Try publish using CPU or Auto not GPU... and test, if you're using GPU don't need cacheAsBitmap (Matrix)

Participating Frequently
August 17, 2011

You should be able to load any Flash-supported file format on Android and iOS. The only exception is that you cannot load SWF files containing code on iOS.