View Full Version : number of pages
triksi
10-13-2009, 06:45 AM
I have version 7.5.
Is it possible to change maximum number of pages (2500) ?
In one project I need to put 2700 pages.
Thank you
longedge
10-13-2009, 08:02 AM
I would guess the answer to that is no you can't but I'm sure that when you become familiar with AMS you'll find that you don't need anywhere near that number of pages. Dynamic loading and re-use of the resources that are used in your project will drastically reduce the number of pages needed.
triksi
10-13-2009, 08:53 AM
No, really I need to put 2700 pages.
Ok if answer is NO I will find some other way to resolve this problem outside of this application.
Thank you
nico210
10-13-2009, 09:59 AM
hello. what type of page is it ?
longedge
10-13-2009, 11:24 AM
Just for the sake of discussion can you tell us what is going to be on the pages.
triksi
10-13-2009, 01:26 PM
Always one photo .jpg - big as one screen
longedge
10-13-2009, 02:02 PM
Always one photo .jpg - big as one screen
If each page just contains a single photo how do you move from page to page?
triksi
10-13-2009, 02:25 PM
With button with command :
Page.Jump(Page..)
holtgrewe
10-13-2009, 02:55 PM
That will certainly work for you.
Another way would be to set up one page with the SlideShow object. Turn off the slide show auto start. Then on click of slide show enter SlideShow.Navigate("SlideShow1", 2).
You will need to add the pics to the slide show object or you can get them dynamically, using SlideShow.FillFromFolder().
triksi
10-13-2009, 03:06 PM
Thank you.
That is nice thing.
Dermot
10-13-2009, 03:08 PM
That amount of pages is crazy. If you are just showing images then you can show all the photos on one page either using the image object or the slideshow object.
If the images are large and you want to show them at full size with scrollbars if needed, then grab the ImageScroller plugin from Reteset. http://www.indigorose.com/forums/showthread.php?t=27931
longedge
10-13-2009, 03:09 PM
I've recently completed a project which had about 40 documents (a mixture of word docs and pdf's), 2 different slideshows based on two distinct sets of images, about 80 images in each, and a set of 4 videos. It was on 1 page.
I can understand that there are cirumstances where it is easier or even necessary to have multiple pages perhaps for different designs etc. but I'd be willing to have a small bet that every experienced user of AMS is like me and now creates projects with far fewer pages than they did at first.
triksi
10-13-2009, 03:17 PM
The problem is that every photo is conected with one different audio.
Every audio file has different length.
longedge
10-13-2009, 03:31 PM
As you load the image you could also play an associated audio file and perhaps trigger the next image to load when the audio file ends.
triksi
10-13-2009, 03:34 PM
Yes, I must show the next immagine when audio of the previous immagine finished.
Scriptonite
10-13-2009, 11:47 PM
I haven't been working with AMS very long, but this seems like a simple way to do this. I used no plugins for this, everything is built into AMS. One page and it pulls the files from the music and images folder. I would imagine this will give you an idea how to cut your project size down.
Sakuya
10-14-2009, 12:24 AM
Yes, I must show the next immagine when audio of the previous immagine finished.
What you asked for is possible with one page.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.