I really like SimpleViewer for web galleries. It's slick, it doesn't mangle my images, and it provides a controlled way to view them. My main problem is producing the required XML file and the thumbnails and all. Since I use iView MediaPro (3.x), it would be really great to be able to do a one-click export to SimpleViewer... aaahhh... well I did it, almost.
iView supports HTML templates, which are really nice, but they're a bit inflexible. So I created a SimpleViewer template where index.html, the index file iView wants to work from, is really imageData.xml, or at least it will be once we rename it after iView does its thing. Then the problem is that you need to include the SimpleViewer flash file and some other stuff in the same directory, and iView strips anything it doesn't know about. But, it does bring over a folder called "assets" unchanged. So now with my template, you can export to SimpleViewer and then do a quick manual fix, which consists of:
- Rename index.html to imageData.xml
- Move everything in the assets folder one level up
That's it. You may want to edit index.html after all of this, since it will be a generic SimpleViewer version and might need titles and such.
Anyway... not ideal, I've sent a suggestion about making all of this configureable to the iView folks, but not bad. Here's the template (it's a zip file):
SimpleViewer-ivmp.zip
Oh, this requires iView MediaPro 3.x.
Recent Comments