jQuery Cycle plugin glitch
Hello,
This might be 100% my fault but im using jquery's cycle plugin to show a very nice slideshow. Inside of that slideshow i also have swf's. My problem is when i use the pause feature and hover over the swf's it does not start back up again. To make it even weirder this is only an issue in Firefox. Any ideas would really help.
-
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="cycle.js"></script>
<script type="text/Javascript"> //<![CDATA[
jQuery.noConflict(); jQuery(document).ready(function(){
jQuery('ul#sliderbody').cycle({ fx: 'fade', pager: '.silderNav ul', timeout: 7000, pause: 1 , pagerAnchorBuilder: function(i, slide) { return '<li id="_'+i+'"><a href="">N</a></li>'; } }); });
//]]>
</script>