-----
Lindy Wilson APR 18, 2012 | 01:52PM PDT Hi Don, Thank you for your email. I suppose you could add the music player to the image caption field. It might be easier for you to make the single image into a video, and add the music to the video. Please let us know if there's anything else we can do for you. All the best, Lindy SmugMug Support Hero Manager
Don
APR 18, 2012 | 12:08PM PDT
Original message
ThanksOriginal message
I wonder if there is a way to attach music to an individual picture?
thanks
don
-------
Ana Pogačar MAR 11, 2012 | 11:56PM PST Hi Don, Thanks for getting back to us. Sure, let me explain. The XXXXXXX represents the gallery ID; for example, in this gallery, the gallery ID is 21874313: http://donredding.smugmug.com/02-Church-Sunday-School/MPUMC/20120310-Gina-Baker-Funeral/21874313_LjmMLK#!i=1744118611&k=7SP6GGm I fixed the code in your gallery description, but it seems the link to the mp3 file is not correct. Please use the correct link so the music will play. As for controlling the automatic start: if you want automatic start, you can change the code to: autostart="true" if you don't want the music to start automatically, use this: autostart="false" I hope this helps! Please let us know if you have any further questions. Have a great day, Ana SmugMug Support Hero
------------------
#my_music {display: none;}
.homepage #my_music {display: block;}
#my_gaston {display: none;}
.gallery_22461832 #my_gaston {display: block;}
#my_pig {display: none;}
.gallery_22516095 #my_pig {display: block;}
/* Open Wide! Demo here: http://www.wolfsnap.com */
.galleries #homepage,
#content.userKeywords,
#header_wrapper, #footer_wrapper, #cobrand_footer,
#category, #subcategory, #header,
#smugmug, .smugmug #header, .smugmug #footer {
margin-left: 15px !important;
margin-right: 15px !important;
min-width: 755px;
width: auto !important;
_width: expression(document.documentElement.clientWidth < 790? "760px" : "auto");
}
.homepage #homepage {
margin-left: 15px;
margin-right: 15px;
min-width: 755px;
width: auto;
_width: expression(document.documentElement.clientWidth < 790? "760px" : "auto");
}
/* html only page for gallery XXXXXX */
.gallery_XXXXXX .nophotos {
display: none;
}
.gallery_XXXXXX .pageNav {
display: none;
}