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 Re: Anything Slider 1st video Jumping

#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.