cooliris (Piclens) Embeddable 3D Wall
jwalkeroh
Registered Users Posts: 165 Major grins
cooliris (formerly Piclens) has a new option called the Embeddable 3D Wall. It requires a crossdomain.xml file in the root of the webserver. Is this something we can use, and if so how? It's explained on their site at http://developer.cooliris.com/
-jw-
le pere de www.nikiwalkerphotography.com
le pere de www.nikiwalkerphotography.com
0
Comments
My Recent Galleries feed as copied from the link on my home page:
The change needed to get around the crossdomain.xml issue:
(I changed darryl to api)
Unfortunately, there appears to be some other incompatibility with SmugMug's RSS feeds and what the Extended Plug-In is expecting to see, as I'm getting a blank screen. :-{
Weirdly enough, the plug-in works with SmugMug's RSS feeds just fine. If you have it installed, you should see that photos in my Recent Photos hack get highlighted with the CoolIris buttons, and if you click on those or the toolbar button, my feed shows up nicely with the plug-in.
What do you think of the concept of the Embeddable 3D Wall?
le pere de www.nikiwalkerphotography.com
I dig the wall. Have you seen my SmugTight hack? http://www.dgrin.com/showthread.php?t=100780
It's funny, I've spent a fair amount of time hacking on various alternative photo viewers like this, (Airtight, Google Slide Show, etc.), but I honestly don't actually have much need for them.
I suppose if I was in the business of selling my photos, or really trying to show off my pictures to strangers, I suppose I might set up one of these widgets to display photos that I've tagged with the "slideshow" keyword, but I've never really felt like my photos were worth putting into a slide show.
I do like showing my Recent Galleries and Recent Photos. Wish those functions were built-in, instead of requiring hacks.
It's not CoolIris's fault, it's not SmugMug's. It's Adobe's. :-}
Flash requires that all offsite images used by a Flash application be hosted on a site that has a crossdomain.xml file that says that it's ok for you to use those images.
Clear as mud? Yeah. The bottom line: SmugMug's RSS feeds contain links to your images in the format of:
http://yoursite.smugmug.com/photos/blahblahblah.jpg
yoursite.smugmug.com does not have a crossdomain.xml file that gives CoolIris permission to display your photos in the embeddable wall.
BUT, api.smugmug.com does have this crossdomain.xml file.
So you'd need some kind of script that would translate a regular SmugMug RSS feed into something that CoolIris can use, right?
Oh, like this:
Example: http://www.rudebadmood.com/darryllatest/index2.html
So, what's happening is that I'm feeding the CoolIris Embeddable Wall the Recent Photos feed from http://dgrin.smugmug.com/ . But I'm passing it through my "clean" filter, http://rudebadmood.com/clean/, which basically changes all occurences of http://<WHATEVER>/photos and replaces it with http://api.smugmug.com/photos, thereby linking to a website with a crossdomain.xml file that will allow the Embeddable Wall to display the photos.
Because of some Flash variable wonkiness I have to change the & (ampersands) to the URL encoding for ampersands, %26. But once you've done that, voila, it works!