Banner Rotator FX
free package
Fully functional, no restrictions
Easy to install on any website
XML customizable
GPL Licensed
Watermarked :
paid package
NO watermark:
plus a Flash component (AS2) which can be used in Flash projects
Features
- over 100 transitions to choose from
- supports JPG, GIF, BMP, PNG, SWF
- autoTiming (optionally, each image lasts according to the length of the text; otherwise, you can specify the duration in seconds for each image)
- you can have random images and/or random transitions
- Zoom and Ken Burns image effects
- resizable to the extent of 1680 x 1050 pixels
- if the images are random, the Banner uses the fair advertising policy (you won't see an image twice until all other images are shown)
- images of any sizes can be used; they will be automatically adjusted according to the imageFitting option
- each image can optionally have different particularities, different from the overall properties of the Banner, like transition, image effect, text options, text effects
- HTML and CSS formatted text
Other features:
- the font can be embedded or not
- you can show text only on mouse over, or you can pause the slideshow on mouse over
- once the current image is loaded and displayed, the next image can be loaded in background so the preloader would appear as least as possible
Installation instructions for:
Similar products
Do you have a question?
you will get an answer in 24 hours, tops.






Gasan
Posted 20 Days AgoI have firefox mozilla latest version and also adobe flash player but he does not show why that banner but your other modules operate stably. my site to joomla engine and localhost.I in what could be the problem?
Hello,
Unfortunately, we need to look at the website ourselves so please post it somewhere on the internet, or send us an archive with your joomla folder to support[at]flashxml.net .
levent
Posted 20 Days Agowhere is the settings’ parameters tutorial?
Hello,
Could you tell us what you are having trouble with, so that we may help you?
Cyanidsyd
Posted 20 Days AgoThanks for the quick reply
I have tried the steps outlined above but with a bannerWidth and bannerHeight = ”” and with the changes made to the.fla file but the movie doesn’t get loaded. With values for bannerWidth and bannerHeight added back in it loads, so it would seem having a ‘null’ value breaks it.
Hi,
Could you send me the archive that you purchased from us to support at flashxml.net?
I’ll show you an example.
Rafi
Posted 20 Days Ago1. There are two files to download: [WordPress Plugin](http://downloads.wordpress.org/plugin/banner-rotator-fx.zip “Banner Rotator FX Plugin”) (that you have to install and activate)
How do I install and activate this? It doesn’t seem to say anywhere in the instructions. Why does everyone else seem to know what to do with this? Am I missing something? Thanks
Hello,
You’ll find the instructions as a reply to your other post, regarding the news ticker fx.
Cyanidsyd
Posted 21 Days AgoHi.
Is there away to get the bannerWidth / bannerHeight to adjust according to the browsers zoom functionality,
I have a page that will look the same (but scaled) no matter what zoom the browser is set at the problem is that if I zoom in using the browser (ctrl +) the banner will not expand. Is there away of giving a width value of 100% and rapping the banner in a div
Hi,
Try to follow this steps:
1. Delete the following values from your settings.xml – bannerWidth and bannerHeight.
e.g.
2. Open the banner.fla file and select the banner that is on the stage and give it an instance name (let’s say banner) using the properties panel (Ctrl + F3).
3. Select the first frame from the main timeline and press F9:
4. Write this code:
kew
Posted 21 Days AgoCorrection:
How do I add this to a Wordpress Widget
Thanks!
Hi,
Sorry to announce you but for now this feature is not implemented.
But a solution would be to use the php code in your page.
kew
Posted 21 Days AgoHello, how do I add this to a widget?
Thanks!
Diana
Posted 22 Days AgoHi – have just downloaded it – the webpage isn’t ready to go online yet but when I test it in my browser offline the pause button does not work. It seems like when I click on the ‘full screen’ button it will pause but the play/pause button doesn’t pause – it does work to replay after you have pressed the ‘full screen’ button. I am testing on firefox and safari (latest versions). I tried changing the “pauses on mouse over” and have changed this to both true and false but it doesn’t work on either.
I really want the pause to work since it can be distracting when trying to read/concentrate on text on the rest of the page. Since the fullscreen button works to pause I am wondering if it would be easier to just change the button so it says “Pause” or stop icons.
Also, I downloaded the free version but would prefer not to have your logo on the banner – how much is it for the commerical version of this???
Hello,
We’re going to have to take a look at your website, so please upload it on a temporary hosting or send an archive(all the files) to support[at]flashxml.net .
Joshua B
Posted 22 Days AgoThe text within the xml file is not showing. I have not altered it from the original download at all. All I get are small 20px * 20px grey boxes.
How do I go about configuring that? Or is there something wrong here? Within the original xml, there is text that should show.
Hi,
In the settings.xml file set the value of styleCSS to style.css.
This should fix the problem.
UKONN
Posted 22 Days AgoHi,trying to combine this swf with my projyect.
the below is my documentClass code.
It loads the swf file successfully, but…
the problem is…
it won’t proceed after showing the initial picture,any tween.
of course thsi SWF works well itself in FlashPlayer.
package { import flash.display.Stage; import flash.display.StageAlign; import flash.display.Sprite; import flash.events.Event; import flash.events.ProgressEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.display.Loader;
public class main extends Sprite {
private var movieContainer:Sprite; private var loaderObj:Loader;public function main():void { movieContainer = new Sprite (); var urlReq:URLRequest = new URLRequest(“banner.swf”); loaderObj = new Loader(); loaderObj.load(urlReq); loaderObj.contentLoaderInfo.addEventListener(Event.COMPLETE,onCompleteListener); init(); }
private function init(){ movieContainer.addChild(loaderObj); this.addChild(movieContainer); }
private function onCompleteListener(e:Event){ }
}
}
Hi,
The banner is created in AS2.
You’ll have conflicts if your try to load it in a AS3 project.
Thank you.