FORUM

Image Scroller FX

Home / Forum / Components Discussions / Image Scroller FX

  • 1. what about speed, can i make the speed of scrolling even slower ? is easy to chage it ? i know some action script…
    2. since i want a website which loads images from other website, it takes time to load…how do you scroll images which are not loaded yet ? i don’t want to load all images at once, only the images that are about to be displayed


    #  /  posted on Jan 02, 2010
  • Hi,


    1. To diminish the scroll speed, you need to open the settings.xml file and decrease the values of onRollOutSpeed and onRollOverSpeed.


    2. The scrolling effect is in function of the container with the images. In other words if you have just one image there will be no scrolling. So the best solution would be to load all the images.


    #  /  posted on Jan 04, 2010
  • Hi


    I want to use several galleries on one site, but the file always refers only to the settings.xml. How to change the configuration file on settings2.xml settings3.xml etc.


    #  /  posted on Jan 13, 2010
  • Hi


    I want to use several galleries on one site, but the file always refers only to the settings.xml. How to change the configuration file on settings2.xml settings3.xml etc.


    if I change the menu “component inspector” options settingsXML or imagesXML and I get an error when compiling


    1067: Implicit coercion of a value of type Boolean to an unrelated type String.


    #  /  posted on Jan 13, 2010
  • Hi,


    Here you’ll find an article that explains in detail how to publish this component on your website more than once.


    #  /  posted on Jan 14, 2010
  • Hi, is it possible to load images from an external xml file or directory?


    Thanks


    #  /  posted on Jan 29, 2010
  • Hi,


    Yes it’s possible, but you’ll need to set the proper path.


    #  /  posted on Jan 29, 2010
  • You mean that the component already includes a tool to load images from a folder on the webserver?


    #  /  posted on Jan 30, 2010
  • Hello everyone,


    Could any one tell me how to make the image scroller fx go across the full width of my page?


    Thank you,
    tak


    #  /  posted on Feb 01, 2010
  • caile,


    It will load images that resides on the same host as the SWF.
    The feature for loading images from a different host is not yet implemented.


    tak.williams,


    To make the scroller have the same width as your html page you’ll need to change
    a value of the following line in your html that embeds the SWF file.
    So find this line of javascript in your html file:


     swfobject.embedSWF("scroller.swf", "ScrollerDiv", "500", "200", "9.0.0", false, flashvars, params, attributes);

    And where it writes 500 try to put the value 100%.
    Like this:
     swfobject.embedSWF("scroller.swf", "ScrollerDiv", "100%", "200", "9.0.0", false, flashvars, params, attributes);


    Next you’ll need to modify the width of the scroller from the settings.xml file.


    #  /  posted on Feb 01, 2010
  • how do i change the background color and where? when I do it on the web site it works fine, but when i do it on my commercial version it stays black?


    #  /  posted on Feb 02, 2010
  • Can anyone tell me how to change the background color – I changed it under general properties, but it stays black…


    In the web, when i changed it – it changed – why?


    #  /  posted on Feb 02, 2010
  • Hi,


    Open your settings.xml file and write the numeric value of the color that you want to appear in the background at the backgroundColor.


    #  /  posted on Feb 04, 2010
  • Hi
    I would like to integrate this scroler in a flash project and I wanted to know if I can target different images of my fla project with this scroller?
    Thanks


    #  /  posted on Feb 26, 2010
  • You’ll need to drag&drop on the stage from your Components window (Ctrl+F7) the
    Image Scroller component. If the component Image Scroller doesn’t appear in the
    Components window, you’ll need to install it using the mxp file that is
    found in the commercial archive.
    Give an instance name to the Image Scroller that you dragged on the
    stage using the Properties window (Ctrl+F3), for example: scroller.
    After that, create a new layer an call it actions. Open the Actions panel (F9).
    Now you need to add the event listener that listens when you click with
    the mouse on the image.
    Write the follwing piece of code in your actions panel.

    scroller.addEventListener(“imageReleased”, onImageClick);function onImageClick(e:Event):void 
    {  
         var id:Number = Number(e.target.id);  
         //use the id to navigate 
         //gotoAndPlay(id); 
    }


    #  /  posted on Feb 26, 2010
  • Thanks
    That’s perfect


    #  /  posted on Feb 27, 2010
  • I install using imagescroller.mxp by instruction. But – FlashXML.net menu in components not appear. Why?
    Sorry for my English.


    #  /  posted on Feb 27, 2010
  • I am stupid. All good. I have no questions.


    #  /  posted on Feb 27, 2010
  • Is it possible to leave a caption or the tooltip “always show” under each thumbnail? without having to roll the mouse over to read what is about?. I really appreciate the help.


    #  /  posted on Mar 01, 2010
  • Hi,


    Sorry to announce you but this feature is not implemented.


    #  /  posted on Mar 01, 2010

  • #  /  posted on Mar 02, 2010
  • Hi
    I’m trying to target the various images of my fla file by using the action script code you given, but it’s not working.
    Where shall I indicate the number of the frame that I want to target with the scroller?
    Is it in images.xml file? If it is what shall I write in?
    Can you help me please.
    Thanks


    #  /  posted on Mar 02, 2010
  • Hi,


    Could you please send an email to support at flashxml.net with the image scroller fx archive?
    I’ll make it work for you.


    #  /  posted on Mar 03, 2010
  • Hi,


    This is great. However, when on an infinite setting it doesn’t loop the images if you leave it automatically running. It gets to the end and suddenly goes blank.


    However, if you use your mouse it loops fine. Any ideas?


    #  /  posted on Mar 03, 2010
  • Hi,


    Make sure that the total width of the images is less than the width of the component.
    In other words let’s say that in your images.xml file you have 10 images.
    The width of the component is 870 pixels.
    First when you open the scroller it shows 8 images.
    When you scroll in the left the 10th image is attached at the beginning.
    The images are automatically attached at the beginning (in the left) when are no more visible in the right.
    As I was saying the 10th image is attached at the beginning.
    The 9th image is still visible so it won’t be removed and attached at the beginning.
    That’s why the images won’t appear anymore.
    If you insert one more image in your images.xml file (11 images) you’ ll see that everything works just fine or try to decrease the width.


    #  /  posted on Mar 04, 2010
  • Hi, excuse me, but i’dont know what’s the problem. I change the settings for DEMO #3 and then i generetet the settings xml… y copy all de scripts and paste it on my setting.xml
    But then when i try to test the flash… shows an error:


    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error
    Then…
    URL: MY DIRECTION FOLDER/icons.xml at Scroller/initXML() at Scroller/LoadSettingsXML() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()


    I dont have an icons.xml, i create one, with what code or script?
    I want the example #3 but with others images, and i cant test it.
    The images.xml its OK


    #  /  posted on Mar 08, 2010
  • Sorry i allready fix the problem, thanks any way


    #  /  posted on Mar 08, 2010
  • Hi,


    I’m glad that you find a fix to your problem.


    #  /  posted on Mar 09, 2010
  • Hi, is it possible to stop the image scrolling when the mouse if outside? I tried using onrolloutspedd 0 but If i use it here it woeks, If i use it in my website the images keep scrolling.
    Thanks


    #  /  posted on Mar 18, 2010
  • Hi,


    Could you give me a link to your website?
    I’ll check it out.


    #  /  posted on Mar 18, 2010