User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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:

http://www.imagevuex.com/imagevue/spc/

Any comments or questions are welcome -

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Excellent Support- Thank you
coey
Joined: 13 Nov 2006
Posts: 6
Europe
:lol: Thank you very much for sharing a fantastic application and also providing excellent back up and support.





coey


Re: Article: Using Slideshow as a Page component
vmcreative
Joined: 24 Nov 2006
Posts: 2
The Netherlands
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.


Re: Article: Using Slideshow as a Page component
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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.

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Article: Using Slideshow as a Page component
User avatar
Imagevue Expert
Joined: 18 Oct 2006
Posts: 833
The Netherlands
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/


Re: Article: Using Slideshow as a Page component
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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/

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Article: Using Slideshow as a Page component
User avatar
Experienced
Joined: 28 Sep 2006
Posts: 31
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, 08:08, edited 2 times in total.



Re: Article: Using Slideshow as a Page component
User avatar
Imagevue Expert
Joined: 18 Oct 2006
Posts: 833
The Netherlands
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/


Re: Article: Using Slideshow as a Page component
User avatar
Imagevue Expert
Joined: 18 Oct 2006
Posts: 833
The Netherlands
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: http://www.imagevuex.com/forum/viewtopic.php?t=100

Maybe you want to make the buttons smaller?
Code
controlsdimensionx = 25
controlsdimensiony = 25

_________________
Rene
http://www.globetrotternet.nl/


Re: Article: Using Slideshow as a Page component
User avatar
Experienced
Joined: 28 Sep 2006
Posts: 31
Thanks.


Re: Article: Using Slideshow as a Page component
juanlacueva
Joined: 1 Feb 2007
Posts: 6
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
apochroma
Joined: 6 Feb 2007
Posts: 1
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
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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.

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Article: Using Slideshow as a Page component
kylehug
Joined: 12 Apr 2007
Posts: 1
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


Re: Article: Using Slideshow as a Page component
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
images display here ... you fixed it?

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


 
Imagevue Forums HomeForum  View topic - Article: Using Slideshow as a Page component20 posts