Questions
Answer
How to specify the correct path in the embedding code of the SWFs
Generally, you must know that the path of the assets the SWF uses (the path of the images or videos specified in the XML file and the path of the XML files themselves) must be relative to the path of the HTML file which embeds the SWF file (and not relative to the SWF file - a common confusion).
If the folder path of the HTML differs from the product’s folder path (the folder in which the XML files and images or videos are located) then you must specify that path as value for the base attribute.
This is an example for 3D Banner FX (replace the product's name if you're using a different one):
- the index.html file is located at this address on your domain: http://www.yourdomain.com/index.html
- the swfobject.js file is located at this address: http://www.yourdomain.com/Banner/swfobject.js
- the product's files (XMLs, assets and images) are located in the Banner folder: http://www.yourdomain.com/Banner/
- the 3DBannerFX.swf file is located in the product's folder: http://www.yourdomain.com/Banner/3DBannerFX.swf
This is the embedding code you have to use:
<div id="Div3DBannerFX"></div> <script type="text/javascript" src="Banner/swfobject.js"></script> //specify the folder's name here <script type="text/javascript"> var flashvars = {}; var params = {}; params.base = "Banner/"; //specify the folder's name here params.scale = "noscale"; params.salign = "tl"; params.wmode = "transparent"; params.allowFullScreen = "true"; params.allowScriptAccess = "always"; swfobject.embedSWF("Banner/3DBannerFX.swf", "Div3DBannerFX", "600", "374", "9.0.0", false, flashvars, params); //specify the folder's name here </script>
You can also use absolute paths like in this example:
params.base = "http://www.yourdomain.com/Banner/";
In case you used a different folder name don't forget to replace in all locations the Banner name with the name of your folder.
Note: there are three different locations in the embedding code where you have to specify the product's folder name so make sure you update all of them.
Comments
Do you have a question?
you will get an answer in 24 hours, tops.
sonny
Posted 8 years agoim interested on purchasing the 3d carousel but i have a question.. can i export the carousel as SWF file? and tell me how to do it?
thanks and more power dude!!
Hi,
What do you mean export as SWF? The SWF file is included in both the free and paid package. You can download the free version to see if it fits your needs.
Roman
Posted 8 years agoHi! Can I use Media Slideshow FX in cms bitrix? How can I do this? Can you make module for this cms, it very popular in Russia and other country’s with russian lang. Media Slideshow FX is great plugin! thanks!
Hi,
I’m sorry but we don’t have a module for this. You can try the default install instructions from above.
cleanup
Posted 8 years agoI trying to use Photo Stack FX
Personal License
Thanks
Hi,
Try to add this code in your page:
cleanup
Posted 9 years agoHello,
How to configure the path for use photo stack in DRUPAL ?
All files are in the same folder. Animation working when I call the SWF with http://my-domaine/sites/all/themes/custom/ouestcoastcafe/ PhotoStack.swf and don’t working when I call http://my-domaine/
In try to flashvars.folderPath = “http://my-domain/sites/all/themes/custom/ouestcoastcafe/”;
Thanks
PS : Sorry for my bad english
Hi,
What component are you trying to use?
sergio
Posted 9 years agothe demo version pageflifx I’ve seen how to insert images and video. to enter text on the pages as you do? and animated text? I try to buy the commercial version
Hi,
You have to add the CDATA attribute to every photo tag in your images.xml file like this: