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.





chiwara
Posted 2 years agoI’m using Banner Rotator FX. How do I get rid of hand cursor when there is no link assigned on images.xml? I tried followings and still do not work.
1. put nothing in url=”“ and target=”“ as follows. <photo image=“images/flabanner/02.jpg” url=”“ target=”“ duration=“4” effect=“zoom” zoompercent=“110” direction=“out” hzoompos=“left” vzoompos=“right”>
2. removing entire url and target as follows
<photo image=“images/flabanner/02.jpg” effect=“zoom” zoompercent=“110” direction=“out” hzoompos=“left” vzoompos=“right”>
above 2 trial did not remove hand cursor.
By reading other post, I tried putting mouseChildren = false; on the timeline, first frame on banner.fla and re-exported to .swf which did not work.
Thanks in advance
Hi,
Send to support[at]flashxml.net the proof that you purchase this product along with your request and we will send you a modified version of the banner.
Michael Maddox
Posted 2 years agoHi, I have been unable to find out how to change the text displayed in the Dock Gallery FX. Thank you for your help.
Hello,
You need to open the big.xml and thumb.xml files (found in the images folder) and change the text inside the CDATA attributes ( please make sure to keep the current structure – text separated into head and body tags, if you want to have 2 separate lines of text appearing over photos).
Ian Buckley
Posted 2 years agoAre animated gifs supported? When I tested with an animated gif only the first frame diplayed.
Hello,
What component are you using?
Jorge Pi
Posted 2 years agoHi:
I’m using the Page Flip FX plugin for wordpress. How can I access the settings menu so I can customize the book size, etc. Another thing is that in my site, the controls seem incomplete. Can you tell me what is wrong?
Thanks,
Hello,
The liveDemo feature (control panel) is only available on our website. You need to configure the component on our website, hit the generate settings.xml button, copy the code that appears and paste it inside your own settings.xml file, overwriting the previous code.
After that, for the changes to take effect, you will need to empty your browser’s cache, as browser’s usually cache xml files to improve internet navigation.
tossha
Posted 2 years agoHello,
I have a problem with full screen mode. After clicking the button player turns to full screen but its dimensions doesn’t change and it stays in top-left corner of the screen.
You can check here: http://tossha.jino.ru/trackstudio/?p=118
Password is 123
Settings file: http://tossha.jino.ru/trackstudio/wp-content/flashxml/video-player-fx/settings_ts_full.xml
Thank you
Hello,
I’m guessing you are talking about the Video Player FX component.
We couldn’t look at the page that you sent us, as it appears to be broken ( we got a 404 error ).