PDA

View Full Version : New to Smug - Require some help


KevinSDaly
Feb-16-2009, 11:24 AM
Good afternoon everyone!

JFriend fixed the problem in record time!!! Thanks


I just created a site (http://kevinsdaly.smugmug.com/) and also a slide show on the homepage. When I look on my PC (using firefox) I can see the slide show playing but when I look at it with my wife's pc (using explorer) the slide show is gone. :dunno Any suggestions? Can you see it on your pc??


Thanks

Kevin Daly
New guy learning.
(http://www.dgrin.com/showthread.php?p=1028968&highlight=background#post1028968)

jfriend
Feb-16-2009, 11:26 AM
Remove the extra comma (shown in red) after the last line in your slideshow declaration in your bio. The last line in a definition like this should not have a comma after it. Firefox tolerates it, IE does not.

var ssConfig = {
AlbumID: '7368616',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350',
borderThickness: '15',
borderColor: '080808',
};

KevinSDaly
Feb-16-2009, 11:33 AM
Thanks JFriend that worked! Again, thanks for the fast response.

Kevin Daly



Remove the extra comma (shown in red) after the last line in your slideshow declaration in your bio. The last line in a definition like this should not have a comma after it. Firefox tolerates it, IE does not.

var ssConfig = {
AlbumID: '7368616',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'true',
showButtons: 'true',
crossFadeSpeed: '350',
borderThickness: '15',
borderColor: '080808',
};