Questions
Answer
How to publish two different products on the same page
Place the products in two different folders (e.g. Banner folder contains all the files of the 3D Banner FX and Accordion folder contains all the files of the Accordion FX).
Add the following code where you want to display the 3D Banner FX:
<div id="Div3DBannerFX"></div> <script type="text/javascript" src="Banner/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; params.base = "Banner/"; 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>
Add the following code where you want to display the Accordion FX:
<div id="DivAccordionFX"></div> <script type="text/javascript" src="Accordion/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; params.base = "Accordion/"; params.scale = "noscale"; params.salign = "tl"; params.wmode = "transparent"; params.allowFullScreen = "true"; params.allowScriptAccess = "always"; swfobject.embedSWF("AccordionFX.swf", "DivAccordionFX", "600", "288", "9.0.0", false, flashvars, params); </script>
If you use different products then replace the 3D Banner and Accordion's names with the name of your products.
Comments
Do you have a question?
you will get an answer in 24 hours, tops.
Bill Merriman
Posted 4 years agoPlease Help!
I tried this with 3D Carousel and Image Sub Menu and couldn’t get either to work, please verify my syntax is correct:
Folder structure is “ROOT\ImageSubMenu2\Carousel” and “ROOT\ImageSubMenu2\DropDown”
<div id=“Div3DBannerFX”></div>
<script type=“text/javascript” src=“Carousel/swfobject.js”></script>
<script type=“text/javascript”>
var flashvars = {};
var params = {};
params.base = “Carousel/”;
params.scale = “noscale”;
params.salign = “tl”;
params.wmode = “transparent”;
params.allowFullScreen = “true”;
params.allowScriptAccess = “always”;
swfobject.embedSWF(“3DCarouselMenuAS2FX.swf”, “3DCarouselMenuAS2FX”, “600”, “374”, “9.0.0”, false, flashvars, params);
</script>
and
<div id=“ImageSubMenuFX”></div>
<script type=“text/javascript” src=“DropDown/swfobject.js”></script>
<script type=“text/javascript”>
var flashvars = {};
var params = {};
params.base = “DropDown/”;
params.scale = “noscale”;
params.salign = “tl”;
params.wmode = “transparent”;
params.allowFullScreen = “true”;
params.allowScriptAccess = “always”;
swfobject.embedSWF(“ImageSubMenuFX.swf”, “ImageSubMenuFX”, “600”, “288”, “9.0.0”, false, flashvars, params);
</script>
Helmut
Posted 6 years agoI use the popout galery with Joomla and want to embed and show videos within the gallery. I installed the videofx. What do I have to do to show videos instead of images in the gallery and where do I have to copy the videos? Thanks for answer.
Hi. Please read the instructions from here http://www.flashxml.net/popout-gallery.html
Raymen
Posted 6 years agoHi There;
You guys got some awesome flash xml controls here. I am using the box 3d and the video xml flash player. What I try to is call a java script function from the items in the media.xml file. I want to if the user click on the image item (on the right side of the video skin5 demo 5) then open a page, but I want to call java script from the item node in the media.xml. something like this is, or have you guys got a solution for me please?
Can I open a page or call some java script from the media xml or when a user click on the image which currently open a video?
I am using a Microsoft .net (VS 2012) environment…
Thanks
Raymen Boshoff
Hi. Unfortunately this feature is not supported. The url attribute is the path to the video.
Ami
Posted 6 years agoI have my Index Page with 2 flash objects,
Text Menu
<div id=“DivTextMenuFX”></div>
<script type=“text/javascript” src=“swfobject.js”></script>
<script type=“text/javascript”> var flashvars = {}; var params = {}; params.base = “”; params.scale = “noscale”; params.salign = “tl”; params.wmode = “transparent”; params.allowFullScreen = “true”; params.allowScriptAccess = “always”; swfobject.embedSWF(“TextMenuFX.swf”, “DivTextMenuFX”, “1338”, “46”, “9.0.0”, false, flashvars, params);
</script>
&
Photo Zoom FX (separate folder called ‘zoom’)
<div id=“Div3DPhotoZoomFX”></div>
<script type=“text/javascript” src=“zoom/swfobject.js”></script>
<script type=“text/javascript”> var flashvars = {}; var params = {}; params.base = “”; params.scale = “noscale”; params.salign = “tl”; params.wmode = “transparent”; params.allowFullScreen = “true”; params.allowScriptAccess = “always”; swfobject.embedSWF(“3DPhotoZoomFX.swf”, “Div3DPhotoZoomFX”, “1090”, “562”, “9.0.0”, false, flashvars, params);
</script>
The first one loads fine but the second one wont show anything….
Please help,
i’m new to this
Please send us the link to your website.
Shalom
Posted 7 years agoI am trying to upload 3 components on one page: Flip-text, tag-cloud and mp3-player. Does the code format for publishing 2 different products apply for the 3rd too?
Please use this FAQ article.