XML Banner Rotator - tips and tricks
Note: we added new variables, while other variables were either moved or removed. After the redesign, all help files will be updated.
This page will be updated, but in the meantime you can read below what each XML variable means:
slideShowTime - how much should a picture stay
startWith - with what picture the slideshow shouhld start
backGroundColor - slideshow background color
backgroundTransparency - slideshow background transparency
cellWidth - width of the grid and net shape(in this example the shape is a square)
cellHeight - height of the grid and net shape(in this example the shape is a square)
showMintTime - the minimum time for a transition
showMaxTime - the maximum time for a transition
blur - amount of blur applied to the net
neTime - how much time should the net should stay
alphaNet - amount of transparency applied to the net(0 - invisible, 1 - visible)
captionTransparency - amount of transparency applied to the title+body+button background
controllerTransparency - amount of transparency applied to the controller background
overColor - controller buttons over state color
outColor - controller buttons out state color
normalColor - controller buttons out state color
grayColor - controller buttons selected state color
buttonAlpha - amount of transparency applied to controller buttons
captionButtonAlpha - amount of transparency applied to, in this case, "read more" button
padding - caption's inner padding
thumbY - y offset for controller's buttons
controllerX - X offset for controller
controllerY - Y offset for controller
captionX - X offset for caption
captionY - Y offset for caption
controllerHeight - controller's height
distanceBetweenControllerElements - distance between controller's elements
distanceBetweenThumbs - distance between controller's numbers
loaderColor - loader color
captionWidth - caption width
buttonText - caption's button text
btnNormalColor - caption's button normal state color
btnOverColor - caption's button over state color
btnOutColor - caption's button out state color
paddingX - X offset padding for caption's title and body
paddingY - Y offset padding for caption's title and body
capBottomPadding - caption's inner bottom padding( between background and "read more" button)
btnSpacingW - inner "read more" spacing(on Width)
btnSpacingH - inner "read more" spacing(on Height)
byrna
on 13/8/10
I'm trying to put this banner into a website that I already made - it was coded entirely in HTML & CSS with only a back-up Javascript code for IE ONLY for the drop-down menu.
I don't understand flash - at all, haha. XML is a piece of cake. I finally got the "You need Adobe Flash 9+.." blahblah to show up in the area it -should-, but I don't know what I'm doing, so I can't get the actual banner to show up.
If you could help me with this; just tell me in the simplest terms ever what I have to do, I'd really appreciate it. And I apologize; I assure you, I am intelligent. But this is just a field I was never supposed to get into, haha.
Oh fyi: The website is fully table, td codes - the main table is 900px in width. I'd need the actual banner rotator to be 900x237 but I know how to get it to that so no worries.
on 18/8/10
But make sure you pass the variables we do accordingly.
Joe Kauffman
on 16/8/10
I have reconfigured the XML to display my own images, changed the paths and uploaded all the files..but. When I load the page the little rotating icon displays (the flash loading image) but nothing ever shows up. It must have a disconnect somewhere to the images. Any thoughts? Thanks in advance!
on 16/8/10
on 18/8/10
mokrir
on 21/8/10
< object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="560" height="374" align="middle"> <param name="movie" value="http://www.mortenkristensen.webfreehosting.net/deploy/preview.swf"> < param name="allowScriptAccess" value="always"> < embed type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" width="560" height="374" align="middle" src="http://www.mortenkristensen.webfreehosting.net/deploy/preview.swf" allowScriptAccess="always">< /embed>< /object>But it wont work.
The url http://www.mortenkristensen.webfreehos...
works, but i doesn't when i insert this in iWeb.
Do you know if theres a problem with xml flash and iWeb?
on 23/8/10
You need to upload the XML and JavaScript files to.
This video might help: http://www.flabell.com/blog/1669/how-t...
zitim
on 23/8/10
I have a problem with the writing of Cyrillic text in the field for the title and description. The text simply stopped running. Even after changing the encoding. In ANSI he look like in the form of characters, and in the UTF-8 does not appear.
Could help to correct this problem? PLEASE
on 23/8/10
To display Cyrillic text the font needs to be changed in the *.fla file to one that supports this characters. If you have problems in changing the font write me to [email protected] and write in the message some Cyrillic text, so that I can use the sample when testing.
Regards
on 23/8/10
on 23/8/10
You need to embed the font.
This post might help: http://www.flabell.com/blog/668/embedd...
mafoo
on 23/8/10
Can someone explain to me how to stop the xml file from being cached by using the cacheBuster variable.
Where is this setting exactly and what is the change that needs to be made?
I am not the "best" when it comes to flash.
Thanks
on 27/8/10
On the page where you have the Flash component, you have the code
// path to content XML
flashvars.xmlPath = "xml/banner.xml";
replace the 2nd line with
flashvars.xmlPath = "xml/banner.xml?cachebuster=" + new Date().getTime();
That makes the filename a variable and forces the refresh, but the server will ignore the ? and everything after that.
on 30/8/10
on 11/1/11
noor linda
on 24/8/10
on 31/8/10
You can embed our components on platforms like Joomla, WordPress and others but we don't offer support on how to integrate them.
adamsuter1
on 25/8/10
Has anyone encountered this and is there anything I need to change code wise?
TIA,
Adam
on 31/8/10
I'm sorry but I can't duplicate the problem. Does this page crash in your IE?
coreycoogan
on 25/8/10
on 31/8/10
In the XML file you have the attribute controllerVisible. You set the value to false.
Shehu Ibrahim
on 27/8/10
Thanks for the good program. However, where can I control the number of slides shown at the bottom. Thanks for your quick respond.
on 31/8/10
You can't set the number of slides, but you can change the size of the controller using controllerDistanceX attribute.
mohammed aby el ela
on 29/8/10
on 31/8/10
In the XML file you have the attribute buttonText. You add the new text there.