Request for crossdomain.xml file in root directory
pgrove
Registered Users Posts: 3 Beginner grinner
I am building a Flex application that plays in a Flash player. I would like to access images both through the API, url links, and the smugmug random image script.
Since Flex is security conscious, it needs permission from your web site domain to access the images and access the pixel level information. This allows Flex to perform transformations to the images such as 3d transformations and other cool effects.
The easiest and most universal model for accomplishing this is to place a "crossdomain.xml" file in the root directory stating what Smugmug.com approves.
You can learn more about this at:
Thank you for your consideration.
Since Flex is security conscious, it needs permission from your web site domain to access the images and access the pixel level information. This allows Flex to perform transformations to the images such as 3d transformations and other cool effects.
The easiest and most universal model for accomplishing this is to place a "crossdomain.xml" file in the root directory stating what Smugmug.com approves.
You can learn more about this at:
livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=security2_117_15.html
and
http://blogs.adobe.com/stateofsecurity/2007/07/crossdomain_policy_files_1.html
and
http://www.crossdomainxml.org/
Examples of this type of permission include:
and
http://blogs.adobe.com/stateofsecurity/2007/07/crossdomain_policy_files_1.html
and
http://www.crossdomainxml.org/
Flickr.com - http://api.flickr.com/crossdomain.xml
Yahoo! - http://api.search.yahoo.com/crossdomain.xml
YouTube.com - http://www.youtube.com/crossdomain.xml
Amazon.com - http://www.amazon.com/crossdomain.xml
I recommend following the Flickr.com example.Yahoo! - http://api.search.yahoo.com/crossdomain.xml
YouTube.com - http://www.youtube.com/crossdomain.xml
Amazon.com - http://www.amazon.com/crossdomain.xml
Thank you for your consideration.
0
Comments
SmugMug API Developer
My Photos