Questions
Answer
How to publish a product on multiple pages
If you want to publish the same SWF on multiple pages, you don’t need two SWF files nor two swfobject.js files, but you’ll need different settings.xml files (e.g. settings1.xml, settings2.xml) and different images.xml files (e.g. images1.xml, images2.xml) and also different images (if you don’t want to have the same pictures obviously). You can specify in a settings.xml file which images.xml to load through assets (or imagesXML for some products) attribute.
Note that some products have menu.xml, videos.xml or other names instead of images.xml.
This is an example for 3D Banner FX.
You have to add the following code where you want to display the banner in the first page:
<div id="Div3DBannerFX"></div> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; flashvars.settingsXML= "settings.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>
You have to add the following code where you want to display the banner in the second page:
<div id="Div3DBannerFX2"></div> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; flashvars.settingsXML= "settings2.xml"; var params = {}; params.base = ""; params.scale = "noscale"; params.salign = "tl"; params.wmode = "transparent"; params.allowFullScreen = "true"; params.allowScriptAccess = "always"; swfobject.embedSWF("3DBannerFX.swf", "Div3DBannerFX2", "600", "374", "9.0.0", false, flashvars, params); </script>
If you use a different product then replace the 3D Banner's name with the name of your product.
Comments
Do you have a question?
you will get an answer in 24 hours, tops.
Calvin Smith
Posted 2 years agoHello:
Thanks for all your great products>
I uploaded the entire gallery to my website and it works fine when I copy the URL: sixthsenseproducts.com/purses/galleries/productviewer/index.html into my browser. But it won’t load from a link in my HTML such as:<A href=“http://sixthsenseproducts.com/purses/galleries/productviewer/index.html”>visit</a>
What am I doing wrong?
Thank you
Calvin Smith
Ane
Posted 4 years agoI am using the DOCK gallery of 3 of the pages on my website. None of it is loading. I can not find the problem. Please advise.
Kind regards;
Zilma leite
Posted 4 years agoBoa tarde, esse player carregar video em endereço como esse: rtmp://lwproducoes.porta80.com.br/videos/media/home/aca-conf-1.flv
Amir
Posted 6 years agoHello, Do you have kind of program that can pack entire of page flip into a single exe file?
If not do you know any please, thanks.
Hi. NO.
Kip
Posted 6 years agoMy photo wall works fine when I install it in Dreamweaver but when I download my files to my website all I get is a black box in place of my pictures. I believe I saw the solution to this in FAQ at one time but now I can’t seem to find it. Thank you for your help.
Hello.
Your photos are missing.
@
“NetworkError: 404 Not Found – http://webdesignlanding.com/Gallery%20of%20Work/Water%20Features/images/114.jpg”
@