Here you can see my web site and see what i'm talking about : http://watermelonco.com/ga.php
My JS code in my page :
- var myMooFlowPage = {
- start: function(){
- var mf = new MooFlow($('MooFlow'), {
- bgColor: '#fff',
- useSlider: true,
- useAutoPlay: false,
- useCaption: true,
- useResize: false,
- useMouseWheel: true,
- useKeyInput: true,
- useViewer: true
- });
- $$('.loadjson').addEvent('click', function(){
- mf.loadJSON(this.get('href'));
- return false;
- });
- mf.attachViewer();
- $$('.loadremote').addEvent('click', function(){
- mf.loadHTML(this.get('href'), this.get('rel'));
- return false;
- });
- }
- };
- window.addEvent('domready', myMooFlowPage.start);
Sorry, for my bad english, I'm french
Thanks, All.
EDIT : I see that there is this problem even in the official web site : http://www.outcut.de/MooFlow/example-callback.html
EDIT 2 : For those who don't have chrome 4.0,, this is a screenshot : http://browsershots.org/screenshots/729a3b8bdc2b4fa698b055b60123f94f/


