Hi,
I did a tutorial for a jquery carousel that scrolls a ul. At the moment the ul is hardcoded, but I want to use a simple call to vimeo api to bring in the videos for a certain user into the carousel.
I have uploaded my code here: http://www.welchcreative.co.uk/wp-content/infinitecarouselvimeo.zip
My problem is that I don't know where I should put the code for the simple vimeo call, because at the moment, I think that the problem is that the vimeo videos load after the jquery stuff because it uses window.onload rather than document ready and I can't seem to work out how to put the two and two together.
Ideally, 1. the code loads the vimeo videos first and puts them in a ul wiht the correct classes. 2. the carousel code then acts on the list above. in that order.
I hope that isn't too vague. It's a pretty simple idea. I'm new to javascript and jquery.
Thanks
Andy