Topic: Tiltviewer not functioning properly
Hello,
I have embedded the TiltViewer image gallery. here is the link:
http://www.aqusagtechnologies.com/portfolio.html
Now, here are some issues that I am facing:
1. comparing this link to http://simpleviewer.net/tiltviewer/app/ the size of the image thumbnails is larger on my website and also the gap between the thumbnails is more than the demo link.
2. Images on my website are of different sizes but are larger than they are currently appearing when you move to the full screen version. however, on the demo link, the image size is bigger. Is there a way to get the full size of the image once i click on it or at least somewhat bigger. I earlier had a light box image gallery which gave me the option to see the full size of the image. Is there a way to get the same in this, or at least similar to the app demo link so that the images can be clearer.
3. On the left and top side of the screen, there is a white margin appearing, how to get rid of it.
4. On the top of the page, I need to insert two links, like contacts Us or Back to Home, etc. How do i do that?
5. I have set the flip option value to False but it still shows the flip option. Please help.
6. Now all of a sudden, the images do not appear :(
Here is the code that i have put on this HTML page:
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">TiltViewer requires JavaScript and the latest Flash player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash here.</a></div>
<script type="text/javascript">
var fo = new SWFObject("TiltViewer.swf", "viewer", "100%", "100%", "9.0.28", "#000000");
// TILTVIEWER CONFIGURATION OPTIONS
// To use an option, uncomment it by removing the "//" at the start of the line
// For a description of config options, go to:
// http://www.airtightinteractive.com/proj … tions.html
//FLICKR GALLERY OPTIONS
// To use images from Flickr, uncomment this block
//fo.addVariable("useFlickr", "false");
//fo.addVariable("user_id", "48508968@N00");
//fo.addVariable("tags", "jump,smile");
//fo.addVariable("tag_mode", "all");
//fo.addVariable("showTakenByText", "true");
// XML GALLERY OPTIONS
// To use local images defined in an XML document, use this block
fo.addVariable("useFlickr", "false");
fo.addVariable("xmlURL", "gallery.xml");
fo.addVariable("maxJPGSize","900");
//GENERAL OPTIONS
fo.addVariable("useReloadButton", "true");
fo.addVariable("columns", "6");
fo.addVariable("rows", "6");
//fo.addVariable("showFlipButton", "false");
//fo.addVariable("showLinkButton", "true");
//fo.addVariable("linkLabel", "View image info");
//fo.addVariable("frameColor", "0xFF0000");
//fo.addVariable("backColor", "0xDDDDDD");
//fo.addVariable("bkgndInnerColor", "0xFF00FF");
//fo.addVariable("bkgndOuterColor", "0x0000FF");
//fo.addVariable("langGoFull", "Go Fullscreen");
//fo.addVariable("langExitFull", "Exit Fullscreen");
//fo.addVariable("langAbout", "About");
// END TILTVIEWER CONFIGURATION OPTIONS
fo.addParam("allowFullScreen","true");
fo.write("flashcontent");
</script>
I thank you very much in advance for the help and cooperation.
Would be waiting eagerly for your response.
Many thanks,
Surabhi