Skip to main content
Participant
March 12, 2013
Question

AMFPHP and AIR for Android

  • March 12, 2013
  • 2 replies
  • 495 views

Hi everyone,

I was porting over an air application from desktop to mobile and ran into a snag when testing on my device.  I'm able to run the application inside of the Flash IDE no problem, but it hangs when I make the first call out to validate a sign in.  Its using amfphp and mysql to communicate and store data.  I checked the permissions and have enabled INTERNET in the publish settings but still no luck.  Any thoughts on what might be causing this to lock up?

This topic has been closed for replies.

2 replies

Colin Holgate
Inspiring
March 12, 2013

I have seen cases where calling out to the Internet too soon can lead to crashes. Try letting your app settle down for a moment.

Rudy_E_81Author
Participant
March 12, 2013

Thanks for the reply.  I'll double check to see if anything is firing at the start but the problem happens after clicking sign in.