Get your own customer support community
 

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.

  •  
    indifferent
    Inappropriate?
    1 person has this question

    The company marked this question as answered.


    User_default_medium