Hi, IIRC, MooTools started life as a fork of Prototype. I can't imagine it would be all that hard to port sound.js to it. sound.js is very short and at first glance, most of its few dependancies it has on Prototype ($, $$) are direct mappings in MooTools anyway.
FWIW, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Jul 24, 6:34 pm, lvdesign <[email protected]> wrote: > Thanks Richard for this proposition but i knew it and it's a very good > solution. > > But i search a no_flash solution, only .js and the prototype function > sound is apparently the only one. > > Merci, cordialement. > > On Jul 24, 3:30 pm, Richard Quadling <[email protected]> wrote: > > > > > 2009/7/23 lvdesign <[email protected]>: > > > > Thanks for the messsage and you know what? i am very happy to know > > > that! (sic) > > > > but where i can find an clever library with sound.js? i must created > > > it? > > > > bye, bye and merci encore. > > > > On Jul 23, 8:29 pm, Tobie Langel <[email protected]> wrote: > > >> Hi. > > > >> Mootools and Prototype are unfortunately totally incompatible. > > > >> You'll have to choose one or the other. > > > >> Best, > > > >> Tobie > > > >> On Jul 23, 6:10 pm, lvdesign <[email protected]> wrote: > > > >> > Hi, i am new french member. So i hope you could understand my > > >> > question. > > > >> > I use several .js library for a site's development and i have a > > >> > conflict between prototype and mootools. > > > >> > I resolve the problem with Jquery and proto like that: > > > >> > //------pour jQuery > > >> > jQuery(function($) { > > >> > //functionDoSomething > > > >> > }); > > > >> > jQuery.noConflict() > > >> > jQuery(document).ready(function ($) { > > >> > $('.functionDoSomething').functionDoSomething(); > > > >> > }); > > > >> > // > > > >> > I would like only use sound.js of prototype. [ Not another library > > >> > propose this fonctionality(?)] > > > >> > How can i do to resolve the $ conflict ? > > > >> > thanks a lot for the answer > > > >> > Merci d'avance pour une réponse > > > I use the SoundManager [1] > > > Doesn't require prototype. > > > [1]http://www.schillmania.com/projects/soundmanager2/ > > > -- > > ----- > > Richard Quadling > > Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731 > > "Standing on the shoulders of some very clever giants!" > > ZOPA :http://uk.zopa.com/member/RQuadling --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
