Ads Banner Rotator AS 3.0

Category: FLASH BANNER ROTATORS Info: Flash CS3+ / AS 3.0

XML driven free banner rotator, ActionScript 3.0.

FEATURES:

  • XML driven content
  • Unlimited number of images
  • Title and description customized through XML
  • Delay time specified in XML
  • Some nice transition effects, random or specified through XML
  • Menu items set with XML
  • You can specify random or single transition effect

Check the FREE Ads Banner Rotator ActionScript 2.0 ( AS 2.0) version!

Download Flash File (1362)
License: Free for download.

Related Free FLASH BANNER ROTATORS:

11 Responses to “Ads Banner Rotator AS 3.0”

  1. Arley | August 23, 2010

    Any tutorial on this?


  2. FFC | August 24, 2010

    I’ll write something soon for how to use it.


  3. Arley | August 24, 2010

    Well, I’m just trying to use 4 images of my own, just leaving the blue Buttons so the customer can click on then any time, but I’m trying to get rid of the other features like the link over the image and the titles on each of them when the mouse is over but when I try to edit that It doesn’t work!


  4. FFC | August 30, 2010

    Hello,

    You have to enter the source file and comment this lines of code:

    currMcBox.addEventListener("mouseOver",mouseRollOver);
    currMcBox.addEventListener("mouseOut",mouseRollOut);
    currMcBox.addEventListener("mouseDown",mousePress);
    

  5. javier | October 4, 2010

    I’m trying to use it in other size. like 800×600 but then the 1,2,3,4 and 5 numbers just disspear. how can I used in an specific size diferent than 500×250?


  6. FFC | October 5, 2010

    You have to specify also the x and y coordinates for the number’s menu:

    //menu coordinates
    var __x:Number = stage.stageWidth-(14+8);
    var __y:Number = 235;
    

  7. javier | October 19, 2010

    I’m trying to open the url in the same page. I tried target=”_self” but it didnt work. always open a new window. How can I used so the link is opened in the same page.


  8. FFC | October 22, 2010

    I’ve made a couple of changes. Download again the archive. It should work now.


  9. Brett Widmann | January 2, 2011

    This is great! Thanks for the download.


  10. Allan | February 22, 2011

    I’m also trying to use it in another size. Can I make the black bar and the text fields longer?

    I have already tried to make them longer by adding code:
    currMc.width=(700);

    //But the problem is that the text then is scaled up along with the bar and fields?

    Is there another way?

    Best


  11. Allan | February 23, 2011

    I’ve got it! Found the files in library : )

    …Thougth all was generated from AS code only


Leave a Comment