Help getting started

Posted by user1104751 
Help getting started
July 14, 2012 02:31AM
I am a novice at this, and can't seem to figure my way through it by myself. I am hoping that one of you will be able to help me.
I have tried to follow the SlideshowBox usage tutorial, SWF embed as well as the SlideshowBox user manual and the Configuration XML Structure and Source XML Structure.

I followed the coding examples provided, and believe that I have my .xml file set up correctly. It can be viewed HERE. All of the images are in the same folder (2011-12)
I pasted the code copied from the online slideshowBox configuration page after inserting my Domain Key and the url to my .xml file. The slide show would not work, however, so I tried to follow the instructions for structuring your album in folders. I had trouble with this, however, because the code I was looking at was not just the same as the code in the example provided. I will paste this below, on the chance that one of you may want to look at it to find where I have gone wrong. At any rate, please offer any suggestions that you have, and thanks in advance!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[www.w3.org];
<html xmlns="[www.w3.org];
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body><script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="PanAndZoom.js"></script>
<script type="text/javascript">
swfobject.registerObject("PanAndZoom1342222365981", "10.0.0", "", function(e) {
if (e.success==false){
var err;
try{
$("#PanAndZoom1342222365981").hide();
$.slideshowBoxEmbedCanvas.init({
appendToID:"PanAndZoomJS1342222365981",
domainKeys:"89d5720902b8bf27381cb541b52e2ea2",
source:"[akmat.org];,
audioFile:"",
audioFileAlt:"",
audioPlayerIcon:"speaker",
audioPlayerColor:"#FFFFFF",
loopAudio:true,
audioPlayMode:"audioOff",
audioPlayerOn:"",
audioPlayerOff:"",
fontName:"",
fontSize:10,
bold:false,
italic:false,
textTopOffset:0,
width:800,
height:600,
autoSlideShow:true,
slideShowSpeed:6,
backgroundVisible:false,
backgroundColor:"#1C1C1C",
backgroundImage:"",
scaleBackground:true,
loadOriginalImages:false,
autoHideControls:false,
controlsHideSpeed:2,
controlBarAlpha:0,
controlBarPrimaryColor:"#333333",
controlBarSecondaryColor:"#000000",
slideShowControls:true,
fullScreenButton:true,
thumbWidth:60,
thumbHeight:60,
showImageIndex:false,
showImageInfos:true,
scaleMode:"scaleCrop",
effect:"random",
preloaderPosition:"centered",
textColor:"#FFFFFF",
textBackgroundAlpha:0.5,
textBackgroundColor:"#000000"
});
}catch(err){}
}
});
</script>
<div id="PanAndZoomJS1342222365981" style="width:800px;height:600px;">
<object id="PanAndZoom1342222365981" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600">
<param name="movie" value="[akmat.org];
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="sameDomain">
<param name="bgcolor" value="#1C1C1C">
<param name="wmode" value="transparent">
<param name="flashvars" value="domainKeys=89d5720902b8bf27381cb541b52e2ea2&source=http%3A//akmat.org/SlideshowBox2/2011-12/data1.xml&audioFile=&audioPlayerIcon=speaker&audioPlayerColor=0xFFFFFF&loopAudio=true&audioPlayMode=audioOff&autoSlideShow=true&slideShowSpeed=6&backgroundVisible=false&backgroundColor=0x1C1C1C&backgroundImage=&scaleBackground=true&loadOriginalImages=false&autoHideControls=false&controlsHideSpeed=2&controlBarAlpha=0&controlBarPrimaryColor=0x333333&controlBarSecondaryColor=0x000000&slideShowControls=true&fullScreenButton=true&thumbWidth=60&thumbHeight=60&showImageIndex=false&showImageInfos=true&scaleMode=scaleCrop&effect=random&preloaderPosition=centered&textColor=0xFFFFFF&textBackgroundAlpha=0.5&textBackgroundColor=0x000000" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="[akmat.org]; width="800" height="600">
<!--<![endif]-->
<param name="flashvars" value="domainKeys=89d5720902b8bf27381cb541b52e2ea2&source=http%3A//akmat.org/SlideshowBox2/2011-12/data1.xml&audioFile=&audioPlayerIcon=speaker&audioPlayerColor=0xFFFFFF&loopAudio=true&audioPlayMode=audioOff&autoSlideShow=true&slideShowSpeed=6&backgroundVisible=false&backgroundColor=0x1C1C1C&backgroundImage=&scaleBackground=true&loadOriginalImages=false&autoHideControls=false&controlsHideSpeed=2&controlBarAlpha=0&controlBarPrimaryColor=0x333333&controlBarSecondaryColor=0x000000&slideShowControls=true&fullScreenButton=true&thumbWidth=60&thumbHeight=60&showImageIndex=false&showImageInfos=true&scaleMode=scaleCrop&effect=random&preloaderPosition=centered&textColor=0xFFFFFF&textBackgroundAlpha=0.5&textBackgroundColor=0x000000" />
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<param name="wmode" value="transparent">
<param name="bgcolor" value="#1C1C1C">
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
Re: Help getting started
July 16, 2012 12:16PM
Could you please contact us through email(support[at]jumpeyecomponents.com) or through a ticket and we will try to help you and offer assistance there.
Sorry, only registered users may post in this forum.

Click here to login