Tweaking Adobe CS2 Flash Gallery Template

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 9th, 2006, 17:15
New Member
Join Date: Oct 2006
Location: london
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Oct 9th, 2006, 17:40
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Tweaking Adobe CS2 Flash Gallery Template

Sorry man never used this template before. Maybe someone else can assist you!!
Reply With Quote
Reply

Tags
thumbnail, layout, flash, wpgallery

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 20:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43