The way you are embedding the gallery you have make the wmode change twice.
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600">
<param name="movie" value="simpleviewer.swf">
<params.bgcolor = "222222";>
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="9.0.45.0">
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf">
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="simpleviewer.swf" width="800" height="600">
<!--<![endif]-->
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="swfversion" value="9.0.45.0">
<param name="expressinstall" value="Scripts/expressInstall.swf">
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
I have the thumbnails to change with the wheel mouse but this also no longer works, same as the go to full screen button.
When wmode is used the mouse wheel functionality is inconsistent, this is an issue with flash.
https://bugs.adobe.com/jira/browse/FP-865
https://bugs.adobe.com/jira/browse/FP-2488
There is a workaround that uses javascript that could be integrated with the api functions for showNextImage() and showPreviousImage().
Now I discover that some features work with IE but not Firefox and vice versa. How decent..
The gallery should run the same in all browsers and operating systems if it is embedded properly.
Is the editing of the caption only feasible by editing the XML page with a text editor after the pages have been built up?
The best way to change the captions is to edit the xml in a text editor.
Mike Richards
SimpleViewer Support Team.