#1 (permalink)  
Old 08-07-2008, 03:12 PM
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default display help!!!

hi

Andrew McNulty - Photo Portfolio is my site... if you go to the "urban" section you will see im trying to create a way for the user to display my images instead of firing actions from the thumbnails...

i cant seem to control the speed of which makes the images go along.

what can i do to resolve this?

thanks so much
Reply With Quote
  #2 (permalink)  
Old 08-22-2008, 05:04 PM
Super Moderator
 
Join Date: May 2008
Posts: 518
Send a message via Skype™ to Adrian
Default

The scrolling is based on the mouse position. It is not speed based. You could try this but I don't guarantee it will work since your images are very big and the scroller has certain limitations:

Open HScroller.as file at line 180:

Code:
var offset:Number = margin+tw;
change it to

Code:
var offset:Number = 15;
Republish the swf to see the results.
Reply With Quote
  #3 (permalink)  
Old 08-23-2008, 05:34 PM
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default

works like a charm!!!

so happy to get the site up and running, i do have another Question...
as i also take panoramic photographs i need a way to make the thumbs adjust their size to fit the photo instead of them all being a certain dimension.

is this possible to achieve?!

regards andrew!
Reply With Quote
Reply

Thread Tools
Display Modes

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


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.