Create a file with the name "crossdomain.xml" and paste the following content in it:
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/ schemas/PolicyFile.xsd"> <allow-access-from domain="*"/> <site-control permitted-cross-domain-policies="all"/> </cross-domain-policy> Place this crossdomain.xml file in the root folder of your server. You are free to modify the source code since the present form version will allow/grant access from all domains. You can modify it to impose restrictions or maybe enhance protections. There are many tutorials on this topic as well I guess. Cheers! -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

