Search…

X3 Photo Gallery Support Forums

Search…
 
jokko
Topic Author
Posts: 3
Joined: 16 Jun 2009, 13:43

SLIDESHOW DOESN'T WORK

18 Jun 2009, 12:28

Hoi

I have setup my slideshow but it fail..
I don't know what the problem is, can you help me?

You can see it here:
http://www.jokko.be/testmap/

this is html: (test.php)
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

	<script type="text/javascript" src="javascript/swfobject_source.js"></script>

<style type="text/css">
<!--
body {
	background-color: #CC0;
}
-->
</style></head>

<body >

<div class="myline" style="margin-top:0px;"></div>

					
<div id="flash" style="margin: 15px 0px 0px 15px;"></div>
</div>
					<script type="text/javascript">
		var so = new SWFObject("slideshow/slideshow.swf", "flashcontent", "400", "225", "7", "#FFFFFF");
		so.addVariable('configfile','ss_pagecomponent.ini');
		so.addVariable('globalpath','/slideshow/');
so.addVariable('path', 'fotomap/');
so.addVariable('imagesorting', 'rnd');
so.addVariable('interval', '4');

						so.write("flash");
					</script>
<div class="myline"></div>
</body>
</html>
ss_pagecomponent.ini
(/testmap/ss_pagecomponent.ini )
Code
[SLIDESHOW]

[MAIN]

globalpath = false
path = fotomap/
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 = 6
serverextension = php
sitemenu = false
usejsresize = false
altimage = 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 = false
audiopath = imagefolder
audiorepeat = 0
audioinit = true
startvolume = 70
audiostyle = linear
loopinterval = 30
audioextension = mp3
audioinfo = id3
audioplayercolor = textcol

[CONTROLS]

sitemenu = false
showmaincontrols = false
maincontrols = select,previous,next,toggleplay,sfx,window,popup,download
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,window,popup,download
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]
[/code]

Thanks!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

19 Jun 2009, 05:33

Where is the slideshow.swf? Your index file is trying to load it from here:
http://www.jokko.be/testmap/slideshow/slideshow.swf