BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Load problem #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have load problem on Slideshow2!
My Os is Windows 7 and I test this page with Firefox 3.6.10 and IE 8, and the 
version of Mootools is 1.2.1.
This is my code for testing this function but don't work :

<html>
<head>
<title>Test Load</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/slideshow.css" media="screen">
<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/slideshow.js"></script>
<script type="text/javascript">
var dataP = { '1.jpg': {caption: 'dataP 1' }, '2.jpg': {caption: 'dataP 2' } };
var dataC = { '3.jpg': {caption: 'dataC 1' }, '4.jpg': {caption: 'dataC 2' } }; 
window.addEvent('domready', function(){ var myShow = new Slideshow('show', 
dataP, { duration: 3000, pan: 100, zoom: [0, 0], controller: true, height: 600, 
hu: '', thumbnails: true, width: 800}); });
</script>
</head>
<body>
<a href="#" onclick="javascript:myShow.load(dataP);">dataP</a> 
<a href="#" onclick="javascript:myShow.load(dataC);">dataC</a> 
<div id="show" class="slideshow">
<img src="1.jpg">
</div>
</body>
</html>

Please send me the solution of this problem.

Original issue reported on code.google.com by pierre.d...@gmail.com on 28 Sep 2010 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by aeron.gl...@gmail.com on 19 Nov 2010 at 2:59