Skip to main content
December 14, 2007
해결됨

Wi-Fi signal monitor

  • December 14, 2007
  • 14 답변들
  • 1026 조회
For weeks I've been sitting at my PC trying to find anything that helps to create a flash actionscript that checks Wi-Fi connection. But this gave me no results. Maybe some of you know how to deal with it? I mean I need a actionscript that checks Wi-Fi signal level (in percents). HELP! 🙂
이 주제는 답변이 닫혔습니다.
최고의 답변: kglad
check adobe air.

14 답변

Damon Edwards
Inspiring
December 19, 2007
lmao, yea, you can say that again!
kglad
Community Expert
Community Expert
December 19, 2007
lol. that was an understatement, dze.
Damon Edwards
Inspiring
December 19, 2007
Disregard the last post, obviously the poster doesn't know what they are talking about.
Participant
December 19, 2007
The answer to your question is quite simple ... AS3 is a programming language which has its ways of connecting , you simply need to make your own Wi-Fi connector class. Remember one thing ... EVERYTHING can be done with AS3 it is one of the most powerfull programming languages ... it is a high level object oriented programming language with incredible event model and quite good connection capabilities.You've picked a hard task though.
December 19, 2007
OK. Allow me to say a word :)

quote:

Originally posted by: Maikatiputkata
The answer to your question is quite simple ... AS3 is a programming language which has its ways of connecting , you simply need to make your own Wi-Fi connector class. Remember one thing ... EVERYTHING can be done with AS3 it is one of the most powerfull programming languages ... it is a high level object oriented programming language with incredible event model and quite good connection capabilities.You've picked a hard task though.

That's good! Tell me how :D If you don't know - than why your're writing this?


However, don't start a war here :D

Participant
December 19, 2007
It's the fact that Flash is designed to be secure from it being used to do damage at a system level. If web programs had such permission, the world would already have been hacked long ago, and we'd all be ruled by the first group of geeks that decided to do it :) The capablities Flash DOES have in this situation are as follows:

The Flash program can be run from a c/c++ (possibly Java, I'm not sure if Java can run Flash ActiveX inside it, anyone know?) wrapper that has the functions built in to do the system level work, and the ExternalInterface can be used to interact with it. (this is most likely what the Yahoo widgets are doing that you refer to)

OR There can be a seperate program of really any language that is allowed to monitor such things, and you can have a socket connection open between the Flash program and the program that does the dirty work.

Again, Adobe built Flash player to specifically not allow it to do such things by itself, because of security. So another program must do it, and Flash can either be displayed by that program, or communicate with it.

Maikatiputkata is a PERFECT example of "It is better to be thought a fool than to open your mouth and prove it." And his kind does not help those of us who try to make AS3 be understood for what it is (not what it is NOT, a low level system program)
Damon Edwards
Inspiring
December 14, 2007
I don't believe the AIR update for Flash has the correct classes either, not that I've seen anyway. Yes, it has more relaxed permissions with the file system, but I still think you will need to communicate with another language.
December 14, 2007
Thank You. I'm going to check it. And now I know I will need to learn very much to find out how to make my Wi-Fi monitor :D
Damon Edwards
Inspiring
December 14, 2007
Ahh, well you should have said that before. Still, I don't think Flash has the correct classes to do such a thing. You would need to pair with some other language. You might do a little googling on the subject and see what you come up with.
kglad
Community Expert
kgladCommunity Expert답변
Community Expert
December 14, 2007
check adobe air.
December 14, 2007
That what I'm talking about :D You see, I want to create a "program" (flash interface). I want it to have Wi-Fi signal monitor. And after everything is done - convert fully to .exe (with some soft like mProjector). And I need a tutorial or something to help me do that...
Inspiring
December 14, 2007
Yahoo widgets are .exe's - not running in the browser. If you'd make your
Flash movie an .exe and use a wrapper, like Director then you could do this.
But Flash alone cannot.

--
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/