Forums

[Plugin: Shadowbox JS] Slideshow problem when images and music are mixed in tha same post (1 post)

  1. t.sjogren
    Member
    Posted 3 months ago #

    Hi

    I use the shadowbox plugin with the option slideshowdelay = 5 sek.
    Se conf below:
    <!-- Begin Shadowbox JS -->
    <script type="text/javascript">
    var shadowbox_conf = {
    animate: true,
    animateFade: true,
    animSequence: "wh",
    modal: false,
    overlayColor: "#000",
    overlayOpacity: 0.8,
    flashBgColor: "#000000",
    autoplayMovies: true,
    showMovieControls: true,
    slideshowDelay: 5,
    resizeDuration: 0.55,
    fadeDuration: 0.35,
    displayNav: true,
    continuous: false,
    displayCounter: true,
    counterType: "default",
    counterLimit: 10,
    viewportPadding: 20,
    handleOversize: "resize",
    handleUnsupported: "link",
    initialHeight: 160,
    initialWidth: 320,
    enableKeys: true,
    flvPlayer: "http://doglegtravels.se/ts/wordpress/wp-content/plugins/shadowbox-js/flvplayer.swf"
    };
    window.onload = (function(){
    Shadowbox.init(shadowbox_conf);
    });
    </script>
    <!-- End Shadowbox JS -->

    When i add 5 images in the same post the slideshow starts when i click any of the images. Great!
    But...
    When i add a media-file (video or music) to the post i want that the whole clip/song plays and not just 5 seks!
    I do want to use shadowbox for playing media.
    Is there a way to exclude the media-link from the slideshow?
    Or another workaround?

    /Torbjörn - Sweden

Reply

You must log in to post.

About this Topic