BipadTaranMahato / slideshow

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

Does not work with Google AJAX Libraries #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I replace the included mootools.js file with MooTools 1.2 loaded via the 
Google Ajax Libraries 
(http://code.google.com/apis/ajaxlibs/documentation/#mootools) Slideshow2! does 
not work.

Tried the most recent..compressed and uncompressed.
http://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools-yui-compressed.js
http://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js

And both versions of 1.2.1 (since that's what Slideshow2! ships with.)
http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools-yui-compressed.js
http://ajax.googleapis.com/ajax/libs/mootools/1.2.1/mootools.js

Original issue reported on code.google.com by chris.di...@gmail.com on 18 Jul 2009 at 5:42

GoogleCodeExporter commented 9 years ago
Slideshow requires the Asset extension found in Mootools More. The Push 
Slideshow
requires Fx.Elements also found in Mootools More. Those two extensions must be
included after the Mootools core in your document. Without those it will not 
work.

ie. Mootools core alone will not run Slideshow.

Original comment by aeron.gl...@gmail.com on 21 Aug 2009 at 7:42

GoogleCodeExporter commented 9 years ago
Issue 115 has been merged into this issue.

Original comment by aeron.gl...@gmail.com on 11 Sep 2009 at 1:46

GoogleCodeExporter commented 9 years ago
Hi Aeron, great class by the way! So you're saying just include Asset and 
Fx.Elements 
and Slideshow.js will be compatible with 1.2.3? 

Original comment by vicevers...@gmail.com on 11 Sep 2009 at 1:51

GoogleCodeExporter commented 9 years ago
Yep!

Original comment by aeron.gl...@gmail.com on 11 Sep 2009 at 1:54

GoogleCodeExporter commented 9 years ago
Ahh excellent, I added Asset but didn't know I needed Fx.Elements as well, 
thanks a 
lot! You should put a note on the top page about this for sure :D

Original comment by vicevers...@gmail.com on 11 Sep 2009 at 1:58