NetServices Corrupted?

I have AMFPHP installed correctly on my server and tested it. Now I’m just expiermenting with read/write to text files… But I think I have a problem with one of my files…

Can someone check the my NetServices.as for me? I attached it… I’m on 56k right now, so the remotingComponents might have corrupted in the download?

Heres some of the errors… This is what I get when I publish a CLEAN TUTORIAL FLA. So I don’t think it’s something wrong with the code.


**Error** NetServices.as: Line 8: Syntax error.
     import mx.remoting.Connection;

**Error** NetServices.as: Line 9: Syntax error.
     import mx.services.Log;

**Error** NetServices.as: Line 22: Syntax error.
     class mx.remoting.NetServices extends Object 

**Error** RemotingComponentVersion.as: Line 11: Syntax error.
         static var version:String = "1.2.0.124";

**Error** NetServices.as: Line 34: Syntax error.
         public static function setDefaultGatewayUrl(url:String):Void 

**Error** NetServices.as: Line 48: Syntax error.
         public static function setGatewayUrl(url:String):Void 

**Error** NetServices.as: Line 67: Syntax error.
         public static function createGatewayConnection(url:String, infoLogger:Log):Connection 

**Error** NetServices.as: Line 109: Syntax error.
         public static function getConnection( uri:String ):Connection {

**Error** NetServices.as: Line 123: Syntax error.
         public static function getHostUrl():String 

**Error** NetServices.as: Line 149: Syntax error.
         public static function isHttpUrl(url:String):Boolean {

**Error** NetServices.as: Line 152: Unexpected '}' encountered
         }

Total ActionScript Errors: 11      Reported Errors: 11