Questions
Answer
How to load a product with a different settings.xml file

The product's SWF file loads by default the settings.xml file which contains all the parameters of the component. You can rename this file but you have to specify the new name using the following code:
var flashvars = {};
flashvars.settingsXML = "your_name.xml";
like in this example for the 3D Banner FX:
<div id="Div3DBannerFX"></div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.settingsXML = "your_name.xml";
var params = {};
params.base = "";
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
params.allowFullScreen = "true";
params.allowScriptAccess = "always";
swfobject.embedSWF("3DBannerFX.swf", "Div3DBannerFX", "600", "374", "9.0.0", false, flashvars, params);
</script>
The assets (images, videos, text etc.) displayed by the product are specified in the images.xml (or menu.xml, videos.xml, big.xml, media.xml for other products). You can also rename this file but you have to specify in the settings.xml file through assets element what's the new name, like this example:
assets value="your_name_images.xml"
The Banner Rotator FX, Dock Menu FX and 3D Carousel Menu AS2 FX has imagesXML instead of assets element in the settings.xml file. The Video Player FX has media_url.
Comments
Do you have a question?
you will get an answer in 24 hours, tops.





massimo verducci
Posted 2 years agohow i can, in professional-3d-carousel-as2-and-as3, unloadMovie in the function loadMovie
Hi,
Give more details on what you are trying to do. Thanks.
Hasselaar
Posted 2 years agoThanks for the quick reply.
Another question: Is it possible to open/load an CoverFlowFX in a fancybox from an AccordionFx? Would be a nice feature…
Greetings.
Hi,
Sorry, but is not implemented, but thanks for your suggestion. We will take it in consideration.
Hasselaar
Posted 2 years agoHello, I’m using Coverflow and it look verry good. My compliments.
1 question: is it possible to use an other preloader? One with percentage or something?
Hi,
Sorry, but is not implemented.
elaine
Posted 2 years agohi there
love this plug in for Calendar FX, which I am using on this website: 'link' (WordPress)
I generated the settings.xml file and uploaded it to my server, but when I did the calendar disappeared.
once I overwrite that settings.xml file, what do I do?? I tried re-pasting the short code into my Page and updating the Page but that doesn’t work
also: where the heck do I enter my Calendar events????
I’ll keep looking; I’ll buy this but need to know if it will work on my site first
thanks so much, it’s a great plug in, I love it!
Hi,
If you want to add events to The Calendar FX, open the Events.xml and add just like the other ones in the file.
e.g:
As for the embedding of the Calendar FX in Wordpress go to this lnk and follow the steps.
Mario Silva
Posted 2 years agoI want to buy the Countdown FX Module for JOOMLA. here is my question: Can i set the xml file through a control panel or i’ll have to access your website to define the parameters i need? Has the Module its own control panel?
Hi,
Sorry but the only way to change the settings of this product is through the XML file. You can make the changes to the Live Demo and generate your settings.xml file.