Page 1 of 1
two imagevuegallery on my flashsite
Posted: 07 Dec 2006, 08:35
by clemi6
I to everyone
I'm Italian and I don't speak english very well, so excuse me for this my english.
I have load an imageviewgallery in a page af my flash site.
now I nead to create and load another gallery in an other page of the same site.
what configuration I have to change to do that?what I have to do?
all the file of first gallery are in the same serverfolder of my flash site.
thanks in advance.
Posted: 07 Dec 2006, 11:03
by Nick
You should enable/install php on your server.
http://www.theworldimage.com/test/phpinfo.php
.php files are treated as usual text there. Contact your hosting provider.
Posted: 08 Dec 2006, 11:22
by clemi6
What do you men with that?
php is enable on my server...because I used it several time.
my problem is if I load an Imagevue gallery in two different page I will see the same picture because the scrip will load the images from the same folder.
I want two gallery with different foto in the same site.
wich script I have to change?and where it is?in wich file?
Posted: 08 Dec 2006, 11:54
by globetrotter
You can make 2 (or more) different content folders, like: content and content2. In that folders you can make groupfolders and imagefolders.
Open the second contentfolder like:
https://www.photo.gallery/imagevue/index ... r=content2
More info:
https://www.photo.gallery/support/docs/115
Posted: 10 Dec 2006, 14:26
by clemi6
thanks for your reply...
now I know that if I change in the config.ini file the name of the contentfolder I can use different gallery.
but how I can tel tho the firt gallery to use the config1.ini file that tell to the gallery to upload the picture from the content1 and to the second gallery to use the config2.ini file that tell to the gallery to upload the picture from the content2?
because I need 2 config.ini file if I want two gallery, is correct?
Posted: 11 Dec 2006, 04:18
by globetrotter
You can make 2 different config.ini files, and open the gallery with a link, like:
https://www.photo.gallery/imagevue/?conf ... onfig2.ini
In this config.ini files you can set:
contentfolder = content2 to open the right content folder.
But is also possible to have 1 config.ini and open the second contentfolder with a link, like:
https://www.photo.gallery/imagevue/index ... r=content2
Posted: 11 Dec 2006, 04:39
by clemi6
sorry if I abuse of your kindness,
but I upload imagevue in my flash site with the component loadmovie end I dont have a link...I just load the file imagevuex.swf...did you know how I can do?I think, but I'm not sure, I have to change the script in the imagevuex.swf file who open the config.ini file?but two file,index.php and getconfig.php, open config.ini.
but I don't find in the script of the imagevuex.swf file the script who open this file.
Have you understood what I say?
sorry but is really difficult to explain the problem in inglish....
thanks...
Posted: 11 Dec 2006, 05:29
by globetrotter
Posted: 11 Dec 2006, 10:08
by clemi6
thank you so much...
I have tryed in this way and it function
img = new MovieClipLoader();
img.onLoadInit = function() {
clip._x = 210;
clip._y = 75;
};
img.loadClip("imagevueplayer7.swf?contentfolder=content2", clip);
Posted: 04 Jan 2007, 13:18
by mjau-mjau
content2/