Questions
Answer
How to publish galleries multiple times
The instructions bellow apply to the following products:
Customizable Grid Gallery FX
Dock Gallery FX
Elite Gallery FX
Flexible Media Gallery FX
Image Scrolling Gallery FX
List Gallery FX
Photo Gallery FX
For any other component or gallery go to this page.
First of all, you'll need a new set of settings files (e.g. settings2.xml) in the main, holder and navigation (DockMenuFX, ImageGridFX, ImageListFX or ImageScrollerFX, depending on the gallery you're using) folders.
Secondly, you'll need a new set of images files (e.g. thumbs2.xml and big2.xml) in the images folder with the new images you want to use.
In the new settings2.xml file from holder folder you'll have to specify through the assets element to load big2.xml file. Also, in the new settings2.xml file from navigation folder (DockMenuFX, ImageGridFX, ImageListFX or ImageScrollerFX , depending on the gallery you're using) you'll have to specify through the assets or imagesXML element (depending on the gallery you're using) to load thumbs2.xml file.
For General Websites
In the embedding code, you can specify to load the new set of settings2.xml files like this:
<div id="DivGalleryNameFX"></div> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript">
var flashvars = {};
flashvars.settingsXML = "settings2.xml";
flashvars.gallerySettingsXML = "holder/settings2.xml";
flashvars.navigationSettingsXML = "NAVIGATION/settings2.xml"; //NAVIGATION has to be replaced with DockMenuFX, ImageGridFX, ImageListFX or ImageScrollerFX, depending on the gallery you're using
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "transparent";
params.allowfullscreen = "true";
swfobject.embedSWF("GalleryNameFX.swf", "DivGalleryNameFX", "100%", "100%", "9.0.0", false, flashvars, params); //DivGalleryFX has to be replaced with the gallery's DIV, according to the gallery you're using
</script>
For WordPress Websites
Here is an example how to specify the Dock Gallery with the new set of settings files:
[dock-gallery-fx width="400" height="300" settings="settings2.xml"][/dock-gallery-fx]
For Joomla Websites
Here is an example how to specify the Dock Gallery with the new set of settings files:
{dockgalleryfx width=400 height=300 settings=settings2.xml}{/dockgalleryfx}
For Flash
Follow the steps from this FAQ article.
Comments
Do you have a question?
you will get an answer in 24 hours, tops.





gingerbinger
Posted one month agoIs it possible to put gallery in a few articles / plugin joomla /
but one important
first article – first galery with folder images one
second article – second galery with folder images two
and soo on …
Is it possible
Thaks for help
Mathieu
Posted 6 months agoHi, i’m trying to install maybe 20 Dock Galleries in the same page splited with tabs.
When i embed the first one everything looks good. Good pics, good size.
But when i embed the second one, even the first one does not work. The images of the second apear in the first tab and in a smaller size.
I passed a few hours to read posts but i saw nothing, can you help? I’m realy stopped.
Thanks
Hi,
navigation.swf was not found. Please make sure you write the right path.
Also, in settings.xml you have a bigger size than in the embed code. You need to modify this line:
swfobject.embedSWF("DockGalleryFX.swf", "DivDockGalleryFX", "600", "400", "9.0.0", false, flashvars, params, attributes);Instead of 600 write the width that you want, and instead of 400 write the exact height that you want.
Surinder
Posted 11 months agoHello sir,
plz tell me how to embed two flash file one time running ????
when first file completed second file running automatically …...........................
Please read this FAQ article: http://www.flashxml.net/how-to-publish-two-different-components-on-the-same-page.html or this one: http://www.flashxml.net/how-to-publish-the-same-product-on-multiple-pages.html.
tony
Posted one year agoyou say: “In the embedding code, you can specify to load the new set of settings2.xml files….”
what’s or where’s the embedding code ?
ty
The embedding code is the HTML/JavaScript code you add to your website to display our gallery. You can find the embedding code in the install instructions from each product’s page or in the index.html file included in the ZIP package you downloaded from our website.
Jhon Liver
Posted one year agoAll right, i create settings2.xml, in joomla article wrote
{accordionfx}{/accordionfx}
{accordionfx settings=settings2.xml}{/accordionfx}
But only the first accordion appears !!!!
Hi,
Please send to support [at] flashxml.net the login details to your Joomla Administrator and we will check where the problem is.