via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Greetings,
I have searched this site for an answer, but haven't found anything that helps.
I create a slideshow and check it in a browser and the dreaded "Please install Flash® and turn on Javascript" comes up immediately. This is from the default index.html that is generated using Lightroom 2.5
Any ideas?
Here is a sample of the code that is generated by monoslideshow and lightroom:
border: 5px solid #FFFFFF;
width: 662.00px;
height: 97.00px;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #333333;
color:#ffffff;
text-align: center;
}
</style>
</head>
<body>
<div id="flashcontent">
<p><strong>Please install Flash® and turn on Javascript.</strong></p>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("monoslideshow.swf", "SOmonoSlideshow", "662.00", "97.00", "7", "#FFFFFF");
so.addVariable("showLogo", "false");
so.write("flashcontent");
// ]]>
</script>
</body>
</html>
I don't know anything about lightroom but you don't seem to have anything calling for swfobject.js.
Something like below.
<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>
Maybe this will help ??
Lightroom can - in conjunction with TTG's add-ons - create a monoslideshow xml, but no html. TTG's add-on for v1 does not work with v2.
Christoph
Thank you all...
Jarredja, you jarred my memory that I didn't have swfobject.js in the root directory. Thanks for that... I was ripping my hair out.
Christophvl, Lightroom does generate HTML in conjunction with monoslideshow.
Thanks again and Happy Holidays!!!
OS
1 to 4 of 4