Hello! The situation is as follows:

** Project in Flex Builder 3
    -- Compiled and uploaded to http://www.domain.com/index.html
(INDEX.SWF)

** Web Service created in ASP.NET that works perfectly if you test it
 in Web browsers
    -- Compiled and uploaded to
http://subdomain.domain.com/webservice.asmx (and its methods)
    - crossdomain.xml (Ive tried everything, finally let it open):
       <? xml version = "1.0">
       <cross-domain-policy>
       <allow-access-from domain="*" /> </ allow>
       </ Cross>

Does not wor!! And I have sought information here and on the Internet
in general but can not find a solution!!

If anyone can help me. Thanks in advance,
Luis

Reply via email to