Hey guys,
I am using wamp to test some php files...
Currently my wamp is set up on my 82 port, so I have to reference like this: http://localhost:82/test/test.php
The problem is that I am linking the php file with actionscript and actionscript doesn't allow me to use a port number,
Is there another way I can type http://localhost:82/test/test.php and load it?
Thanks a lot in advance!