Page 1 of 1

Simple integration within HTML page

Posted: 04 May 2007, 11:39
by dandange1
Hello,

i tried everything but nothing works and i don't know why??!!!

Below is the webpage:
http://www.optomelearning.co.uk/resourc ... llery.html

The Galley works fine on it's own:
http://www.optomelearning.co.uk/upload/

Please tell me where did I do wrong.[/b]

Posted: 04 May 2007, 17:45
by Nick
As I see you embed Imagevue by using path ../upload/imagevuex.swf.
When calling it directly it seem to work fine: http://www.optomelearning.co.uk/upload/imagevue.swf

Guess it's because swf tried to open scripts from local directory instead of its own. So maybe setting globalpath will help, and relocating imagevue to directory under http://www.optomelearning.co.uk/resources/

Posted: 04 May 2007, 23:42
by mjau-mjau
The path to your gallery is "../upload/imagevue.swf", therefore you need to set the "globalpath=../upload/" in the source of your document.

Posted: 05 May 2007, 08:11
by dandange1
Thanks for the reply.

I did have changed the globalpath = ../upload/ in the config.ini file. Still nothing happened.

Posted: 05 May 2007, 10:52
by mjau-mjau
dandange1 wrote:Thanks for the reply.

I did have changed the globalpath = ../upload/ in the config.ini file. Still nothing happened.
I check your page, and it says:
Code
globalpath = upload/
You need to set:
Code
globalpath = ../upload/

Posted: 05 May 2007, 11:56
by dandange1
Hi there,

Thanks for the patient. I changed the flashvars to
Code
globalpath=../upload/
I've also changed the config.ini file in the upload folder:
Code
globalpath=../upload/
Still nothing loaded on the page.

Posted: 07 May 2007, 06:19
by dandange1
Can someone please help me? I've tried everything and am still struggling.

Posted: 07 May 2007, 12:06
by mjau-mjau
dandange1 wrote:Can someone please help me? I've tried everything and am still struggling.
Right now your link is not working anymore ...

Posted: 08 May 2007, 06:25
by dandange1
Sorry, I messed up on the server when I was doing some config on it. But now it should back again.

Thanks for the help

Posted: 09 May 2007, 07:15
by mjau-mjau
ok, so you have done some changes correctly, but you have also done 1 change too much. In your souece you have:
Code
configfile=../upload/config.ini
should be
Code
configfile=config.ini
All paths except the globalpath should be relative to the imagevue folder. The globalpath sets the global path for all files. References to all other files, for isntance the configfile, is relative to the globalpath, which is the imagevue gallery folder.

Posted: 09 May 2007, 09:59
by dandange1
Thanks very much for your help.

Finally I got my imagevue gallery loaded on the page although there are some more settings need to be changed.

I really want my photogallery page to be like: http://www.tank.no/?go=jobber

As you can see, my gallery's position is not in the center and the pictures are not loaded in the frame. So how do I position the main display area and make every picture showing in that area?

Thanks again for your patient!!