Home
Flash / Flex / ActionScript
Animation
Array
Class
Data Type
Development
Function
Graphics
Language
Network
Regular Expressions
Statement
String
TextField
XML
To allow access to any and all domains : cross domain policy « Development « Flash / Flex / ActionScript
Flash / Flex / ActionScript
Development
cross domain policy
To allow access to any and all domains
<allow-access-from domain=
"*"
/>
Related examples in the same category
1.
Adobe's official policy-file syntax is XML-based and has the following structure:
2.
Any number of
tags can be included in a policy file
3.
the * character authorizes all origins:
4.
A policy file is an XML file that lists any domains that are allowed access to the code in the .swf.
5.
Explicitly deny access to any domain except the current one
6.
The following policy file allows all domains to connect to ports 80 and 110 (standard HTTP and POP mail ports):