Topic: HTML embed simpleviewer pro 2.1 contra simpleviewer pro 2.0
Is there really a change in HTML embed between simpleviewer pro 2.0 and simpleviewer 2.1 or is it changed to make it easier for starters.
With Simpleviewer pro 2.0 I have always used the following code without any problems:
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "design/gallery/scotland_6.xml";
//flashvars.firstImageIndex = "0";
//flashvars.preloaderColor = "#FFFFFF";
var params = {};
//params.allowfullscreen = false;
params.allowscriptaccess = "always";
params.bgcolor = "FFFFFF";
params.wmode = "transparent";
swfobject.embedSWF("design/gallery/simpleviewer.swf", "flashcontent", "100%", "100%", "9.0.124", false, flashvars, params);
</script>
Can I go on using the same way or do I have to change al my pages with galleries when I start using simpleviewer pro 2.1.
The information is rather confusing, the website is telling me to use jquery but the examples by simpleviewer pro 2.1 are the same as with Simpleviewer 2.0