Finn Rudolph



captcha

RSSShoutbox RSS Feed

26
Nov
2007

22:17 - Sean

Hi, your ImageFlow just keeps getting better and better!! :-) I love the slider! One thing: changing "var focus" to something other than "4" doesn't seem to do anything (for me, anyway). I thought that setting it to 20 would display 20 images on either side, but nothing looks different. Am I missing something? Also, I've added a little bit of code at the end of ImageFlow so that I can also use the arrow keys; thought I would share it in case you think it is worth adding. :-) /* arrow key support ADDED*/ function displayunicode(e){ var unicode=e.keyCode? e.keyCode : e.charCode //alert(unicode); //for debuging if (unicode == 37){handle(1);} //LEFT ARROW else if (unicode == 39){handle(-1);} //RIGHT ARROW } window.onkeypress = displayunicode;

2010 | 2009 | 2008 | 2007