This is a discussion on "Tweaking Adobe CS2 Flash Gallery Template" within the Flash & Multimedia Forum section. This forum, and the thread "Tweaking Adobe CS2 Flash Gallery Template are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Tweaking Adobe CS2 Flash Gallery Template
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Tweaking Adobe CS2 Flash Gallery Template
I have recently downloaded and installed the newer CS2 Flash Web Photo Gallery templates download here
I am currently trying to mess about with 'Gallery 1' - especially the thumbnail row and column settings but am having no luck. Ideally I want to have 4 columns of thubnails. I am assuming that all the variables for the columns and rows can be tweaked in the nav.class and nav_node.class scripts but despite hours of trial and error I still dont have a solution. The best i can get is 4 columns for the first row - however, the subsequent rows contain loads of thumbanils (far more than the 4 i want). Here is the code that i think needs amending in order to give me multiple rows of 5 thumbs... but i may be wrong: // this condition resets the column count and ups the row if (((i%colCount) == 4) && (i != 0)) { row++; col = 4; } // pass a home position into each node for rollover displacement later var nX = this.navX + (((config.navSmSize+this.navBordersize)+this.navSp acing)*col); var nY = (this.navY+this.navBordersize+this.navSpacing) + (((config.navSmSize+this.navBordersize)+this.navSp acing)*row); current._x = current.homeX = nX; current._y = current.homeY = nY; // pass the row and col info into each node for the rollover displacement current.row = row; current.col = col; col++; } } Any help or suggestions on this would be most gratefully received. Many thanks in advance. Cheers. Kenny. |
|
|
![]() |
| Tags |
| thumbnail, layout, flash, wpgallery |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adobe Flash CS3 vs Swish Max 2 | sekuchi | Scripts and Online Services | 6 | Feb 9th, 2008 01:47 |
| Created Flash Photo Gallery in PhotoShop. How can I put this Gallery INSIDE a page?? | BlackReef | Flash & Multimedia Forum | 3 | Dec 13th, 2007 18:30 |
| My first website in Adobe Flash CS3 | darehammer | Flash & Multimedia Forum | 12 | Sep 23rd, 2007 13:13 |
| Optimizing Adobe Flash 9 | wendyjazz | Flash & Multimedia Forum | 7 | Aug 9th, 2007 18:04 |
| Adobe unveils Flash video control | acrikey | Flash & Multimedia Forum | 0 | Apr 16th, 2007 15:20 |