OK I am hoping there is something obvious I am missing. I created a new "Video" content type and a View to display this content type as a list on a page and the most recently updated video in a page. (The page view displays the Full Sized video and the block displays a scaled down Preview Video size.) This works fine and I can play the preview sized video in the block.

Then I added a Pager to the block view (mini-pager) and this works. It correctly shows there are three videos currently on the site and I can page through them. It reloads the page every time though.

So it would be really cool to use Ajax to page through the videos on the site without reloading the page on every click, except this does not seem to work. The pager still correctly shows that there are three videos, except that when you click the next arrow it spins and updates like it is going to video #2 except it still loads/displays the first video. Click it again and it says it goes to video #3 but it still displays the first video.

...........OK I was in the middle of typing this when I remembered that I had enabled SWFObject (by placing the .js file on the server, not via a module) and when I disable SWFObject the pager now works correctly. So this looks like it might be fix-able in Javascript but its way beyond my understanding.

Thank you for this great module!

Comments

gregoryshearer’s picture

Version: 6.x-1.9 » 6.x-1.8
tugis’s picture

Subscribing

I found the same problem. The Ajax pager just works if the "Use SWFObject" option is disabled, otherwise when navigating through the pager I just see videos from 1st page.

Thanks for sharing your workaround cause I was running out of solutions to solve this issue.