I've implemented this and similar before and cannot work out why the hell its not working properly! This is a functioning version: http://flowplayer.org/tools/demos/tabs/slideshow.html
My version: www.warfinder.co.uk
I have included the jquery library and tools at the top:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>
All markup is included, correctly too as its swiped from the demo and matches their standalone effort.
The css links correctly as images appear, I know some buttons etc not appearing is due to the image reference to somewhere that doesnt exist . And the background is different as I deleted it and made some minor changes.
Finally the javascript is included before the body closes and within script tags.
Surely that is everything covered? Im guessing the javascript is not functioning correctly but it is exactly what they say in their demo version
My version: www.warfinder.co.uk
I have included the jquery library and tools at the top:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>
All markup is included, correctly too as its swiped from the demo and matches their standalone effort.
The css links correctly as images appear, I know some buttons etc not appearing is due to the image reference to somewhere that doesnt exist . And the background is different as I deleted it and made some minor changes.
Finally the javascript is included before the body closes and within script tags.
Surely that is everything covered? Im guessing the javascript is not functioning correctly but it is exactly what they say in their demo version
Last edited: