Hey Rich,
So there's a few problems here which i think are preventing your videos from being indexed.
- The main one is around your bespoke video player and the Javascript / Lightbox delivery - which, while potentially elegant from a users perspective, isn't great for Google. Currently the flash video player is only being delivered by a JS trigger and Google probably aren't picking it up.
- You have more than one video on each page (and tons of duplicate videos) - All the "play product video" links at the bottom of the page are more lightboxes, which means you have 34 .mp4 files visible within the page source. Therefore, which video should google rank for the page?! It's not clear and with each video also replicated across many pages, it becomes a minefield for the Robots to navigate.
- No Video XML sitemap
To get things fixed, i suggest you implement either a static flash player file within the base HTML (.swf or .flv) or do the whole thing with HTML5 video elements and try and find a way to "reveal" the video file without using lightboxes or JS. (i would plump for the latter).
You should also fix the "play video" links throughout the rest of the page to static HTML links - rather than lightboxes with more videos.
Lastly, of course, submit an XML video Sitemap. He's an example for the page you included - replicate this for the rest of your pages.
<loc>www.oakfurnitureland.co.uk/furniture/rustic-solid-oak-4-drawer-coffee-table/1149.html</loc>
video:thumbnail_lochttp://static.oakfurnitureland.co.uk/media/gbu0/prod350/rus18-4f0f1c68245c6.jpg</video:thumbnail_loc>
video:titleRustic Solid Oak 4 Drawer</video:title>
video:descriptionThe Rustic Oak Four Drawer Coffee Table features a traditional farmhouse styling with ample storage space</video:description></video:description>
video:content_lochttp://video.oakfurnitureland.co.uk/rustic/Rustic-Solid-Oak-4-Drawer-Coffee-Table.mp4</video:content_loc>
video:duration56</video:duration>
video:publication_date2012-03-14T18:30:15+00:00</video:publication_date>
video:family_friendlyyes</video:family_friendly>
video:tagSolid Oak 4 Drawer</video:tag>
video:liveno</video:live>
If you change all that and it still doesn't work - let me know.
If it does work, you owe me a beer
All the best,
Phil