I am having some real problems getting my slideshow to work properly in RW. The slide show actually shows up, but only the first picture loads. When you hover, you should get titles, navigation and so on. The slideshow works fine on it’s own and works if iFramed. So I know it works.
I want to place more text on the page above the slideshow. In this case I need to figure how to break this code down and get it in the right spots in RW. This is the code from the Index.html page Slideshow Pro generates.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Susurri</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<!-- Published with SlideShowPro for Lightroom :: http://slideshowpro.net -->
<style type="text/css">
body,html {
background:#000000;
width:100%;
height:100%;
}
</style>
<!--
// Permalinks option
function flashPutHref(href) { location.href = href; }
// Expand browser option
var eB = true;
if (eB) {
window.moveTo(0,0);
window.resizeTo (screen.availWidth, screen.availHeight);
}
// swffit sizing
var swf_pad = 20;
function initSwffit(w,h) {
// If you change name of the DIV the SWF is written at,
// change 'flashcontent' to the name of your DIV.
swffit.fit('flashcontent',w+swf_pad,h+swf_pad);
}
// SWFObject embed
var flashvars = {
paramXMLPath: "param.xml",
initialURL: escape(document.location)
}
var params = {
bgcolor: "#000000",
allowfullscreen: "true"
}
var attributes = {}
swfobject.embedSWF("loader.swf", "flashcontent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
/* below required for google chrome embed issue */
swffit.fit('flashcontent',0,0);
-->
</head>
<body>
<div id="flashcontent">
This SlideShowPro photo gallery requires the Flash Player plugin and a web browser with JavaScript enabled.
</div>
</body>
</html>
I have taken the “head” items and placed them in the “Head” section of header tab. I also took the “body” section and put it on the body of the page, along with my text. Oh… and I have this on a “File Sharing” plugin page (RW4 included).
Any suggestions? Should I move the Javascript to the Javascript tab?
Thanks in advance everyone.
