Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Anything Slider 1st video Jumping

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #35941
    jerseygreg
    Member

    Hi,

    I’m wondering if its normal for the 1st slide in its second rotation to jump from a smaller thumbnail to fullsize?

    #93912
    Mottie
    Member

    Hi Jerseygreg!

    It sounds like the image dimensions aren’t defined. It’s difficult to tell without seeing the code. It would help if you shared the HTML, css and javascript and the easiest way to do so would be to modify this demo with your code.

    #93914
    jerseygreg
    Member

    Hi Mottie,

    thx again it’s the same code as my last post. I appreciate the help!

    #93915
    jerseygreg
    Member







    This is the jquerey

    And here is the html



























    #93916
    Mottie
    Member

    Hiya!

    Well I can already see some issues that may or may not be causing the problem. First, I think the swfobject file should be loaded immediately after the jQuery. The video extension may not be detecting it properly if loaded after.

    The “resumeOnVideoEnd” is set to true by default, so no need to set it, but the trailing comma will cause an error in IE and stop the slider from initializing.

    The html for the third slide is missing an opening <li> tag which my be associated with the problem you are describing.

    #93921
    jerseygreg
    Member
  • tags fixed…skipping problem is fixed!

    however the resumeOnVideoEnd problem is still persisiting. Here is how the scripts look now









    and the HTML

























#93923
jerseygreg
Member

Hey Mottie,

I’ve just been trying to troubleshoot. I’ve noticed that on the video demo page, the resumeOnVideoEnd behaves the same way. The autoplay continues after the movie starts playing.

#93925
Mottie
Member

Hmm, are you testing this live on the web or locally on your computer? When you test it locally, it doesn’t work properly because of a flash security block. If it is online, and still having this same problem, then please share a link so I can get a better look at the problem.

#93927
jerseygreg
Member

I am testing locally. I will keep you posted when I get it online.

Thx again for your help

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.