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.

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?

share|improve this question

1 Answer

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.

share|improve this answer
I just realized this answer only covers which URLs its possible to get photo URLs from, you should also explicitly mention making requests to api.smugmug.com – Shizam Feb 10 '12 at 18:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.