Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

romote HTML embedding stalls

16 Oct 2006, 16:39

I tried embedding the gallery into an html file as for the directions here:
https://www.photo.gallery/558

The gallery works fine on it's on but stalls on loading if hitting the html file.

- The original gallery is @:
(edited)

The HTML file with flash embedded is @:
(edited)

This forum won't show the entire code I used to embed if I post it here for (edited)

In the meantime I've copied the flash to the root directory...but hoping not to have to continue to run it from there.

Thanks in Advance!
M
Last edited by markam24 on 20 Feb 2008, 22:46, edited 2 times in total.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

17 Oct 2006, 01:39

Looks like it stalls when loading the startimage. I checked your code in config.ini for this, and you have an absolute path:
Code
startimage = http://www.spiritfa.com/img/jpgHome/spirit_fa_three.jpg
Try changing this to:
Code
startimage = ../img/jpgHome/spirit_fa_three.jpg
I presume this is why its not working, because when using globalpath, it adds the relative global path to the url, which in your case is absolute.
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

01 Nov 2006, 11:16

Yes - that was it - thank you -:)