Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    chris.carey asked a question in Schillmania! on November 07, 2009 00:32:

    chris.carey
    How to notify soundmanager of new sounds without calling initDom again?
    I am adding sounds to the page programatically (using Javascript).
    So say I have 3 sounds on the page, I call pagePlayer.initDOM().
    Then I add another
  • with another mp3 in it. This new mp3 is not playable since initDom() has already been called. If I call initDom again, I get various errors like 'oTiming is null'.

    What is the correct way to tell soundmanager, "hey, there is a new sound on the page"?
    I'm trying to make the page ajaxy and not have to reload.