many of you are probably familiar with Stringy’s multi xml gallery.
I realize that the extra galleries end up on a second page but whoever ends up on the 2nd page will be mad. I’d rather make the page deeper and keep all the galleries on the first page.
The crappola part is due to a deadline and tons of images. I know how to decrease the number of galleries as I initially wanted to have 6 galleries and Stringy told me the following:
You can change the size of the boxes by changing these variables (or associated variables)
ActionScript Code:
[LEFT][FONT=Courier New]th = [COLOR=#0000ff]Math[/COLOR].[COLOR=#0000ff]round[/COLOR]COLOR=#000000[/COLOR];[/FONT]
[FONT=Courier New]tw = [COLOR=#0000ff]Math[/COLOR].[COLOR=#0000ff]round[/COLOR]COLOR=#000000[/COLOR];[/FONT][/LEFT]
so to make say 3 rows/2 columns you could change to this
ActionScript Code:
[LEFT][FONT=Courier New]th = [COLOR=#0000ff]Math[/COLOR].[COLOR=#0000ff]round[/COLOR]COLOR=#000000[/COLOR];[/FONT][/LEFT]
So I changed it to the following but I’m still getting just 4 rows for a total of 8 galleries
//Math.round((sizeh-200)/5)
th = Math.round(sizeh/5-(4*spaceh)/5-30/5);
tw = Math.round((sizew/2)-(3*spacex)/2);
Is there something else I’m missing? I revised the xml file to have exactly 10 Galleries but 9&10 are not displaying on the first gallery page.
I realize the original thread is in Sources/Experiments but the thread is so long it’s hard to navigate