Yahoo! Media Player
Advertisement
Forums: Index > Help desk > Use with dynamically created links



On my page I'm creating a list of mp3s dynamically in response to selection from a user menu. How do I get the player to recognize these dynamically created links please? I'm fairly new to this ... I have a function which executes

document.getElementById("mp3list").innerHTML = code2put;

to create the list. "code2put" contains the "<a href= .... </a>" code which gives a description of each entry and the link (with a graphic). I'd also like to the inline player to be able to play these on demand - but how?

Bigpighodges 16:38, 1 December 2008 (UTC)

Advertisement