XML Banner Rotator 0 AS3

Category: ROTATORS Info: Flash CS3+ / AS 3.0

FREE fading XML Banner Image / picture / photo rotator & slideshow using clickable numbers and autoPlay, previous, next buttons and scrollable text description box.

FEATURES:

  • Easy to use XML file for images / titles / descriptions and links
  • Scroll Bar component support for the text description box
  • Multiple banners support, you can use SWFs and/or image files
  • AutoPlay / Previous / Next with timer and adjustable focus symbol
  • Time period adjustable from the XML file (in seconds)
  • You can set the autoPlay box at any x,y position from the XML file
  • Highly customizable skins and HTML / CSS driven description text box
  • Set URL links when pressing individual banners in the XML file
  • Optionally set the XML file path in HTML with FlashVars

Check also the Free XML Banner Rotator 0 AS2 (Actionscript 2.0).

Download Flash File (5593)
License: Free for public non-commercial use.

Related Free ROTATORS:

18 Responses to “XML Banner Rotator 0 AS3”

  1. Tiffany | August 4, 2010

    Hi,

    Can “XML Banner Rotator 0 AS3″ achieve something like this http://www.harveynorman.com.au/?gclid=CK6Nkr_wnqMCFQk2bwodEHl_qA ? It has a separate link for each picture and allows user to click on the “Find out more” button.


  2. FFC | August 4, 2010

    You can specify in the XML file, distinct links for each photo.


  3. Buck | August 16, 2010

    Hello,
    These types of banners are exactly what I’ve been looking for so thank you very much for that; however, I have one question I hope you can help me with. Each of the slides I’m using are swf files with animation but they are all being preloaded so by the time you get to slide 2 and so on it has already played it’s animation sequence. Is there a way to set it up so each slide waits to play until it comes up?

    Thank you


  4. Free Flash Components | August 17, 2010

    This option is not available since the slides are already preloaded from the beginning.


  5. Nathan | September 19, 2010

    I really love this rotator.

    Can you help me figure out how to adjust the hover color and/or effect for just the buttons at the bottom?

    Thanks for all your help,
    Nathan


  6. FFC | September 22, 2010

    Open the Actions tab and go to “thumbnailsMenu” MovieClip. Search for “setColor” and “resetColor” functions and change the values for this variables:

    obj["r1"] = 0; //red offset 
    obj["g1"] = 0; //green offset
    obj["b1"] = 0; //blue offset
    

    Also you have to go to “increaseColor” and “decreaseColor” and set which of the 3 offsets to be modified. Default is all 3.

    If you want a strong color intensity you have to change the values for this variables at the top of the actionscript:

    var rollOverColor = 25;       //images onRollOver color intensity
    var rollOutColor = -25;      //images onRollOut color intensity
    

  7. Gido | September 24, 2010

    Hello,

    Can anybody tell me how I can change the comment field settings at the bottom of the banner. I want it to be always visable, and not just with a on-mouse-over event.

    Many Thanx

    Gido


  8. FFC | September 30, 2010

    Hy,

    Enter the buttonsScrollingMenu MovieClip and search for :contentDescriptionBox.alpha” and change it’s value to 1. Then enter the imageBox MovieClip and comment this two lines of code:

    imgMc.addEventListener("rollOver",addRollOverHandler);
    imgMc.addEventListener("rollOut",addRollOutHandler);
    

    This should work;)


  9. Jay | February 3, 2011

    Hi,

    First of all, great job and great slider!
    Can anyone please tell me how I can increase the amount of number box at the top-right corner so that I can have more numbers to click on.

    Thank you very much!
    Jay


  10. Jay | February 4, 2011

    Hi guys, figured out my previous question by myself, I have another question though, how can I make those control buttons transparent? I suppose it needs to be done in Flash? I found the buttons in the library but I have no clue how to change the opacity and stuff, thanks!


  11. FFC | February 4, 2011

    Hi,

    Enter Flash, go to the button MovieClip. Press the background graphic. Go to Color tab(you can find it in the window -> color if it’s not allready on the right side window) and modify the alpha value there.


  12. kiruthik | February 6, 2011

    hi,

    How to expand the banner width(left image)?


  13. FFC | February 7, 2011

    you need to modify in the xml file this line

    <object param="maxBannerWidth" value="490" />

    and then enter Flash and change also the stage width.


  14. Scotty | February 9, 2011

    Hi there, lovin’ this banner component and am excited to implement it into my site. I find myself stuck in trying to resize the content description box which is constrained to the width of the banner slide. I would like to have a margin on each side of the text box and centered within the slide.

    Line 48 of the imageBox movie clip seems to be what I need to modify:

    contentDescriptionBox.bg._width = imgMc._width;

    I just don’t know exactly what the code requires for me to achieve this.
    Any help would be greatly appreciated.


  15. Scott Kw | April 8, 2011

    Hello –

    can you advise as to the HTML code that will anchor the Banner Rotator on the page? Many thanks


  16. Rachel | May 5, 2011

    I love the banner it is just what I been looking for; a rotator with buttons!

    But when I add more images to the xml file the extra buttons end up continuing out to the right going under the play/pause and next buttons. how do I make the buttons move to the left when I add more images so they are visible and don’t display underneath the control buttons?


  17. FFC | May 6, 2011

    Hi,

    Go to config.xml file and change the itemX value from the line 8:

    <object param="itemsX" value="289" />
    

    Regards,
    FFC


  18. Rachel | May 11, 2011

    I am still having the same problem. Changing that value seems to move the whole button group including the control play next buttons. But when I add extra images the number 6, 7, and 8 buttons are still underneath the play, Last, and Next buttons.

    I guess the question is how do I move the play control buttons separately from the number buttons?

    Thanks for your help.


Leave a Comment