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 (1289)
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?

    Reply

    FFC Reply:

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

    Reply


  2. 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!

    Reply

    FFC Reply:

    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);
    

    Reply


  3. 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?

    Reply

    FFC Reply:

    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;
    

    Reply

    Allan Reply:

    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

    Reply

    Allan Reply:

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

    …Thougth all was generated from AS code only


  4. 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.

    Reply

    FFC Reply:

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

    Reply


  5. Brett Widmann | January 2, 2011

    This is great! Thanks for the download.

    Reply


Leave a Comment