Questions
Answer
How to load a product with a different settings.xml file
The SWF file loads at start the settings.xml file which contains all the parameters of the component. You can customize these parameters on the Live Demo of the component (the demo with controls) and then click on the “Generate settings.xml” button. You can overwrite this generated content over the contents of the existing (default) settings.xml file.
The filename of the settings.xml file can be modified through FlashVars:
var flashvars = {};
flashvars.settingsXML = "your_filename.xml";
like in this example:
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.settingsXML= "your_filename.xml";
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
var attributes = {};
swfobject.embedSWF("ComponentNameFX.swf", "ComponentNameDiv", "600", "300", "9.0.0", false, flashvars, params, attributes);
In the images.xml file (the name of the file can be modified inside the settings.xml file) you can add as many images as you want to the component. There is no parameter to specify a total number of images which a component will use, and this number will be calculated from the number of rows added in the images.xml file.
Each row represents a new image, and for each image you can specify things like:
- image - the path of the image
- url - the address to go to when clicking the image
- target - “_self” opens the url in the same browser page, ” _blank” opens the url in a new browser page
The attributes list may differ from one component to another. You will usually have all the particularities each component’s image can support.

Comments
Do you have a question?
you will get an answer in 24 hours, tops.





Fruitbites
Posted 5 months agoimage – the path of the image
I need to use flickr images from my website, but I failed to load them using banner rotator component.
I tried to set the absolute image path like ‘http://farm3.static.flickr.com/2727/4491724903_f93bfc132f.jpg’.
It’s working when I use local image of my website like ‘image/sample02.jpg”.
Is there anyway to load flickr image with banner rotator component ?
Hi,
Send us the link to your website and we will check it.
Chuck B
Posted 6 months agoI am having a problem with the SlideProductViewerFX.swf file displaying too small, my container for the .swf file needs to be much larger than the deplayed image to size correctly, is there white space around the .swf file, why wont it fit the container provided.
Hi,
The SWF does not rescale according to the container provided, but it is displayed no-scale according to the componentWidth/componentHeight attributes in the settings.xml
val moreno
Posted 6 months agodoes your logo appear on the single license. also, can i use the same template in my same web site but in different pages?
ANNA Anderson
Posted 6 months agoI downloaded the popout-gallery and would like to only have 19 images and not as many as are in the sample. How can we decrease the number of images. As when we remove some of the image coding from the images.xml file the images won’t blow up.
Hi,
The images are actually expanding, but the value is so high that it actually expands past your view point. Edit the settings.xml and change the value of <expand value=“1000”/> to something a lot less, like <expand value=“50”/>. If this expand is to little experiment with different values. Also, while editing the XML, disable your browser’s cache to make sure you are always loading your latest edits, and not a previously cached file.
peter
Posted 6 months agoi have uploaded all the necesary files to my webpage but i cannot see the menu appear on the page
Hi,
Sorry, but couldn’t navigate through your website to check our component because it requires logging in. Please send at support[at]flashxml.net the login details to your FTP account to check out what you have done so far and see what the problem is.