Search…

X3 Photo Gallery Support Forums

Search…
 
PeterPan
Topic Author
Posts: 2
Joined: 21 Feb 2007, 20:22

Problem with Globalpath - Slideshow

22 Feb 2007, 07:30

Hi , I have following problem.

Imagevue is in that folger:
www.mysite.de/photo_gallery/

I want to open the slideshow here:
www.mysite.de/index.html

I want to load the slideshow in the Index.html with
Code
	<div class="mainheadpad">
									<div>
										<div id="flashcontent">
										</div></div>
					<script>
var so = new SWFObject("photo_gallery/slideshownew.swf?globalpath=photo_gallery/", "features", "400", "225", "7", "#FFFFFF");
						so.addVariable('configfile','photo_gallery/slideshownew4.ini');
						so.addVariable('globalpath','photo_gallery/');
so.addVariable('framewidth', '0');
so.addVariable('frameshadow', 'false');
						so.write("flashcontent");
					</script>
Thats the same code like the Slideshow here:
https://www.photo.gallery/imagevue/demo

-------------
now i must set globalpath in Slideshow4.ini.

[SLIDESHOW]

[MAIN]

globalpath = false
path = /content/gallery/friends/
startimageclick = false ;play,next,false


---------------------------
but it doesnt work.

When I open www.mysite.de/photo_gallery/slideshownew.swf
everything works.

but it doenst work in www.mysite.de/index.html

Where is my mistake ?[/code]