Topic: for the love of God HELP ME! Images and Thumbs Issue
I hope somebody reading this will know better what to do then I. Here is the problem with SimpleViewer: I‘ve embed it on my website server (Microsoft Office live) correctly. I appears fine, however the message “GALLERY NOT FOUND” keeps on flashing. The problem is that I CAN’T add an entire folder named “images” or “thumbs” to the server. I can only add single files like: 123.jpg or index.html. Here is how I embedded my simpleviewer:
<embed src="XXXXXXXXXXXXXXXX/Documents/viewer.swf" FlashVars="xmlDataPath=XXXXXXXXXXXXXX/Documents/gallery.xml" bgcolor=#000000 WIDTH=420 HEIGHT=520 TYPE="application/x-shockwave-flash"></embed>
And here is what my galler.xlm looks like:
<?xml version="1.0" encoding="UTF-8" ?>
- <simpleviewerGallery maxImageWidth="480" maxImageHeight="480" textColor="0xFFFFFF" frameColor="0xffffff" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" title="SimpleViewer Title" enableRightClickOpen="true" backgroundImagePath="" imagePath="" thumbPath="">
- <image>
<filename>1.jpg</filename>
<caption>TEST</caption>
</image>
</simpleviewerGallery>
Please if you have any clue how to get this fixed, say something. Although I am not good with HTML I will try my best, please be as detailed as you can. Thanks