Topic: problems with music and nextgen

I create my juicebox gallerys in wordpress.

When I use "media library" as "Image Source", my music will be played.

Using "NextGen Gallery" will not play any music.

My "pro options" are as followed:

showAutoPlayButton="True"
showAudioButton="True"
captionPosition="None"
showImageNumber="True"
autoPlayOnLoad="True"
displayTime="3"
goNextOnAutoPlay="True"
audioUrlMp3="wp-content/uploads/mp3/nohardfeelings22500.mp3"
audioUrlOgg="wp-content/uploads/mp3/nohardfeelings22500.ogg"
playAudioOnLoad="True"

Re: problems with music and nextgen

octopus2903 wrote:

I create my juicebox gallerys in wordpress.

When I use "media library" as "Image Source", my music will be played.

Using "NextGen Gallery" will not play any music.

My "pro options" are as followed:

showAutoPlayButton="True"
showAudioButton="True"
captionPosition="None"
showImageNumber="True"
autoPlayOnLoad="True"
displayTime="3"
goNextOnAutoPlay="True"
audioUrlMp3="wp-content/uploads/mp3/nohardfeelings22500.mp3"
audioUrlOgg="wp-content/uploads/mp3/nohardfeelings22500.ogg"
playAudioOnLoad="True"

I found the issue:

enableLooping="True"
galleryTitlePosition="Top"
imageTransitionType="Fade"
imageTransitionTime=".9"
frameWidth="2"
thumbFrameWidth="1"
thumbHoverFrameWidth="3"
thumbSelectedFrameWidth="6"
thumbCornerRadius="10"
buttonBarPosition="Top"
showAutoPlayButton="True"
showAudioButton="True"
captionPosition="None"
showImageNumber="True"
autoPlayOnLoad="True"
displayTime="3"
goNextOnAutoPlay="True"
audioUrlMp3="http://myurl.de/wp-content/uploads/mp3/nohardfeelings22500.mp3"
audioUrlOgg="http://myurl.de/wp-content/uploads/mp3/nohardfeelings22500.ogg"

playAudioOnLoad="True"

Know it works with the absolute url. I think, media library knows the pass without http://myurl.de.

Re: problems with music and nextgen

Your audio tracks should play regardless of the source of images in your gallery.
Try defining your audioUrlMp3 and audioUrlOgg as absolute URLs to be sure that the paths are correct.
For example:

audioUrlMp3="http://www.example.com/wordpress/wp-content/uploads/mp3/nohardfeelings22500.mp3"
audioUrlOgg="http://www.example.com/wordpress/wp-content/uploads/mp3/nohardfeelings22500.ogg"

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look and help further.

Re: problems with music and nextgen

Steven wrote:

Your audio tracks should play regardless of the source of images in your gallery.
Try defining your audioUrlMp3 and audioUrlOgg as absolute URLs to be sure that the paths are correct.
For example:

audioUrlMp3="http://www.example.com/wordpress/wp-content/uploads/mp3/nohardfeelings22500.mp3"
audioUrlOgg="http://www.example.com/wordpress/wp-content/uploads/mp3/nohardfeelings22500.ogg"

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look and help further.

thx ;-)