Topic: mobile problem
i have everything working in flash but when i look on android nothing.
if i turn off flashvars
with
("sv-container", "600", "600", "transparent", false, flashvars, params, attributes)
it reads
No Images Specified in Gallery XML.
all urls are correct. not sure whats going on. i need it to work for mobile
thanks for your time
//
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="/Portals/xxxxx/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "/Portals/xxxxx/xml/steinway-m.xml";
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "svInstance";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "600", "600", "transparent", true, flashvars, params, attributes);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
//
<simpleviewergallery
maxImageWidth="600"
maxImageHeight="600"
imageQuality="90"
thumbWidth="75"
thumbHeight="75"
thumbQuality="90"
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
backgroundTransparent="true"
useFlash="false"
useColorCorrection="false"
thumbPosition="BOTTOM"
thumbColumns="6"
thumbRows="1"
stageHPadding="0"
stageVPadding="0"
showToolTips="false"
floatButtonBar="false"
showNavButtons="false"
buttonBarPosition="NONE"
mobileShowNav="true"
mobileShowThumbs="true"
mobileShowCaption="true"
mobileShowPageCount="true"
mobileCaptionTextColor="#ffffff"
mobileThumbsTextColor="#ffffff"
loopAudio="false"