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 -~----------~----~----~----~------~----~------~--~---
