Hi guys.Typically webservices are invoked across domains. Flash has
defined certain policies which prevent crossdomain access. The only way
to bypass this security feature is to put a crossdomain.xml file within
the server root of the webservice provider i.e. in our case at
http://abc.com. A sample example of crossdomain.xml is as below:
If the crossdomain.xml is not added the
developer will get “Security Error accessing URL” type of messages.The
above mentioned information should be enough fo...