[Proto-Scripty] Re: compatibility prototype_scriptaculos et mootools

2009-07-24 Thread Richard Quadling

2009/7/23 lvdesign mail...@lvdesign.com.fr:

 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 tobie.lan...@gmail.com 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 mail...@lvdesign.com.fr 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=ZEND002498r=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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: compatibility prototype_scriptaculos et mootools

2009-07-24 Thread lvdesign


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 rquadl...@googlemail.com wrote:
 2009/7/23 lvdesign mail...@lvdesign.com.fr:







  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 tobie.lan...@gmail.com 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 mail...@lvdesign.com.fr 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=ZEND002498r=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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: compatibility prototype_scriptaculos et mootools

2009-07-23 Thread Tobie Langel

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 mail...@lvdesign.com.fr 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
--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: compatibility prototype_scriptaculos et mootools

2009-07-23 Thread lvdesign

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 tobie.lan...@gmail.com 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 mail...@lvdesign.com.fr 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
--~--~-~--~~~---~--~~
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 prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---