Closed GoogleCodeExporter closed 8 years ago
Instead of
var myShow = new Slideshow('show', data, {controller: true, height:
300, hu: 'images/', thumbnails: true, width: 400,loop:false},onEnd(test));
Should be
test = function(){ ... }
var myShow = new Slideshow('show', data, {controller: true, height:
300, hu: 'images/', thumbnails: true, width: 400,loop:false,onEnd: test});
or
var myShow = new Slideshow('show', data, {controller: true, height:
300, hu: 'images/', thumbnails: true, width: 400,loop:false,onEnd: function(){
... }});
Original comment by aeron.gl...@gmail.com
on 6 Feb 2009 at 1:35
Original issue reported on code.google.com by
stellvia...@gmail.com
on 24 Jan 2009 at 1:09