I use the "Slideshow as a pagecomponent"
I encounter the following problem.
The display does not work in browsers IE6 and IE7. I have no error message.
My frame remains empty (no animation)
What is strange is that on FireFox everything is working properly.
url address : http://www.henkel-grandchelem.com/index_.php
Do you know why?
Here is the code that I use on my page
Code
<div class="diapo">
<div id="flash"> Si vous pouvez lire ce texte, vous devez activer "JavaScript" dans votre navigateur, pour vous permettre de visualisé le diaporama. </div>
</div>
<script type="text/javascript">
var so = new SWFObject("/diapo/slideshow.swf", "animation", "600", "225", "9", "#FFFFFF");
so.addVariable('configfile','ss_pagecomponent.ini');
so.addVariable('globalpath','/diapo/');
so.addVariable('path', 'demoimages/');
so.addVariable('imagesorting', 'rnd');
so.addVariable('interval', '4');
so.write("flash");
</script>Code
[SLIDESHOW]
[MAIN]
globalpath = false
path = demoimages/
directimage = false
startimageclick = next
;language = slideshowlang.ini
autostart = true
autoscale = false
scaleup = false
keepaspect = true
boxstage = false
imagesorting = na
cacheimages = 2
minmargin = 0
maxwidth = false
maxheight = false
interval = 4
serverextension = php
sitemenu = false
usejsresize = false
altimage = false
link = false
[VISUAL]
startimage = false
startheading = foldername
displaykeyguide = true
backimage = false
backalign = M
bgcol = FFFFFF
textcol = FFFFFF
tooltipforegroundcolor = bgcol
tooltipbackgroundcolor = textcol
framewidth = false
framecol = FFFFFF
innerframewidth = false
innerframecol = FFFFFF
frameshadow = false
slideshowlayer = false
slideshowlayeralpha = 30
slideshowlayeralign = OIM
slideshowlayermargin = 10
[TRANSITION]
transition = fade
transitionresize = tint,white; tint,white,shine,instant
frametransition = true
[AUDIO]
sfx = false
audio = true
audiopath = mp3/
audiorepeat = 0
audioinit = true
startvolume = 100
audiostyle = linear
loopinterval = 30
audioextension = mp3
audioinfo = false
audioplayercolor = textcol
[CONTROLS]
sitemenu = false
showmaincontrols = false
maincontrols = select,previous,next,toggleplay
maincontrolsalign = BR
maincontrolsmargin = 10
altcontrols = false
altcontrolscolor = textcol
altcontrolsalign = L,R
altcontrolsmargin = 10
closebuttonalign = IRT
customdata = <b>Your Information here</b><br>Use this feature if you want to add some basic information
customdatalink = mailto:you@youremail.com
rightclick = next,previous,toggleplay
enablerightclickcontrols = true
enablekeycontrols = true
usekeysettingstext = true
imageclick = next
imageshiftclick = popup
imagepopinfo = false
showpreloader = false
showaltpreloader = false
showtimer = false
preloadcolor = textcol
timercolor = textcol
controlsbackgroundcolor = textcol
controlsforegroundcolor = bgcol
controlsbackalpha = 50
controlsbackoveralpha = 40
controlsbackpressalpha = 60
controlsdimensionx = 45
controlsdimensiony = 30
controlstooltip = true
[IMAGESELECT]
imageselecttooltip = true
imageselecttooltipdelay = 500
imageselecttooltiptext = true
imageselecttooltipthumbnail = true
timerselectreset = 9000
[TEXT]
displayposition = above
displayimageindex = false
displayname = false
displaydescription = false
hideextension = true
formatmaxwidth = 250
formatminwidth = 150
formatmargin = 5
formatbackgroundcolor = textcol
formatbackgroundalpha = 0
defaultfont = Arial
defaultsize = 19
defaultcolor = textcol
defaultleading = 2
defaultalign = left
headingfont = DesertDogHmk
headingsize = 28
headingcolor = bgcol
indexfont = Verdana
indexsize = 10
indexcolor = textcol
indexleading = 0
indexalign = left
namefont = Verdana
namesize = 11
namebold = true
namecolor = textcol
nameleading = 0
namealign = left
descriptionfont = Georgia
descriptionsize = 13
descriptioncolor = textcol
descriptionleading = 2
descriptionalign = left
selectfont = Georgia
selectsize = 13
selectbold = true
selectcolor = bgcol
[END]