Topic: trouble with embed and joomla
Hello, I built my site on joomla on which I loaded my galleries with the function " iframe ". It works very well on desktop computers but not on IPad nor IPhone.
I try to change method with the embed code but it does not work.
All my galleries are placed in the root of my site.
I give the good path for the file svcore and gallery.xml.
When I open the page on Web I see the progress bar of load but the page remains white:
You can see the resultat on this page:
http://www.brs-photographiste.com/index.php/cosmetique
Here is the code which I entered the article joomla:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.brs-photographiste.com/simpleviewer_cosmetique/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "http://www.brs-photographiste.com/simpl … allery.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "950", "570", "FFFFFF", true, flashvars, null, null, null, false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Your assistant would be me of a big help because I do not find the answer in the forum.
Thank you