BipadTaranMahato / slideshow

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

slides not pushing #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
please review my code below. it just sits on the first pic and does not push 
through to the other 
pics.

<html>

    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <meta name="generator" content="Adobe GoLive">
        <title>Untitled Page</title>
        <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" src="js/slideshow.push.js"></script>
        <script type="text/javascript">     
        //<![CDATA[
          window.addEvent('domready', function(){
            var data = {
              '1.jpg'
              '2.jpg'
              '3.jpg'
              '4.jpg'
            };
            var myShow1 = new Slideshow.Push('show1', data, { height: 200, hu: 'images/', 
transition: 'back:in:out', width: 266 });
        //]]>
        </script>
    </head>

    <body>
        <div id="show1" class="slideshow">
            <img src="images/1.jpg" height="200" width="266" alt="" />
        </div>
    </body>

</html>

Original issue reported on code.google.com by jonhi...@me.com on 16 Jul 2009 at 5:21

GoogleCodeExporter commented 9 years ago
I added commas behind 1 2 3 in the data list and still nothing...

Original comment by jonhi...@me.com on 16 Jul 2009 at 5:40

GoogleCodeExporter commented 9 years ago
never mind, i figured it out by copying code from an example page... this site 
is so confusing to navigate

Original comment by jonhi...@me.com on 16 Jul 2009 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by aeron.gl...@gmail.com on 16 Jul 2009 at 7:22