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.






David
Posted 1 Month AgoHi I had purchased the commercial version. But I work with AS 3.0. Is there any updates for it?
Hi,
As specified on our website, this component is available only on AS2. We don’t know when the AS3 version will be released.
John
Posted 1 Month AgoIn your readme.txt file you have the following: “To embed the Banner Rotator FX more than once, you will need another settings file and (probably) another set of images. Let’s assume your new file is called settings2.xml. From the post editor, use the following code: `[banner-rotator-fx settings=“settings2.xml”][/banner-rotator-fx]`. From the PHP files of your theme, add the file name as the first argument of the `bannerrotatorfx_echo_embed_code()` function call. If you use a separate set of images, don’t forget to create a new XML file for that and update the value in the settings file.”
do you have an example of what the first argument should look like? How can I change the code to be able to load settings1.xml and settings2.xml more than once?
Hi,
You should add this code:
<?php bannerrotatorfx_echo_embed_code("settings2.xml"); ?>if you want to specify a different settings file.
If you want to use a different images xml file for your settings file, you have to change the value of imagesXML in that settings file.
John
Posted 1 Month AgoHi,
Thanks for the previous reply. But still it doesn’t solve my problem. Let’s say I have added the code <?php bannerrotatorfx_echo_embed_code(); ?> in my header.php file. And I have made 4 different settings.xml files, setings1.xml, settings2.xml, settings3.xml and accordingly I have set the images.xml files, images1.xml, images2.xml, images3.xml. I have uploaded my images in the images folder per your site instructions.
NOW how can I have in my shop category header to show the images from the images1.xml, in my services category to show images from the images2.xml and in my general category to show images from the images3.xml file? How can I have wordpress to understand what the visitor of my web site is looking and therfor to show images for this category? I hope I have explained better this time.
Thanks in advance
David
Posted 1 Month AgoHi.
I had purchased Blur Menu FX and Banner FX.
I can use it, but I cannot install the extensions for both components.
When double clicking the MXP files, the following message appears:
“This extension requires the following products: Flash 8 or greater. The extension will not be installed.”
Is there a solution or a workaround for this issue? Is Double clicking the only way to install the extension?
I have Flash CS4 and Dreamweaver CS3.
Thanks
David
Hi,
You have to open the Adobe Extension Manager CS4 and install the MXP file using this application.
aissa
Posted 1 Month Agohi how are u please i can not install this plugins (bannerrotator) i need a very clear exemple
Hi,
Could you tell me more exactly where do you try to install this plugin?
On your HTML website, Wordpress website, Joomla project…..?
Thank you.
Tom
Posted 1 Month AgoHave some little problems and questions :
1) Once I put the [banner-rotator-fx][/banner-rotator-fx] code into the page editor, once I look at the published page on the website, there are some strange lines before, around and after the flash that I have no clue what to do in order that thy DO NOT appear ????????? ANY SUGGESTIONS ???
2) What do I have to do IF i.e I put the <?php bannerrotatorfx_echo_embed_code(); ?> code into the Page.PHP in order that the flash ONLY APPEARS on the Front Page OR any page I choose to put it ??????
Would be GREAT if anybody could help !!!! Many many thanks in advance !!!!
Hi,
Please send to support[at]flashxml.net the login details to your wordpress admin and to your ftp so we can check the issue you’re having.
Karina
Posted 1 Month AgoHello,
I installed, activated, created the folder in wp content and uploaded 2 test banners, inserted the [banner-rotator-fx][/banner-rotator-fx] code into the HTML of my TEST 2 post…don’t see anything. Help!
seattlefashionprofessionals.com
http://www.seattlefashionprofessionals.com/2010/07/29/test-2/
Hi,
Please send to support[at]flashxml.net the login details to your wordpress admin and to your FTP so we can check it.
Chuck
Posted 1 Month AgoHey there,
I need to integrate Google Analytics into the Flash Banner Rotator FX component so I can track click throughs. Do you have any documentation on this or can you point me in the correct direction?
Thanks,
Chuck
Try something like this:
Next in your html file that embeds the SWF file write this function:
function LaunchGA(url, pageToTrack) { pageTracker._trackPageview(resourceToTrack); window.location.href = url; }This way you could specify for each image a different url address and a different page to track.
Ed
Posted 1 Month AgoHi, I’m from mexico and I need to put accents in the texts (for example México) could help me to know how must be configured to accept text with accents.
Hi,
You’ll need to follow this tutorial that explains in detail how to use special characters with this component.
Thank you.
John
Posted 1 Month AgoHi,
How can I use the banner rotator in the header of wordpress? And how can I have a new settings2.xml file for example, to show different images for different categories? Or pages in wordpress?
Thanks in advance
Hi,
To use the Banner Rotator in the header of your wordpress website, you’ll have to add this code:
in the header.php file of the theme you’re using.
To have a different settings file that load a different sets of images, you have to create a news settings file, for example settings2.xml and another images file, for example images2.xml. In the settings2.xml you have to specify the value of imagesXML to the newly created images2.xml.