PDA

View Full Version : Flash IP logger???



emeX
July 17th, 2003, 02:55 PM
Is flash capable of logging IP addresses and domain names???
If so how do u do it..
I know Java can so i asumed flash could too...
Thnx..

senocular
July 17th, 2003, 02:56 PM
try a search

its been discussed before. I know PHP and ASP examples are posted.

DigitalPimp
July 17th, 2003, 03:02 PM
It's very possible. I am familiar with ASP so.
What you would do is use the ServerVariable.Request function (you can find it easily from http://www.4guysfromrolla.com and do a search for HTTPHeaders and then pass that to a flat file or DB. Then from that call it back out and into Flash.