Page 1 of 1

romote HTML embedding stalls

Posted: 16 Oct 2006, 16:39
by markam24
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

Posted: 17 Oct 2006, 01:39
by mjau-mjau
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.

Posted: 01 Nov 2006, 11:16
by markam24
Yes - that was it - thank you -:)