How do I change the ip in as3 client cause what I did at first was change
Code:
        public static function _fK_():String{
            return ("localhost:8080"); // Change this to switch host (Default port 8080)
        }
to
Code:
        public static function _fK_():String{
            return ("25.129.221.63:8080"); // Change this to switch host (Default port 8080)
        }
but I got load error retrying... I also changed the ip in server.cfg to match up but still same thing. Please help!

- - - Updated - - -

Solved //10 chars