View Full Version : Slideshow
smay120
Nov-25-2008, 07:14 PM
I have this code in my bio and I still dont get a random slideshow and I still get the smugmug logo on my site? Do I have to also put something in my CSS code also? Thanks in advance.
Shawn/ www.lighttouchphoto.com (http://www.lighttouchphoto.com)
<html>
********>
var oParams = new Object;
oParams.AlbumID = 3839510;
oParams.newWindow = 'false';
oParams.transparent = "true";
oParams.splash = "http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png";
oParams.showLogo = "false";
oParams.showThumbs = "false";
oParams.showButtons = 'false';
oParams.crossFadeSpeed = '900';
oParams.borderThickness = '12';
oParams.borderColor = '050000';
createSWF(720,500, oParams, "transparent");
</********
</html>
jfriend
Nov-25-2008, 07:20 PM
It seems to be working for me:
http://content.screencast.com/users/jfriend/folders/Jing/media/099659c7-d938-4358-81a1-a6eb975e1711/2008-11-25_2017.png
smay120
Nov-25-2008, 08:23 PM
[quote=jfriend]It seems to be working for me:
http://content.screencast.com/users/jfriend/folders/Jing/media/099659c7-d938-4358-81a1-a6eb975e1711/2008-11-25_2017.pngYes iit works fine but it does not do random?
jfriend
Nov-25-2008, 08:23 PM
You have a javavscript error in your pages that could be causing a problem for you.
This code in your footer is part of the old slideshow and should be removed:
<script type="text/javascript">
/* required slideshow variables */
slideshowContainerId = "bioBox";
slideshowUrl = "http://nickname.smugmug.com/gallery/XXXXXXX";
/* optional slideshow variables */
/* see properties section */
slideHeight="400";
slideWidth="640";
if (YD.hasClass(document.body,'homepage') &&
!YD.hasClass(document.body,'galleries')) {
loadSlideshow ();
}
</script>
jfriend
Nov-25-2008, 08:24 PM
Yes iit works fine but it does not do random?
What do you mean does not do "random"?
You have it configured to draw images from one gallery.
If you don't want the Smugmug logo on your slideshow, then change this line:
oParams.splash = "http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png";
to either point to a different image or delete the line entirely.
smay120
Nov-25-2008, 08:39 PM
What do you mean does not do "random"?
You have it configured to draw images from one gallery.
If you don't want the Smugmug logo on your slideshow, then change this line:
oParams.splash = "http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png";
to either point to a different image or delete the line entirely.
Ok..doing this now. What I meant by random is I thought the gallery I point it too it would randomly show the different photos in there instead of always just whoing them in order. I'm probably totally wrong about that...
jfriend
Nov-25-2008, 08:46 PM
Ok..doing this now. What I meant by random is I thought the gallery I point it too it would randomly show the different photos in there instead of always just whoing them in order. I'm probably totally wrong about that... I am not aware of an option to allow for random display order. A google search shows that it's been asked for in the feature request thread.
Allen
Nov-25-2008, 08:46 PM
Ok..doing this now. What I meant by random is I thought the gallery I point it too it would randomly show the different photos in there instead of always just whoing them in order. I'm probably totally wrong about that...
The new flash show does not have a random setting. It does have a random
start though that starts anyway in the gallery and runs from there.
I'd recommend switching to the latest slideshow version here (http://dgrin.smugmug.com/gallery/3624147).
Then see this page (http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow) for more settings.
smay120
Nov-25-2008, 08:50 PM
The new flash show does not have a random setting. It does have a random
start though that starts anyway in the gallery and runs from there.
I'd recommend switching to the latest slideshow version here (http://dgrin.smugmug.com/gallery/3624147).
Then see this page (http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow) for more settings.
Ahhhh....ok. So I am not crazy. I will attempt the new slideshow and thanks for the quick responses here...I really appreciate it. I would pay someone 100 bucks to just go through and fix everything to update it all!! I try my best though...Im getting there. Thanks again
smay120
Nov-25-2008, 08:58 PM
Ahhhh....ok. So I am not crazy. I will attempt the new slideshow and thanks for the quick responses here...I really appreciate it. I would pay someone 100 bucks to just go through and fix everything to update it all!! I try my best though...Im getting there. Thanks again
I also just changed my logo to splash up before the slideshow starts but it only goes up for about a second and then its real "jerky" going off. Anyway to prolong my logo to stay on for an extra second or so or make it smoother? Maybe this would be with the new slideshow seetings also....not sure.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.