So it is my first time of trying to deploy my flex app from localhost to an actual server. I know the process is supposed to be fairly simple in that you need to copy the swf and any other related files, etc. However, I get an error when I try to access the application from the server.[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed:
Now I have figured out that the problem is probably happening because it can not find the flex2gateway directory. The directory is there but the URL it is trying to use is incorrect, it seems to be missing the context root of the server, which has been specified. Does anyone have any ideas on how to fix this?

