Questions

Answer

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

How SWF and XMLs interact

 

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.xmlmedia.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

massimo verducci

Posted 2 years ago

how i can, in professional-3d-carousel-as2-and-as3, unloadMovie in the function loadMovie

FlashXML Support

Hi,

Give more details on what you are trying to do. Thanks.

Hasselaar

Posted 2 years ago

Thanks 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.

FlashXML Support

Hi,

Sorry, but is not implemented, but thanks for your suggestion. We will take it in consideration.

Hasselaar

Posted 2 years ago

Hello, 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?

FlashXML Support

Hi,

Sorry, but is not implemented.

elaine

Posted 2 years ago

hi 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!

FlashXML Support

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:

<date day="11" month="9" year="2010">
 <event>
 <title><![CDATA[<head>New Commet</head>]]></title>
 <when><![CDATA[<body>5 PM</body>]]></when>
 <where><![CDATA[<head>Flash xml page</head>]]></where>
 <description><![CDATA[<head>WOW!!!</head><body>It's gonna be awesome.<br/> You will notice that this infobox window scrolls to fit as much content as you want to put into it. <br/> The scroll bar on the right will only appear if there is more content in the <description> tag, inside the Events.xml file, than the visible area can hold.</body>]]></description>
 <video media="video/fantasy.flv" image="video/fantasyPres.jpg" skin="skins/videoSkin1.xml" backColor="0xff0000" backAlpha="1" autoplay="true"/>
 </event>
 </date>

As for the embedding of the Calendar FX in Wordpress go to this lnk and follow the steps.

Mario Silva

Posted 2 years ago

I 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?

FlashXML Support

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.

Do you have a question?

you will get an answer in 24 hours, tops.

(required) Only alphanumeric characters allowed
(required) (will not be published)
Please type a message! Your message is too long! Either try to keep within 1500 characters, or contact our support team via email at support [at] flashxml.net.
(will not be published)
You mistyped the two words!
Can't read? Change the image
Format your comments using Textile: *bold*, _italic_, "link text":address, @code@
Connect to us on Facebook Follow us on Twitter Subscribe to our RSS feed
Copyright © FlashXML.net 2009 - 2013