Skip to main content
Participant
January 15, 2012
Question

Internet Check

  • January 15, 2012
  • 1 reply
  • 535 views

Hi.

How to check Internet condition in flex mobile 4.6?

Example:

if (Internet_Condition) {

// Connected

} else {

// Not Connected

}

This topic has been closed for replies.

1 reply

m282Author
Participant
January 15, 2012

Need to check if there's still a data connection(wifi or carrier) or not

m282Author
Participant
January 15, 2012

Thanks. Problem Solved.