Page 1 of 1

auto slide

Posted: 07 Jun 2008, 15:16
by zodehala
when someone entered into site i want slideshow start automatically

Re: auto slide

Posted: 07 Jun 2008, 16:25
by cshetler
zodehala wrote:when someone entered into site i want slideshow start automatically
Use the slideshow module and experiment with the following switches...
autostart=true or false
startimage= true or false
displaykeyguide= true of false

https://www.photo.gallery/imagevue/slide ... uide=false

Re: auto slide

Posted: 08 Jun 2008, 16:33
by zodehala
cshetler wrote:
zodehala wrote:when someone entered into site i want slideshow start automatically
Use the slideshow module and experiment with the following switches...
autostart=true or false
startimage= true or false
displaykeyguide= true of false

https://www.photo.gallery/imagevue/slide ... uide=false
from where can download it

Re: auto slide

Posted: 08 Jun 2008, 16:51
by cshetler
zodehala wrote:
cshetler wrote:
zodehala wrote:when someone entered into site i want slideshow start automatically
Use the slideshow module and experiment with the following switches...
autostart=true or false
startimage= true or false
displaykeyguide= true of false

https://www.photo.gallery/imagevue/slide ... uide=false
from where can download it
Refer to the following page that describes what's included with Imagevuex and the location of those files within the structure of the site.

https://www.photo.gallery/purchase/what

Re: auto slide

Posted: 10 Jun 2008, 05:09
by zodehala
zodehala wrote:
cshetler wrote:
zodehala wrote:when someone entered into site i want slideshow start automatically
Use the slideshow module and experiment with the following switches...
autostart=true or false
startimage= true or false
displaykeyguide= true of false

https://www.photo.gallery/imagevue/slide ... uide=false
from where can download it
thats switches in which file ?

Re: auto slide

Posted: 10 Jun 2008, 07:32
by cshetler
zodehala wrote:
zodehala wrote:
cshetler wrote: Use the slideshow module and experiment with the following switches...
autostart=true or false
startimage= true or false
displaykeyguide= true of false

https://www.photo.gallery/imagevue/slide ... uide=false
from where can download it
thats switches in which file ?
You can either change the switches in the slideshowconfig.ini directly or use them in the URL as I did in my example.

Posted: 10 Jun 2008, 09:19
by zodehala
i run it as localhost/imagevue/

and

i put slideshow directory into imagevue(root) and templates
and
i put slideshow.ini into imagevue (root)

my slideshow.ini
Code
[SLIDESHOW]

path = show
interval = 5

[END]
and my config.ini
Code
[GALLERY]

; 
; https://www.photo.gallery/documentation/?p=113

globalpath = false
contentfolder = false
singlelevel = false
folder = false
directimage = true
text = lang.ini
startheading = Imagevue Gallery
startimage = slideshow.swf,slideshow.ini
swflayer = false
startimagekeep = false
imagearea = FFFFFF
startfx = false
textcol = 34507A
bgcol = FFFFFF
barcol = false
menucol = bgcol,textcol
backimage = background.swf
backalign = M
sfx = true
audio = false
audiopath = mp3/
emptyaudio = mp3alt/
audiorepeat = 0
audioinit = true
startvolume = 70
audiostyle = linear
loopinterval = 30
audioextension = mp3
audioinfo = id3
foldersorting = na
imagesorting = dd
navigation = 1,1,1,0,1,0,0,1,0
controlsdefpos = 523,446,523,446
altnav = true
keycontrols = true
subbuttons = below
subbuttonsfilename = true
hideimage = true
imagenavigationpane = true
imageclicklink = thumbs
altimage = false
imagepopinfo = 1,1,0,0,0,0
imagerightclick = 1,1,1,1,0,0,1,1,1
shiftimageclicklink = popup
backrightclick = 1,1,1
tooltipcol = textcol,bgcol
transitions = shine
showfolderdescriptions = 0,0,0,1
descriptions = startopenifdescription
descriptionattributes = false
descriptionscol = bgcol,textcol
hideextension = true
showmenu = true
menuopen = false
dragmenu = false
startclick = true
imagenavidefpos = 680,25,auto,auto
motioninit = false
motionspeed = 1
thumbstart = true
thumbopenwin = slideshow
thumbrightclick = 1,1,1,1,1
shiftthumbclicklink = popup
thumbattribs = 0,0,0
thumbattribscol = bgcol,textcol
thumbpopinfo = 0,1,0,0,0,0
thumbattribpopinfo = 1,1,1,1,1
thumbfx = whitetint,100,3
thumbframe = false,false
lowrespopup = false
popupstyle = slideshow
popmargin = 10
popdisplay = 1,1,1,1,1,1
serverextension = php
slideshowpopupconfig = slideshowpopupconfig.ini
slideshowimagevueconfig = slideshowimagevueconfig.ini
sitemenu = false
configfile = 
popped =


[END]

but it can not run auto why ? 
[/code]