I'm trying to use Yahoo web player for playing .mp3 files. The player automatically recognizes tracks when page is initially loaded. Is there a way to add more tracks through api calls later on ?
|
feedback
|
|
No wonder I can't find any api for webplayer: 1) The yahoo webplayer has same api as the older yahoo media player (its just rebranded as webplayer): http://mediaplayer.yahoo.com/api/ 2) To control the webplayer through javascript we can use the YAHOO.MediaPlayer object that is created once the player is setup. for example if the node with id 'playlist' has our dynamically loaded mp3 file links:
3) Related questions: | |||
|
feedback
|