Banner Rotator FX
Home / /community/ / Components Discussions / Banner Rotator FX / Page 8
-
Hi,
I’ve bought Banner Rotator FX. For some reason after installing the extension I can’t use it on the stage in flash CS3. I want to remove from context Menu “About Banner Rotator” text.
Is it possible you send .fla file with that text removed?
#  /  posted on Apr 05, 2010 -
Hi!
I create a swf and I put a stop in the last frame for my animation stop there but this stop doesn’t work if I put the swf inside the principal.swf and the xml files.
I think another code .as in my swf don’t work too.
Thanks
#  /  posted on Apr 06, 2010 -
Hello Snowcat, can I play .swf files in addition to .jpg images? I mean a playlist with some .jpg files and some .swf files. thank you very much
#  /  posted on Apr 06, 2010 -
edgar2121,
After you install the component using the MXP file.
Try to create a new Flash File (ActionScript 2.0).
In your components window (Ctrl + F7) you should see the banner component.
To remove the right click contextual menu you’ll need to create this tag in your
settings.xml file:
<showAbout value=“false”/>
paco36075,
Make sure that the SWF file is created with AS2, because this component is created with AS2.
gonzalo2010,
Yes, this component works with SWF files also.
#  /  posted on Apr 07, 2010 -
Hello, great product. I searched for a tutorial about how some of it works but can’t find anything? I need to know how to customize each image as far as text and transition and position. Can someone please show me where this falls on the image.xml file? Everything I seem to do does nothing to changing it? I made it false on the main settings page as far as random goes… but don’t know what else to do? Help Please!
James
#  /  posted on Apr 14, 2010 -
Hello, great product. I searched for a tutorial about how some of it works but can’t find anything? I need to know how to customize each image as far as text and transition and position. Can someone please show me where this falls on the image.xml file? Everything I seem to do does nothing to changing it? I made it false on the main settings page as far as random goes… but don’t know what else to do? Help Please!
James
#  /  posted on Apr 14, 2010 -
Hi,
In your images.xml file you have specified a few attributes that you can use for each image:
effect – effect type (e.g. random, zoom, ken burns and none)
zoompercent – zoom percentage of the image
dur – exposure time for an image (you’ll need to set autoTiming to false from settings.xml file
in order to work this attribute)
direction – in, out, random (e.g. when you set the effect to zoom you can set the direction
of zooming to in or out)
hzoompos, vzoompos – horizontal or vertical zooming position
hpos – horizontal position of the text
vpos – vertical positino of the text
width, height – text width or height
slide – text slides when appear
appear – how the text appears
func – appearing animation
type – background of the text
transition – you can specify a transition for a image using the transition ID.
P.S.
If you’ll check the live demo you’ll see that this properties are all there.
In other words you can see what value each property can take.
#  /  posted on Apr 15, 2010 -
Right, I understand how it works… I’m just curious WHERE in the code do you place those effects controls? I’m still a bit confused on that. LOL
Thanks
James
#  /  posted on Apr 15, 2010 -
Hi,
Sorry I forgot to mention.
Those are properties that you can specify for a photo element in your images.xml.
e.g.
<photo image="images/01.jpg" target="_blank" duration="5" zoompercent="100" hzoompos="right" vzoompos="bottom" effect="kenburns"> <![CDATA[<head>Download the new FlashXML Banner Rotator àçéêü</head><body>it's FREE</body>]]></photo>
#  /  posted on Apr 15, 2010 -
Hi,
great component, but right in the moment I need to know where I can define the absolute HTTP path to the settings.xml and images.xml. due to the fact that I’m using the component on our Myspace page and pull the XML from one of our servers (images there, too) I need to use the classic EMBED/OBJECT code because MySpace prevents external JS. This works quite good locally, but everywhere I need absolute paths (HTTP://www…./settings.xml and the same for images.xml. Inside the images.xml I even put absolute image paths.
Right in the moment I just get an empty Flashcontainer on the profile.
Could you please help? Thank you
Tom
#  /  posted on Apr 15, 2010 -
Hi again,
I found the path for images.xml, but the path to the settings.xml must be specified inside the flashvars JS – I need another way to get this inside the swf.
I tried this within the embed code “.....banner.swf?settingsXML = ... but didn’t work for me
best
tom
#  /  posted on Apr 15, 2010 -
Hi,
Send me the FLA file via email to support at flashxml.net.
I’ll set the absolute path.
Don’t forget to mention in this mail the path that you want to use.
#  /  posted on Apr 15, 2010 -
-
-
Hi!
Thanks a lot. I’ll check my .as with as2. But I have another question. In IE when I see the last picture the swf doesn’t go to first picture. I see the preload in that moment. I see this problem only in IE in Firefox works good.
Thanks a lot.
#  /  posted on Apr 19, 2010 -
-
Hi
Is ther anyvon ho know how to make this component work in joomla 1.5??
#  /  posted on Apr 22, 2010 -
Hi,
To publish this component in Joomla you’ll need to use PHP/Javascript module.
#  /  posted on Apr 22, 2010 -
Hey Snowcat. Great product.
I asked you a few months ago about compatability. Sorry it took so long to get back to you but I finally got around to making that change.
It seems adding the banner.swf as a regular shockwave file worked just fine. Shows perfectly in IE8 now.
Thanks.
#  /  posted on Apr 25, 2010 -
-
Is there any way to make the numbers that appear vertically after mousing over the right arrow to not appear at all or for the numbers to appear horizontally?
thanks
#  /  posted on Apr 30, 2010 -
I just got this component, but i'm having so much trouble getting it to work in dreamweaver. it plays on its own but only banner.html and not the swf. I can't figure out why. There is just a blank black box where the flash should be on my site. Please help!!
its posted at www.test828.uphero.com
#  /  posted on Apr 30, 2010 -
Hi d.one,
If you want to disable numbers, change the value of numbersOverNextButton attribute to false in your settings.xml file. If you want them displayed horizontally, than modify the value of *controlsOrder*and add numbers. Like this:
<controlsOrder value="playpause,previous,next,numbers" />
#  /  posted on Apr 30, 2010 -
Hi ashleyopie,
You need to close the <script> tag you opened at line 9 from your home page.
Also, you need to add this line on your object from line 120.
<param name=“flashvars” value=“folderPath=flash/” />
#  /  posted on Apr 30, 2010 -
thanks for your help. now it works in dreamweaver, but when i posted it to the website, it says this ' this site requires AC_RunActiveContent.js to run'
but i know this file is in the root directory that i uploaded.www.test828.uphero.com
#  /  posted on May 02, 2010 -
Hi,
I checked your link and it doesn’t use our component. Are you sure this is the correct one?
#  /  posted on May 03, 2010 -
Hi,
I had a problem with the last picture in my swf and for this reason the swf didn’t work in this part. Sorry.
I have other problem my external swf move without control. You can test my problem in this ur (http://12.190.216.233/banner_test/nuevo_home.html)
Thanks
#  /  posted on May 04, 2010 -
I purchased the Banner Rotator FX with a commerical lic. I was expecting to see the demo swf included with the source flash. It would help greatly to have an example to work with instead of just what I am able to download. Some documentation on installing on CS$ would be a help also instead of another product shown in Camtesia.
Please contact asap.
#  /  posted on May 05, 2010 -
Hi paco36075,
In your images_home.xml file, your last picture has this path “images_noticias/05.jpg” but this is a broken link. Change it to “images_home/05.jpg” and you’ll have your banner rotator working.
Hi kris.balch,
If you want to install this component on a website, follow this tutorial.
If you want to use it in a flash project, follow this tutorial.
#  /  posted on May 05, 2010









