PDA

View Full Version : Photodex slideshow integration


kd6lor
20th of October 2006 (Fri), 02:07
Have any of you guys made a gallery of slideshows? I was thinking it would be cool to show an image from a slideshow, then if clicked on, the slideshow would launch. I was looking at the viewerstyles page, and was thinking that this was the place to start looking, but unfortunately I am a coder from the old days, and PHP / HTML aren't within the arena of my expertise.

This is an HTML page that will open a slideshow,




<BODY BGCOLOR=#6A7D96 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<body onload="runSlideShow()">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%" valign="middle" align="center">
<script language="javascript" src="http://www.photodex.com/presenter.js"></script>
<script>
PhotodexObject("ProShow","objectname","HighImpact.px",800,600);
PresenterControls("objectname",0);
</script>
</td>
</tr>
</table>
</div>
</body>


This is that page: http://www.melor.com/slideshows/hiimpact.htm


TIA to any who can offer advise and direction.


Paul