Hi,
I have a Flash minisite that connects to an asp.net based webservice using a
webservice component.
My AS 2.0 code triggers a WS method, sending several parameters.
This works fine when my Flash resides on same domain as my WS.
When moving it to another domain - it simply does not work.
I added a crossdomain.xml file to my WS root folder (WS is in a subdir of root
app, file is in app root), which allows access for "*", but still that doesn't
work. I also added in my AS code - allowDomains="*", with no success.
Any ideas????