FAQ's.

These are some of the FAQ's i recieve regarding mbSlider. If you have a question about mbSlider and it is not answered here you can contact me using the contact form.


  • I have put a flash object as one of the slides in my mbSlider, but it is showing even though another slide is in view.
  • If you are embedding a flash object make sure you include this parameter:

    wmode="transparent"

    This will ensure that the flash object will stay hidden until its slide comes into view. Without this parameter, your flash object may not be hidden correctly.

                        
    <li>
        <object>
            <embed src="http://www.youtube.com/v/429l13dS6kQ&hl=en_GB&fs=1&rel=0" 
            type="application/x-shockwave-flash" allowscriptaccess="always" 
            allowfullscreen="false" width="354" height="217" wmode="transparent">
        </object>
    </li>