0

So flash allows to create iOS apps. The compiler creates an .ipa file which I can load on the iPhone.

But what about additional files?

I'd like to use a pixel bender file (.pbj) which i have to load with URLLoader. But how do I get the pbj file into the .ipa file?

Mat
  • 41
  • 1
  • 4

2 Answers2

0

Go to the the iPhone OS Settings and under the General tab there is a place to include files. Click on the + or on the +folder icon to include a file or folder.

jonshariat
  • 176
  • 2
  • 16