Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 14452
Joined: 30 Sep 2006, 03:37

Article: Using Slideshow as a Page component

02 Dec 2006, 07:55

To all the users who have been looking for a tutorial on how to integrate the slideshow as a page component, please check the link below:

https://www.photo.gallery/imagevue/spc/

Any comments or questions are welcome -
 
coey
Posts: 6
Joined: 14 Nov 2006, 02:27

Excellent Support- Thank you

02 Dec 2006, 10:07

:lol: Thank you very much for sharing a fantastic application and also providing excellent back up and support.





coey
 
vmcreative
Posts: 2
Joined: 24 Nov 2006, 03:15

04 Dec 2006, 03:21

Can this also be used for displaying random images (or latest images) from the gallery? I'm running the gallery in a site and want to add a block with the latest images (running in a slideshow) to the frontpage of this site.
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 14452
Joined: 30 Sep 2006, 03:37

04 Dec 2006, 04:11

vmcreative wrote:Can this also be used for displaying random images (or latest images) from the gallery? I'm running the gallery in a site and want to add a block with the latest images (running in a slideshow) to the frontpage of this site.
You can set the slideshow to display images sorted at random, by using the imagesorting method, either in your configuration file:
Code
imagesorting = rnd
... or directly in the html page ...
Code
so.addVariable('path','demoimages/');
If you are going to use it to display "latest images", you will have to maintain a folder with duplicates of your latest images which you frequently manage.
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

04 Dec 2006, 05:19

I am using a very small version (160x120) of the slideshow as a page component on my website.

I have 2 questions about it:
1. The question mark (?) in the right top corner looks very big now. Is there a way to make the ? smaller, or (re)move it?

2. Each time when I open my site with Internet Explorer, I got a message about blocked scripts of active X, and the slideshow is not visible. When I accept the active X scripts, the slideshow will appear. What can I do to solve it?
Rene
http://www.globetrotternet.nl/
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 14452
Joined: 30 Sep 2006, 03:37

05 Dec 2006, 06:28

globetrotter wrote:1. The question mark (?) in the right top corner looks very big now. Is there a way to make the ? smaller, or (re)move it?

2. Each time when I open my site with Internet Explorer, I got a message about blocked scripts of active X, and the slideshow is not visible. When I accept the active X scripts, the slideshow will appear. What can I do to solve it?
1. Yes, it can be removed/changed. I have forwarded instructions in a separate email.

2. May I take a look at the page where you have integrated it? Are you using the SWFobject javascript integration? This method we integrated since version 17 to overcome IE7's new activex limitations. Read about it here: http://blog.deconcept.com/swfobject/
 
User avatar
joey
Experienced
Posts: 31
Joined: 28 Sep 2006, 16:18

05 Dec 2006, 12:37

This article is indeed very helpful.

I have one question: Is it possible to keep the 'maincontrols' stationary and not move around based on the size of an image?

Lastly, any further suggestions to improve the look of my slideshow?

Thanks!
Last edited by joey on 13 Sep 2007, 12:08, edited 2 times in total.
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

05 Dec 2006, 12:41

globetrotter wrote:1. The question mark (?) in the right top corner looks very big now. Is there a way to make the ? smaller, or (re)move it?

2. Each time when I open my site with Internet Explorer, I got a message about blocked scripts of active X, and the slideshow is not visible. When I accept the active X scripts, the slideshow will appear. What can I do to solve it?
mjau-mjau wrote:1. Yes, it can be removed/changed. I have forwarded instructions in a separate email.

2. May I take a look at the page where you have integrated it? Are you using the SWFobject javascript integration? This method we integrated since version 17 to overcome IE7's new activex limitations. Read about it here: http://blog.deconcept.com/swfobject/
1. I have received the PM. Thank you.

2. For the page I am using a script which is generated by Dreamweaver 8: http://www.globetrotternet.nl/Scripts/A ... Content.js
For the slideshow I am using the script of Imagevue: http://www.globetrotternet.nl/Scripts/s ... _source.js

The link to the page is: http://www.globetrotternet.nl/

EDIT:

I think I have solved the problem:
I am using a counter on my site. My index.htm is a frameset, that will open the mainpage and the counter page (teller.htm). So far so good.

But: I made another frameset that will open the mainpage and a dummy counter page (teller1.htm). So I can test my site, and the counter will not be increased.
I started this frameset page from my harddisk. And Internet Explorer does not like that. :lol:

In normal use, there is no problem.
Rene
http://www.globetrotternet.nl/
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

05 Dec 2006, 13:04

joey wrote:I have one question: Is it possible to keep the 'maincontrols' stationary and not move around based on the size of an image?
Yes this is possible, set: maincontrolsalign = B
More info: viewtopic.php?t=100

Maybe you want to make the buttons smaller?
Code
controlsdimensionx = 25
controlsdimensiony = 25
Rene
http://www.globetrotternet.nl/
 
User avatar
joey
Experienced
Posts: 31
Joined: 28 Sep 2006, 16:18

05 Dec 2006, 15:18

Thanks.
 
juanlacueva
Posts: 6
Joined: 01 Feb 2007, 14:59

01 Feb 2007, 15:01

Can i include this "small window" inside a flash instead of an html?

how do i call the swf? just loadMovie? how do i sent extra parameters?
 
apochroma
Posts: 1
Joined: 06 Feb 2007, 05:53

Integrating in a Website built with Smarty Template Engine

06 Feb 2007, 07:43

Hi
My website is designed with the smarty template engine (http://smarty.php.net/). I'd like to integrate the slideshow as a pagecomponent.

But i'm a little confused where to place the files. F.e.: My website www.apochroma.ch has several themes, like:

www.apochroma.ch/bildgalerie
Which files should be exactly in this directorie and wich files could be linked?
Because in each directory there exists already an index.php wich includes the content from a templates directory.

Thanks for help
Claus
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Integrating in a Website built with Smarty Template Engi

09 Feb 2007, 00:36

apochroma wrote:Hi
My website is designed with the smarty template engine (http://smarty.php.net/). I'd like to integrate the slideshow as a pagecomponent.

But i'm a little confused where to place the files. F.e.: My website www.apochroma.ch has several themes, like:

www.apochroma.ch/bildgalerie
Which files should be exactly in this directorie and wich files could be linked?
Because in each directory there exists already an index.php wich includes the content from a templates directory.

Thanks for help
Claus
You dont need to use the index.php files if you are to integrate the slideshow as a pagecomponent. Also, you should keep the entire Imagevue upload folder separate from your other site files. You can simply use the globalpath parameter to refer the Imagevue folder.
 
kylehug
Posts: 1
Joined: 12 Apr 2007, 05:14

Re: Article: Using Slideshow as a Page component

12 Apr 2007, 09:05

Hi all! :D

I'm new to the imagevue tool and am also not much of a programmer/scripter. I've been trying to put a page component slideshow on an internet portfolio website I've been working on for myself.

http://kylehug.com

It's very lacking in content currently so for testing purposes I just have the slide show pointing to one of the demo folders that came with imagevue.

As far as I know I have everything set up correctly but none of the images are showing up, and I can't figure out why. I've tried checking permissions on the image folder and editing the path setting in the ss_pagecomponent.ini file among other things but nothing seems to make a difference. I know it is something with this page component because I can load the full slideshow.swf directly and everything works.

Any help/ideas would be great. Thanks in advance :wink:
-- Kyle
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Apr 2007, 00:51

images display here ... you fixed it?