Using rss gallery feed in Slideshowpro slideshow

CynthiaMCynthiaM Registered Users Posts: 364 Major grins
After a lot of trial and error, I was able to figure out how to get embed a slideshow created in Slideshowpro/Lightrroom. I have two instances of it on my site:
http://www.cynthiamerzerphotography.com/Travel/Tuscany-Florence-and-Venice/Florencexx/9955448_hQ7np
and
http://www.cynthiamerzerphotography.com/Test-Shots-Experiments/SSPtest4/9884410_6NDPd

by using this code:
<html>
<center>
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="680" width="760" base="." data="http://dl.getdropbox.com/u/2353088/zonepate3_ssp/loader.swf"&gt;
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://dl.getdropbox.com/u/2353088/zonepate3_ssp/loader.swf&quot; />
<param name="flashvars" value="xmlDataPath=http://dl.getdropbox.com/u/2353088/zonepate3_ssp/index.html&quot; />
<param name="quality" value="high" />
<param name="base" value=".">
<param name="allowFullScreen" value="true" />
</object>
</html>

Obviously, you have to change the url for the loader.swf file and the index.html file for each gallery.

The files are housed on dropbox.

I think there is a way to use an rss feed for the images that play in the slideshow. There is a field for it in the Lightroom template. I have tried numerous codes but can't seem to get it to work. Close, but no cigar. Here is a link to a gallery that I've been playing with:
http://www.cynthiamerzerphotography.com/Test-Shots-Experiments/ssp-feed-test/10111319_xNxFg

I would like to feed it with images from this gallery:
http://www.cynthiamerzerphotography.com/SmugMug-Stuff/Home-Page-Slideshow/5635030_qu6jX#531265112_L79KA

I've tried 3 different attempts for the feed code; none have worked. The attempts are: and Sorry, but I can't get the remove the link function to work, so click on it to see the full text.

And this is the code that I'm entering in the gallery description; I've attempted it with each of the above:

<html>
<center>
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="680" width="760" base="." data="http://dl.getdropbox.com/u/2353088/smugmug stuff/rssfeed/loader.swf&quot;&gt;
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://dl.getdropbox.com/u/2353088/smugmug stuff/rssfeed/loader.swf&quot; />
<param name="flashvars" value="xmlDataPath=http://api.smugmug.com/hack/feed.mg?Type=gallery&Data=5635030&format=rss200&quot; />
<param name="quality" value="high" />
<param name="base" value=".">
<param name="allowFullScreen" value="true" />
</object>
</html>

Coding is not my forte. I do fine with cutting and pasting. It seems like I am so close. Can anyone figure it out?

Comments

Sign In or Register to comment.