Actually, I think I'm running WP 3.0.3. Also, Nextgen Gallery 1.72 and SmoothGallery 1.2.
I've got a frontpage.php with the following code.
'
<div>
<?php
$content = "[smooth=id:4; width:860; height:300; timed:true; arrows:false; carousel:false; links:false; info:true; align:center; frames:true; delay:6000; transition:fade; open:false; text:Pictures;]";
smooth_show($content);
?>
</div>
,
In Chrome and IE 8 I get the changing pictures (there are 7) with info from NextGen Gallery sliding up from below and the pictures showing for about 6 seconds before changing. In Firefox 3.6.13 there is no info or description and the pics only show for about 3 seconds. I've tried changing the delay value and it affects Chrome and IE but not Firefox. I tried turning on Carousel and again, it affected Chrome and IE but not Firefox.
Anybody know why?