Выложил файлы Swf он обращается к Web-серверу на другом компьютере
при открытии ошибка

Код:
[RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://W0121302:8085/TestService2/services/Hello?wsdl)"]
at mx.rpc.soap::WSDLParser/private::dispatchFault()
at mx.rpc.soap::WSDLParser/http://www.adobe.com/2006/flex/mx/internal::httpFaultHandler()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at private::DirectHTTPMessageResponder/securityErrorHandler()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
добавил файл в папку где лежит swf файл crossdomain.xml

Код:
<?xml version="1.0"?>
<!-- http://www.foo.com/crossdomain.xml -->
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*"/>
<allow-access-from domain="W0121302" to-ports="8085" />
<allow-access-from domain="192.168.50.80" to-ports="8085" />
</cross-domain-policy>
Снял обращение из броузера выдает сообщение :

Код:
HTTP/1.1 404 /crossdomain.xml
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Content-Length: 1000
Date: Mon, 15 Oct 2007 07:02:43 GMT
Вопрос что не так куда выкладывать этот файл?