Need a flash coder to extend a script for me. The script is a fisheye image carousel. The demo/code can be found here: http://demo.quietlyscheming.com/fisheye/index.html What I need is for some modifications to be made to this script. The major changes are: 1) Easy way to pass in a list of the images, including the image url, image id, url, and title 2) Ability to adjust the border size, border color, padding (between image and border), and background color 3) Ability to show more images then the flash can contain, with added scroll buttons on the left and right side. The option to set the scrolling as smooth or paged, with variables to determine scroll speed/paging size. When scrolling to show more images, the images are dynamically loaded as the user scrolls, to prevent all images from having to be loaded immediately. For example, if the current flash has 100 images, but shows only 5 at a time, I dont want all 100 to have to load right away, only as the user scrolls. 4) Ability to have the flash automatic wrap around when you get to the end. If the flash is currently displaying 5 at a time, with 20 total images, it will start again at 1 when you get past 20. Making it look seamless. (See http://www.blockbuster.ca/movies/default.aspx at the top for an example). This should be an option that can be turned on/off. 5) Ability to set automatic scrolling, with a speed option. This will automatically move the carousel unless the user puts their mouse over the flash (which will temporarily stop the movement). 6) Ability to make the scroll buttons on each side scroll on mouse over, instead of mouse click. Example: http://www.blockbuster.ca/movies/default.aspx 7) The current script selects images on click, would like to keep this, plus add an ability to have multiple selections (shift click for range selection, ctrl-click for multiple select, like common select boxes). Also like to an option for setting urls for each image, so each image is hotlinked to another page. 8) Events added to click/mouseover on the images. Passing back the image name, and id of the image clicked on/hovered. Events also added for selection changes. 9) Option to display the title of the currently hovered image below the images. Looking for quotes on what you think this will take to do, time and cost wise.