Avatar

Level 2

Thanks. I figured it out.

If I ran the swf locally it would trace out that I was able to login successfully via AuthenticationEvent.AUTHENTICATION_FAILURE or AuthenticationEvent.AUTHENTICATION_SUCCESS. However, the event was not thrown on the android. The only event being thrown was the SessionEvent.ERROR.

Then I realized you need to grant the app permission to access the internet. Changed the internet security in the AIR Android Settings and it now traces that it is connected.

Thanks everyone.