Comments on: Flash Image Scroller – feature request list http://www.benjaminkeen.com/flash-image-scroller-feature-requests/ Web Developer Mon, 13 Sep 2010 02:34:42 +0000 hourly 1 By: Chris Ho http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-23780 Mon, 13 Sep 2010 02:34:42 +0000 http://www.benjaminkeen.com/?p=69#comment-23780 Hi,

Would it be possible to add a tooltip feature on the images?
When the mouseover, it’s able to show the name of the logo and text information.

This flash image scroller is great.

Regards,
Chris

]]>
By: carl shaw http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-23746 Thu, 19 Aug 2010 14:31:00 +0000 http://www.benjaminkeen.com/?p=69#comment-23746 Hi Benjamin, yours is the most detailed instructions i have found so far but with me not been very code technical i am struggling a little to get it work. When you mention the xml file that calls the images. Where does this file go and what do you call it. Would appreciate the help on this if you have the time. Thanks. Thicko carl !!!

]]>
By: John http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-23654 Tue, 08 Jun 2010 19:36:34 +0000 http://www.benjaminkeen.com/?p=69#comment-23654 Thanks for the great flash image scroller!

I ran into an issue where the flash component enters an infinite loop when the user quickly moves the mouse back and forth over an image, then over one of the left/right navigation buttons which results in 2 items being included in the _root.priorityJobs array. You might consider modifying the code at the beginning of the for loop on the Priority Jobs – Frame 1 to include the following which seems to fix this issue:

Priority Jobs – Frame 1

ActionScript Code:


// loop through all jobs in the priorityJobs array and do each job simultaneously
for (i=0; i<_root.jobListCopy.length; i++)
{
// make sure index parameter is specified for the following jobs
if (_root.jobListCopy[i] == "fade_in_item" ||
_root.jobListCopy[i] == "start_thumb_glow" ||
_root.jobListCopy[i] == "stop_thumb_glow" ||
_root.jobListCopy[i] == "start_zoom" ||
_root.jobListCopy[i] == "stop_zoom" ||
_root.jobListCopy[i] == "start_shadow" ||
_root.jobListCopy[i] == "stop_shadow") {

cancelPriorityJob(_root.jobListCopy[i]);
break;
}

var jobInfo = "";

]]>
By: Chris http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-22236 Thu, 03 Dec 2009 11:10:57 +0000 http://www.benjaminkeen.com/?p=69#comment-22236 has anyone gotten this to work with HighSlide? I have been trying with no such luck.

]]>
By: Raymond http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-18742 Wed, 29 Apr 2009 21:56:22 +0000 http://www.benjaminkeen.com/?p=69#comment-18742 I’d like to make yet another request for the ability to disable nav buttons and for the auto scroll to continue when the mouse leaves a picture. So that it could look something like this: http://geroldbrothers.com/

]]>
By: Daniel http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-17244 Thu, 19 Feb 2009 19:15:03 +0000 http://www.benjaminkeen.com/?p=69#comment-17244 Can this be made for Vertical Scroll?

]]>
By: Roman http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-14402 Mon, 17 Nov 2008 13:36:05 +0000 http://www.benjaminkeen.com/?p=69#comment-14402 Is there any way to make this work with images of different widths? I need to make a scroller for logos, and I can make them all the same height, but they are all different widths.

Thanks.

]]>
By: Guillaume http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-12509 Fri, 05 Sep 2008 19:59:13 +0000 http://www.benjaminkeen.com/?p=69#comment-12509 Hi Benjamin,

I think it would be a good idea to add a dynamicUpdateContent(xml) function to the swf object.
We could call it from javascript to dynamically update the content of the scroller with something that looks like :

document.getElementById(“id_scroller”).dynamicUpdateContent(content);

Tell me what you think.

Regards,

Guillaume

]]>
By: jentino http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-11567 Wed, 16 Jul 2008 13:30:54 +0000 http://www.benjaminkeen.com/?p=69#comment-11567 anyone?

]]>
By: jentino http://www.benjaminkeen.com/flash-image-scroller-feature-requests/comment-page-1/#comment-11495 Mon, 14 Jul 2008 11:18:00 +0000 http://www.benjaminkeen.com/?p=69#comment-11495 has anyone used the scroller with lightbox successfully?

i tried parsing rel=ligthbox using an onclick mouse javascript ro declare var=info.rel but nothing gives joy. please advise how to pass rel=lightbox along with other arguments in a &query string&

Thanks

]]>