via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi guys,
Im testing monoslideshow on my own pc with wampserver. everything is running fine however i cant get mono slideshow get to load a remote xml file or a remote php file that echos xml data.
<code>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Monoslideshow 1.32 Example page</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body>
<div id="monoSlideshow">
<p><strong>Please install Flash® and turn on Javascript.</strong></p>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("monoslideshow.swf", "SOmonoSlideshow", "600", "300", "7", "#ffffff");
so.addVariable("dataFile", "http://www.url.com/monoslideshow.xml");
so.write("monoSlideshow");
// ]]>
</script>
</body>
</html>
</code>
in my browser i get the following error:
Error loading slideShow "http://www.url.com/monoslideshow.xml". However if i paste this url directly in my browser i can see the content of the xml file so that can't be the problem.
i also tried adding the base variable but i dont think that is the problem cause the xml file is not on the same server as the monoslideshow
where does this go wrong?
Thanks in advance
I assume you tested it with everything the same but the xml held locally.
Perhaps it is worth a try putting the monoslideshow.swf where the xml is, so they reside on the same server/root path.
If that doesn't work, the next thing I would try is using an updated swfobject and the new way to call it (see <a href="http://www.monoslideshow.com/vanilla/discussion/1506/ie-60-not-working-with-mss/">this thread</a>).
Just suggestions - let us know if something worked.
Christoph
Thnx christophvl,
Together with your suggestions and some of mine i got it to work. i indeed downloaded the newest version of swfobject but i also had to add a file called crossdomain.xml on the domain i was trying to acces with my monoslideshow. (just google on crossdomain.xml if you need it, its a little file you have to upload TO the root of the domain you want to acces with monoslideshow)
once i uploaded this file it works! so thnx! everything is solved right now
1 to 3 of 3