I was trying to do it in php
I got this so far
http://www.halo2network.com/test.php
and when you type somethin in on that then it goes to
http://www.halo2network.com/test.php?playerName=test
If that was on the .swf that would be perfect..
This would work too.. I could have something like that.. like a form.. for example you type in 'test' in the form. Then it goes to the php page and REDIRECTS to http://www.halo2network.comcom/stats.swf?playerName=test
how would i go about doin that?