Hi, I don't think that this is specifically a mooflow issue. The problem is that you are including a lot of differnet javascript files in that page (actual url with the problem is http://designhuman.squarespace.com/anthology/ ) and there are clearly some conflicts between them.
I have managed to pin it down to this file: <script type="text/ javascript" src="/universal/yui/yahoo-dom-event/yahoo-dom-event- animation.js?CE=18"></script> In my test, removing that flle got the mooflow working. However, I don't actually know what you are doing with the javascript in that file so removing it might break other stuff :( Chris On 16 sep, 13:19, "chinda.raul" <[email protected]> wrote: > bump - is there anyone out there that could help? > Thanks. > > On Sep 13, 6:23 pm, raul chinda <[email protected]> wrote: > > > Hi all, I looked over the older postings and did not find anything on this > > ... > > > hosting on squarespace.com > > I have mootools 1.2.3 and more according to the requirements on mooflow's > > documentation page > > injected the proper calls in the header, squarespace runs doctype strict > > (what we need) > > > inserted the following code into the page and I don't go further than the > > load gif animation (checkd spelling and such) > > > <script type="text/javascript"> > > window.addEvent('domready', function(){ > > > var mf = new MooFlow($('MooFlow'), { > > startIndex: 2, > > useSlider: true, > > useAutoPlay: true, > > useCaption: true, > > useResize: true, > > useWindowResize: true, > > useMouseWheel: true, > > useKeyInput: true > > }); > > > }); > > </script></p> > > <div id="MooFlow"> > > <div><img title="Title1" src="/storage/tile.jpg" alt="Some descriptions" > > /></div> > > ... > > </div> > > > could anybody help me resolve this issue? as a potentially important > > sidenote I have johnDesign's latest smoothgallery running on the first page > > ... here's the link: > > designhuman.squarespace.com > > > any help is really appreciated!
