Page 1 of 2

Article: Using Slideshow as a Page component

Posted: 02 Dec 2006, 07:55
by mjau-mjau
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 -

Excellent Support- Thank you

Posted: 02 Dec 2006, 10:07
by coey
:lol: Thank you very much for sharing a fantastic application and also providing excellent back up and support.





coey

Posted: 04 Dec 2006, 03:21
by vmcreative
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.

Posted: 04 Dec 2006, 04:11
by mjau-mjau
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.

Posted: 04 Dec 2006, 05:19
by globetrotter
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?

Posted: 05 Dec 2006, 06:28
by mjau-mjau
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/

Posted: 05 Dec 2006, 12:37
by joey
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!

Posted: 05 Dec 2006, 12:41
by globetrotter
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.

Posted: 05 Dec 2006, 13:04
by globetrotter
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

Posted: 05 Dec 2006, 15:18
by joey
Thanks.

Posted: 01 Feb 2007, 15:01
by juanlacueva
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?

Integrating in a Website built with Smarty Template Engine

Posted: 06 Feb 2007, 07:43
by apochroma
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

Re: Integrating in a Website built with Smarty Template Engi

Posted: 09 Feb 2007, 00:36
by mjau-mjau
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.

Re: Article: Using Slideshow as a Page component

Posted: 12 Apr 2007, 09:05
by kylehug
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:

Posted: 14 Apr 2007, 00:51
by mjau-mjau
images display here ... you fixed it?