PDA

View Full Version : "Keyword" Slideshow Doesn't Work - Help Please :)


moehliner
Mar-07-2009, 12:00 PM
I would be very greatful for any help...

My keyword slideshow doesn't work. The feed URL works when I copy/paste the URL to a browser window and replace the hex characters. So I know the feed itself is working. But in the slide show code, I just end up with the SmugMug splash and nothing happens.

The code is below.

Thanks in advance!!

Best regards,
Moe


<html>
********>
var ssConfig = {
//AlbumID: '5568601',
feedURL: 'http%3A%2F%2Fapi.smugmug.com%2Fhack%2Ffeed.mg%3FT ype%3Duserkeyword%2526NickName%3Dkentfamily%2526Da ta%3Dbestof',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://kentfamily.smugmug.com/galleries',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '600',
borderThickness: '16',
borderColor: 'ffffff'
};

SM.flash.insertSlideshow(775, 520, ssConfig, 'transparent');
</********
</html>

Brewmaster
Mar-07-2009, 01:48 PM
I would be very greatful for any help...

My keyword slideshow doesn't work. The feed URL works when I copy/paste the URL to a browser window and replace the hex characters. So I know the feed itself is working. But in the slide show code, I just end up with the SmugMug splash and nothing happens.

The code is below.

Thanks in advance!!

Best regards,
Moe


<html>
********>
var ssConfig = {
//AlbumID: '5568601',
feedURL: 'http%3A%2F%2Fapi.smugmug.com%2Fhack%2Ffeed.mg%3FT ype%3Duserkeyword%2526NickName%3Dkentfamily%2526Da ta%3Dbestof',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://kentfamily.smugmug.com/galleries',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '600',
borderThickness: '16',
borderColor: 'ffffff'
};


SM.flash.insertSlideshow(775, 520, ssConfig, 'transparent');
</********
</html>

Here is mine for comparison which works fine for me...hopefully this helps

<html>
********>
var ssConfig = {
// AlbumID: '7236167',
feedURL: 'http%3A%2F%2Fapi.smugmug.com%2Fhack%2Ffeed.mg%3FT ype%3Duserkeyword%2526NickName%3Dmdmphoto%2526Data %3Dpets',
newWindow: 'false',
transparent: 'true',
splash: 'http://mdmphoto.smugmug.com/photos/478611234_hL6Jt-S.jpg',
showLogo: 'false',
clickUrl: 'http://mdmphoto.smugmug.com/gallery/7236167_z9puA#464960051_Spj8G',
showThumbs: 'true',
showButtons: 'true',
imgAlign: 'center',
borderThickness: '10',
borderColor: '800000',
randomStart: 'true',
showThumbs: 'false',
crossFadeSpeed: '350'
};

SM.flash.insertSlideshow(800, 800, ssConfig, 'transparent');
</********

</html>

moehliner
Mar-07-2009, 08:28 PM
Still no luck :dunno ....

Thanks, though, for your answer.

Please somebody?? I need a second set of eyes to check out my code - as it looks identical to the wiki example. And from what I can tell the feedURL works when pasted into a browser window (with the hex encoding replaced)?

Any ideas???

Thank you!
-Moe

http://api.smugmug.com/hack/feed.mg?Type=userkeyword&NickName=kentfamily&Data=bestof

Allen
Mar-07-2009, 08:36 PM
Still no luck :dunno ....

Thanks, though, for your answer.

Please somebody?? I need a second set of eyes to check out my code - as it looks identical to the wiki example. And from what I can tell the feedURL works when pasted into a browser window (with the hex encoding replaced)??

Any ideas???

Thank you!
-Moe

http://api.smugmug.com/hack/feed.mg?Type=userkeyword&NickName=kentfamily&Data=bestof
I don't see anything wrong with your feed parameter.

Might remove this, the show code might be choking on it.

//AlbumID: '5568601',

moehliner
Mar-07-2009, 08:46 PM
:bow Many Thanks Al!

Or as they say in here in Switzerland "Vielen Dank"!

Best regards,
Moe