Have no knowledge of scripts - using Showtime Moldule in a CMSMadeSimple site. Works just fine in Firefox, IE shows the images but in a line one on top of another. (Site now offline so can’t provide an url just now).
Am hoping someone can look at the code involved and see what the problem is for IE. This is the SWFObject code.
In the <head>:
<!–css for show2–>
<link rel=“stylesheet” type=“text/css” href=“http://homes.com.au/modules/Showtime/templates/css/Show_2.css” />
<!–LOAD SHOWTIME swfobject–>
<script type=“text/javascript” src=“http://homes.com.au/modules/Showtime/showtime/swfobject/swfobject.js?ver=2.2”></script>
<!–END SHOWTIME–>
… and in the page:
<div id=“wrapper”>
<div id=“main”>
<!-- generated by showtime Module start –>
<script type=‘text/javascript’>
var flashvars = {
xml : 'http://homes.com.au/modules/Showtime/showtime/getxml.php?showid=2',
width : '500',
height : '333',
classid : 'st_2',
rotationtime : '5',
transition : 'KenBurns',
transitiontime : '1',
transitionease : 'LinearEaseNone',
autoplay : 'on',
showcontrols : '',
controls : '1004',
textbgcolor : '',
showtext : '',
showalt : '',
shuffle : '',
scale : 'exactfit',
target : '_self'
};
var params = {};
params.allowFullScreen = 'true';
params.bgcolor = '#000000';
params.quality = 'autohigh';
params.wmode = 'window';
//params.wmode = 'transparent';
//params.base = 'dirname(__FILE__)';
//params.allowScriptAccess = 'local';
var attributes = {};
attributes.styleclass = 'showtime';
swfobject.embedSWF ('http://homes.com.au/modules/Showtime/showtime/st16.swf', 'st_2', '500', '333', '10.0.0', 'false', flashvars, params, attributes);
</script>
<!-- alternative content -->
<div id='st_2'>
<div id='gallery-2' class='gallery'>
<dl class='gallery-item'><dt class='gallery-icon'><img width='500' height='333' src='http://homes.com.au/uploads/images/mp1.jpg' class='attachment-thumbnail' alt='' title='mp1.jpg' /></dt></dl>
<dl class=‘gallery-item’><dt class=‘gallery-icon’><img width=‘500’ height=‘333’ src=‘http://homes.com.au/uploads/images/mp7.jpg’ class=‘attachment-thumbnail’ alt=‘’ title=‘mp7.jpg’ /></dt></dl>
<dl class=‘gallery-item’><dt class=‘gallery-icon’><img width=‘500’ height=‘333’ src=‘http://homes.com.au/uploads/images/mp3.jpg’ class=‘attachment-thumbnail’ alt=‘’ title=‘mp3.jpg’ /></dt></dl>
<dl class=‘gallery-item’><dt class=‘gallery-icon’><img width=‘500’ height=‘333’ src=‘http://homes.com.au/uploads/images/mp6.jpg’ class=‘attachment-thumbnail’ alt=‘’ title=‘mp6.jpg’ /></dt></dl>
<dl class=‘gallery-item’><dt class=‘gallery-icon’><img width=‘500’ height=‘333’ src=‘http://homes.com.au/uploads/images/mp5.jpg’ class=‘attachment-thumbnail’ alt=‘’ title=‘mp5.jpg’ /></dt></dl>
<dl class=‘gallery-item’><dt class=‘gallery-icon’><img width=‘500’ height=‘333’ src=‘http://homes.com.au/uploads/images/mp4.jpg’ class=‘attachment-thumbnail’ alt=‘’ title=‘mp4.jpg’ /></dt></dl>
<br style='clear: both;' />
</div>
</div>
<!-- generated by showtime Module end –>
I seem to rememeber I had a problem years ago with an ordinary slideshow in IE and got it fixed but can’t remember how.
Thank you.