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.





Trying to use the Accordion Sliders in Google Site
Posted 3 months agoI tried to test load the free version of the Accordion FX into the google site I am working on but it does not seem to work. I have uploaded all the necessary files into my site and tried to open the SWF file to see if it works. It only gives me a black rectangle box with your logo. Can you please help to tell me what I am doing wrong? If this works, I would like to try and get the license but need to make sure that it works. Thanks.
Please send us a valid link to your website that we can access.
wade
Posted 3 months agoHow can I load this flash file on the same page with another flash program…wants to over write settings and other files
I’m sorry but I don’t understand exactly what are you trying to do. Please be more explicit.
JBTechnoSoft
Posted 3 months agoi have purchased a MP3 Player FX and Video Player FX but iam not ab;e to uploade in my webiste. its showing this error
JInstaller: :Install: Cannot find Joomla XML setup file
whats the problem with this can u plz check that slove my problem
Alex
Posted 6 months agohi
i am using BannerRotatorFX and I have the following problem.
Some users of IE 9 see the image reduces the screen. (right and bottom)
Others see the picture again fully
how can this problem be solved?
(in the link you see a pic)
here everything works fine
Regards
Please send us a valid link to your website that we can access.
Alex
Posted 6 months agohi
i am using BannerRotatorFX and I have the following problem.
Some users of IE 9 see the image reduces the screen. (right and bottom)
Others see the picture again fully
how can this problem be solved?
Regards
Hi,
We tried to load your website but is forbidden.