rnmihayden
06-04-2009, 07:27 AM
1) Script Title: Featured Content Glider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: On Firefox, the page only shows the flash file once. It disappears afterwards. Using the back, forward, or 2 button to navigate back to it comes up as blank. I am using iframes for 4 options. Option 2 is has the flash file embedded. URL is: http://pascolibraries.org/slideshow.html. Firefox version is 3.0.10 The code is beneath.
<script type="text/javascript" src="jquery-1.2.2.pack.js"></script>
<link rel="stylesheet" type="text/css" href="featuredcontentglider.css" />
<link rel="stylesheet" type="text/css" href="cssbuttonstoggler.css" />
<script type="text/javascript" src="featuredcontentglider.js">
/***********************************************
* Featured Content Glider script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
<script type="text/javascript">
featuredcontentglider.init({
gliderid: "canadaprovinces", //ID of main glider container
contentclass: "glidecontent", //Shared CSS class name of each glider content
togglerid: "p-select", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: false, //Remember last content shown within browser session (true/false)?
speed: 500, //Glide animation duration (in milliseconds)
direction: "right left", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: false, //Auto rotate contents (true/false)?
autorotateconfig: [6000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
</script>
<table>
<tr>
<td width="768px">
<div id="canadaprovinces" class="glidecontentwrapper">
<div class="glidecontent">
<iframe src="http://www.wikipedia.com" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
<div class="glidecontent">
<iframe src="http://pascolibraries.org/mbookriver.shtml" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
<div class="glidecontent">
<iframe src="http://cnn.com" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
<div class="glidecontent">
<iframe src="http://huffingtonpost.com" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
</div>
<div id="p-select" class="cssbuttonstoggler">
<a href="#" class="toc"><span>1</span></a> <a href="#" class="toc"><span>2</span></a> <a href="#" class="toc"><span>3</span> <a href="#" class="toc"><span>4</span>
<a href="#" class="prev"><span>Back</span></a> <a href="#" class="next"><span>Foward</span></a>
</div>
</td>
</tr>
</table>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: On Firefox, the page only shows the flash file once. It disappears afterwards. Using the back, forward, or 2 button to navigate back to it comes up as blank. I am using iframes for 4 options. Option 2 is has the flash file embedded. URL is: http://pascolibraries.org/slideshow.html. Firefox version is 3.0.10 The code is beneath.
<script type="text/javascript" src="jquery-1.2.2.pack.js"></script>
<link rel="stylesheet" type="text/css" href="featuredcontentglider.css" />
<link rel="stylesheet" type="text/css" href="cssbuttonstoggler.css" />
<script type="text/javascript" src="featuredcontentglider.js">
/***********************************************
* Featured Content Glider script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
</script>
<script type="text/javascript">
featuredcontentglider.init({
gliderid: "canadaprovinces", //ID of main glider container
contentclass: "glidecontent", //Shared CSS class name of each glider content
togglerid: "p-select", //ID of toggler container
remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable
selected: 0, //Default selected content index (0=1st)
persiststate: false, //Remember last content shown within browser session (true/false)?
speed: 500, //Glide animation duration (in milliseconds)
direction: "right left", //set direction of glide: "updown", "downup", "leftright", or "rightleft"
autorotate: false, //Auto rotate contents (true/false)?
autorotateconfig: [6000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping]
})
</script>
<table>
<tr>
<td width="768px">
<div id="canadaprovinces" class="glidecontentwrapper">
<div class="glidecontent">
<iframe src="http://www.wikipedia.com" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
<div class="glidecontent">
<iframe src="http://pascolibraries.org/mbookriver.shtml" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
<div class="glidecontent">
<iframe src="http://cnn.com" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
<div class="glidecontent">
<iframe src="http://huffingtonpost.com" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" width="768" height="305"></iframe>
</div>
</div>
<div id="p-select" class="cssbuttonstoggler">
<a href="#" class="toc"><span>1</span></a> <a href="#" class="toc"><span>2</span></a> <a href="#" class="toc"><span>3</span> <a href="#" class="toc"><span>4</span>
<a href="#" class="prev"><span>Back</span></a> <a href="#" class="next"><span>Foward</span></a>
</div>
</td>
</tr>
</table>