Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make PING with FLASH

Status
Not open for further replies.

guif

Programmer
Joined
Sep 6, 2007
Messages
27
Location
ES
Hi!
I would like to make some "ping's" to some PC's.
My idea is to using XML + FLASH.

Is It possible??
 
I have a XML and the code is:

<item>
<PC>
<PC_01>
</PC>
<IP>
<172.18.50.1>
</IP>
<UBICACION>
<Planta 1era>
</UBICACION>
</item>

but.. how to use this code with flash???
 
As I said you need to write a server script to ping. Flash would be just a front end which passes your XML data to the script and display the results sent back.

(By the way your XML is not correct...)

Kenneth Kawamoto
 
why not??? have you know any web to see any examples?
 
i necesary put a lot of IP's
 
You can put as many IPs as you like, but not sure if your server script can do simultaneous pings - I'm not a specialist in this field. I don't know what you're going to use - PHP, Perl, Java, whatever - better to ask in the relevant forum.

Kenneth Kawamoto
 
not's possible to use Flash of Macromedia with XML?
 
action script cannot make ping??? are you sure??
It's impossible use XML (see my first post) and call actionscript?
 
Are you sure ActionScript can ping??? Where did you see it???

Actually ActionScript has [tt]clientObject.ping()[/tt] but that's FlashMediaServer serverside ActionScript.

Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top