I'm building a Flash application that accesses SmugMug and while api.smugmug.com contains a crossdomain.xml file that lets Flash make requests there, other domains don't, namely www.smugmug.com. Which domains can I make requests to from a flash application especially to load photos and videos from?
Tell me more
×
SmugMug Stack Exchange is a question and answer site for
SmugMug developers and end users. It's 100% free, no registration required.
|
API methods that return image responses, typically accept a boolean parameter "Sandboxed". This parameter when set to true (or 1) results in the image urls being returned from photos.smugmug.com instead of {nickname}.smugmug.com. |
|||
|