Have you tried using NetworkInfo Class? Similar to... http://stackoverflow.com/questions/9872348/adobe-air-detect-if-connection-is-wifi-3g-or-edge
-- Chris Rounds -----Original Message----- > From: "Philippe Bossu" <[email protected]> > To: [email protected] > Date: 02/01/13 08:18 > Subject: Re: Network Reachability > > Thank you but my issue is I want to detect WIFI availability not just > network. > > This is to ensure: > > - I don't consume 3G bandwidth > - I have enough bandwidth (which I maybe could do through network test) > > > Regards > > > > On Fri, Feb 1, 2013 at 3:14 PM, Fréderic Cox <[email protected]> wrote: > > > How I solve this problem is I have a 1kb file on Amazon S3 which I ping > > via HTTPService in Flex (or you can use URLLoader in AS) > > > > Fréderic Cox > > > > > > > > > > On 01/02/13 15:11, "Philippe Bossu" <[email protected]> wrote: > > > > >Hello, > > >I would like to know if there is an equivalent of iOS Reachability class > > >in > > >ActionScript. > > > > > >I read this but I don't see how to test for WIFI access. > > >- > > > > > http://stackoverflow.com/questions/7999454/is-there-an-equivalent-of-the-r > > >eachability-class-for-actionscript-3 > > > > > >Thanks for your help. > > >And nice new Flex website by the way. > > > > > >Regards > > > > > >
