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

Shawn

Posted yesterday

Hi, i have tried everything and all i get is a blank window?

FlashXML Support

Hi. This is the problem:

"NetworkError: 404 Not Found - http://www.flrtraining.co.uk/banner/style2.css"
"NetworkError: 404 Not Found - http://www.flrtraining.co.uk/banner/images2.xml"

Mick

Posted 21 days ago

I want to rotate several swf files instead of image files. How do I invoke those files in the slideshow in the images.xml file?

FlashXML Support

Hi. In what component?

Bailey

Posted one month ago

According to my directory, the index is in there

FlashXML Support

Try to open this http://www.bethanyworshipcenter.org/settings.xml , you should see the settings, but it’s return an error.

Bailey

Posted one month ago

I have been trying for hours to understand this and it is very confusing on what to edit in the html index files. All that is displaying on the website is the flash xml link.

FlashXML Support

Hello. This is the problem http://www.bethanyworshipcenter.org/settings.xml – 404 Error. Settings.xml file is missing.

jagdeep

Posted one month ago

m unable to install this plz help me.
i really need this.

FlashXML Support

Hi,
Please send us the link to your website and we will check where the problem is.

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