Chris
Chris

Reputation: 58282

Can an iPhone app developed in Flash CS5 communicate with an external server?

With normal Flash SWF's I use URLRequest to communicate with external servers/sites to send/retreive data from a database - pretty standard stuff.

But can iPhone apps published from the CS5 environment communicate with external servers/sites?

I'm still organising my development license for the iphone, so want to check before I fork out the money for the registration.

Upvotes: 0

Views: 238

Answers (1)

Joe Ward
Joe Ward

Reputation: 759

Yes. You can use all the same networking APIs. (The main thing that doesn't work on iOS is loading SWF files that contain ActionScript.)

Upvotes: 1

Related Questions