Skip to main content
Participant
January 15, 2012
Question

Internet Check

  • January 15, 2012
  • 2 replies
  • 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.

2 replies

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.